Read more

Zeus promises to make rails development faster

Dominik Schöler
November 16, 2012Software engineer at makandra GmbH

I am talking about development speed. When your application starts growing and you start adding gems, it starts to take really long to start up, be it the server, console or just running a single spec.

Zeus is smart, you don’t have to put it in your Gemfile or run it with Bundler, all you need to do is create a JSON config file via zeus init and then start the server zeus start.

After that, you’re ready to go, all you need to do is prefix every command with zeus. That means rails server becomes zeus server, rails console becomes zeus console, and so on.

From the Github page Show archive.org snapshot :

Zeus preloads your Rails app so that your normal development tasks such as console, server, generate, and specs/tests take less than one second.


Illustration online protection

Rails professionals since 2007

Our laser focus on a single technology has made us a leader in this space. Need help?

  • We build a solid first version of your product
  • We train your development team
  • We rescue your project in trouble
Read more Show archive.org snapshot

Requirements:

  • OS X 10.7+ or Linux 2.6.13+
  • Rails 3.0+ (Support for other versions planned.)
  • Ruby 1.9.3+ with backported GC from Ruby 2.0 or Rubinius
Posted by Dominik Schöler to makandra dev (2012-11-16 16:55)