Home

Awesome

What's this?

An empty Rails application hooked up with some basic stuff: inherited_resources, has_scope, delayed_job, simple-navigation, rspec, twitter bootstrap integration, some scaffold generators

Details

Basic

Twitter bootstrap

The application is themed by bootstrap. Simple form generates the forms for bootstrap. Pagination is styled by bootstrap_kaminari. Also there's an app:scaffold generator that make some pretty nice pages :)

RSpec

Howto

Howto use the app:scaffold

NOTE: don't forget to setup the cancan ability. By default all users can manage everything

TODO