Skip to content
SaitoWu edited this page Mar 21, 2012 · 2 revisions

Simba

simba means sinatra imba, also means the lion king simba. lol.

simba aim to set up ruby off rails's best practice.

Why not just use Ruby on Rails?

yes. i am a sinatra fanboy.

  • load a sinatra app is really fast. not like rails.

  • routes and controller in one place. not like rails.

  • much easier to do tdd and bdd. not like rails.

  • ...

What can simba do for u?

  • a convenient skeleton app.

  • work with sinatra/reloader

  • slim and sequel. very neat gems, just like sinatra.

  • work with assets-pipeline.

  • coffee and sass are supported by default.

  • test suite also supported.

Clone this wiki locally