Interesting or helpful Gems

Know of any? Add them to this thread!

Also see this related thread for all your must-have gems: What gems do you have to have?

1 Like

I’ve just started using awesome_print which gives you a nicer output in the console, letting you do this:

$ ap Account.first 

                     :id => 1,
                :user_id => 5,
            :assigned_to => 7,
                   :name => "Hayes-DuBuque",
                 :access => "Public",
                :website => "http://www.hayesdubuque.com",
        :toll_free_phone => "1-800-932-6571",
                  :phone => "(111)549-5002",
                    :fax => "(349)415-2266",
             :deleted_at => nil,
             :created_at => Sat, 06 Mar 2010 09:46:10 UTC +00:00,
             :updated_at => Sat, 06 Mar 2010 16:33:10 UTC +00:00,
                  :email => "info@hayesdubuque.com",
        :background_info => nil

I think cells is very good for view logic extraction & caching
I am deprecating domain specific helper methods in favor of this gem :smile:

1 Like

I have created OpenPull for finding open pull-requests in your organizations Github.

This will loop through all the organizations repositories and print the pull-requests with labels, statuses, urls and more.

4 Likes