Project

working

0.0
No commit activity in last 3 years
No release in over 3 years
Whoa — ☈king's rig
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Working¶ ↑

Whoa!! ☈king’s opinionated rig for Ruby dev.

Basic Idea¶ ↑

  • Opinionatedly uses MiniTest for everything. It makes better in-memory structures than RSpec, and is therefore better for the goals of github.com/pry/pry/wiki/pry-de

  • 1:1 mapping between stuff in ‘lib/` or `app/` and the `test/` dirs.

  • Guard for test running (‘bundle exec guard`)

  • Spork in effect for faster runs (though I plan on making this not-the-case. Having to use a preforker is a smell of coupled objects)

See also:¶ ↑

github.com/rking/working-rails

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)

RubyGems.org Fanciness¶ ↑

Due to [this line](github.com/rubygems/rubygems.org/blob/master/app/helpers/rubygems_helper.rb#L19-L20), you can actually make your description be RDoc, and it will pick that up

TODO¶ ↑

Explain the parts.