Home > rails3-template

rails3-template

Rails3-template is a project mainly written in Ruby, it's free.

A template to create a ruby on rails application as we like at Zorros

Usage

Clone the template and have a look at its code. Don't blindly trust it since it might not work for you.

git clone [email protected]:Zorros/rails3-template.git

rails new app_name -J -T -m rails3-template/main.rb

Take into account that this is currently a work in progress and is not 100% finished. So, some things might not work as expected... or might not work at all.

Gems and config

RVM

The template will create an RVM gemset named after your application using ruby 1.8.7 EE by default.

General use

  • kaminari
  • formtastic
  • haml-rails
  • compass (using blueprint)
  • inherited_resources
  • tabs_on_rails
  • jquery-rails
  • devise

Development

  • interactive_editor

Testing

  • shoulda
  • factory_girl
  • faker
  • rspec
  • cucumber
  • capybara
  • akephalos

Credit

We took many ideas from the aentos template

TODO

  • Install rack-debug.
  • Generate devise.
  • Ask options for RVM instead of using ree by default
Previous:ui