Created
February 12, 2013 09:44
-
-
Save vparihar01/4761231 to your computer and use it in GitHub Desktop.
List of gems for development env. That make development quite handy.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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