Last active
August 29, 2015 14:05
-
-
Save jose8a/d584fdff66c6e56baa7e to your computer and use it in GitHub Desktop.
Development Gems and Browser Extensions for Rails projects to improve productivity, access, and debugging
This file contains 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
// documentation for installed gems: | |
gem server | |
// use railroady to generate model/controller uml diagrams | |
rake diagram:all | |
// updating a single gem at a time | |
http://ilikestuffblog.com/2012/07/01/you-should-update-one-gem-at-a-time-with-bundler-heres-how/ | |
$> bundle update ––source GEMNAME | |
//****** Gems: | |
http://www.rubyonrails365.com/7-must-have-gems-to-install-on-any-project/ | |
Better Errors | |
Binding of Caller | |
Pry Rails or Jazz Hands (includes pry-rails) | |
Quiet Assets | |
Rails Layout | |
Peek | |
RailsFootnotes | |
Railroady | |
Rails-ERD | |
Sextant | |
SimpleForm | |
Figaro | |
Rails Best Practices | |
Rubocop | |
Reek | |
AwesomePrint | |
//******* ?? | |
MetricFu | |
Bullet | |
Kaminari | |
Slim Scrooge | |
//******* Extensions: | |
Postman | |
Rails Panel | |
RailsAdmin | |
OmniRef | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment