peterwongpp/Rails3-Template
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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