Template for a quick start.
- haml
- rspec
- guard
- factory_girl
- database_cleaner
$ rails new <project_name> -T -m https://raw.github.com/Nikita-V/rails-template/master/template.rb
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request