Working

Whoa!! ☈king's opinionated rig for Ruby / Ruby+Rails dev.

  • Guard for test running (bundle exec guard)
  • 1:1 mapping between stuff in lib/ or app/ and the test/ dirs.
  • Spork in effect for faster runs

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)

TODO

Explain the parts.