pluginGeek
Speeding up developmentDraftRuby4,420EditStart continuous testruns more quickly.
Boot any rails app in under a second.https://github.com/burke/zeus
A DRb server for testing frameworks (RSpec / Cucumber currently) that forks before each run to ensure a clean testing state.http://spork.rubyforge.org
Spin speeds up your Rails testing workflow by preloading your Rails environment.http://jstorimer.github.com/spin/
Run Rake/Rails commands through the consolehttps://github.com/rails/commands
Runs tests as they change, in parallelhttp://snk.tuxfamily.org/log/test-loop.html
Around the webAdd