Skip to content

Instantly share code, notes, and snippets.

@jose8a
Last active August 29, 2015 14:05
Show Gist options
  • Save jose8a/d584fdff66c6e56baa7e to your computer and use it in GitHub Desktop.
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
// 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