Skip to content

Instantly share code, notes, and snippets.

@vparihar01
Created February 12, 2013 09:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save vparihar01/4761231 to your computer and use it in GitHub Desktop.
Save vparihar01/4761231 to your computer and use it in GitHub Desktop.
List of gems for development env. That make development quite handy.
# NOTE below gems are only for development purpose can be removed and commented out as per requirement
group :development do
gem 'rails-erd','1.0.0'
gem 'hirb','0.7.0'
gem 'railroady'
gem 'itslog','0.6.1'
gem 'quiet_assets'
gem 'sextant'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment