Ask A Question

Notifications

You’re not receiving notifications from this thread.

Recommended Gems - share them here :)

Ohad Dahan asked in Gems / Libraries

Most of my recommendations are performance oritented but I'll be happy to hear about Gems that can help in other domains.

  1. PGHero https://github.com/ankane/pghero , great to keep track of your database , get index recommendations etc.

  2. Scout Gem/Addon (Heroku , don't know how/if they work outside) of it , again great to keep track of N+1 issues , memory spikes and more.

  3. memory_profiler https://github.com/SamSaffron/memory_profiler , great tool to analyze and compare your memory footprint.

  4. Typehoeus https://github.com/typhoeus/typhoeus , multi-threading HTTP/HTTPS/SOCKS request. VERY easy to use for anything you need. Highly recommended.

  5. Ox https://github.com/ohler55/ox , THE BEST XML parser for Ruby. Saved my life :)

  6. Oj https://github.com/ohler55/oj , same author as Ox , probably the best JSON parser too.

  7. ActiveRecord-Import https://github.com/zdennis/activerecord-import , bulk INSERT / UPDATE operations. Can save a HUGE amount of time.

  8. bootstrap_sb_admin_base_v2 https://github.com/dreamingechoes/bootstrap_sb_admin_base_v2 , a Bootstrap based admin layout not the prettiest but works well and is very easy to setup.

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 84,387+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.