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 UI/UX Design

UI/UX Design by makandra brand

We make sure that your target audience has the best possible experience with your digital product. You get:

  • Design tailored to your audience
  • Proven processes customized to your needs
  • An expert team of experienced designers
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)