Skip to content

peterwongpp/Rails3-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

====== rails3-template ======
Author: PeterWong (http://peterwongpp.com)

This template is going to install these things for you:
  - rvm supporting (.rvmrc)
  - haml
  - haml-rails
  - kaminari
  - simple_form
  - compass
  - jquery-rails
  - forgery
  - factory_girl_rails
  - rspec_rails
  - autotest

==== Usage ====

    rails new APP_NAME -m https://github.com/peterwongpp/Rails3-Template/raw/master/rails3-template.rb -T

You need to pass your database setup by your self, for example using mysql:

    rails new APP_NAME -m https://github.com/peterwongpp/Rails3-Template/raw/master/rails3-template.rb -T -d mysql

Releases

No releases published

Packages

No packages published

Languages