Home > rails3-templates

rails3-templates

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

Rails 3 templates

h2. Rails 3 templates

+base.rb+ Base template

  • deletes unused files like (index.html, protorype js files)

  • adds commonly used gems and plugins

    database (postgres sql)

    will-paginate

    openid

    rspec, capybara, cucumber

  • initializes git


  $ rails new  -m http://github.com/jurgis/rails3-templates/raw/master/base.rb
    or
  $ rails3app