Last Updated: February 25, 2016
·
1.381K
· joaomilho

Using Zeus to speed up Rails development

Zeus is a Rails pre-loader (just like Spork and Spring) that works in a very simple way. The steps to use it are pretty straighforward.

gem install zeus && zeus start

That's all. Now, instead of using the rails command, use zeus instead, like zeus c to open a console, or zeus s to start a server. You can run specs using zeus test PATH.

Enjoy!

1 Response
Add your response

Cool name for a gem. I think i'm gonna give it a try in my next project.

over 1 year ago ·