RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: Darkside73
You can also use zeus as alternative to spork: https://github.com/burke/zeus Comparing to spork it has zero configuration and speed up not only tests executing but all rails commands as well: zeus console, zeus server, etc.
You can also use zeus as alternative to spork:
https://github.com/burke/zeus
Comparing to spork it has zero configuration and speed up not only tests executing but all rails commands as well:
zeus console, zeus server, etc.