Working
Whoa!! ☈king's opinionated rig for Rails dev.
- Guard for test running (
bundle exec guard) - 1:1 mapping between stuff in
lib/orapp/and thetest/dirs. - Plus the normally-odd ones (TODO: list these)
- Spork in effect for faster runs
charliesome/better_errors, because they're betterevrone/quiet_assets, because the asset requests are, generally, noisepry-railsfor super-fastshow-routes, etc.
Example uses:
Installation
Add this line to your application's Gemfile:
gem 'working'
And then execute:
bundle
working-init # this tinkers with several files (verbosely)
Note: the working-init-rails script is TODO. Basically you use 'working-rails/' in a few places instead of 'working/'
TODO
Explain the parts.