Search code examples
ruby-on-railsrubyrakespork

Can spork work with rake tasks?


Rake tasks suffer from the same problem as running tests: the Rails bootup process takes a long time before the task is even running.

Is there a way to integrate spork and rake together?


Solution

  • I discovered zeus today. It's the best thing ever, so I'm changing my answer to zeus:

    https://github.com/burke/zeus

    zeus rake my:special:task