Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 518 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 518 Bytes

Rails template

Template for a quick start.

Template sructure:

  • haml
  • rspec
  • guard
  • factory_girl
  • database_cleaner

Usage

Run command for create project:

$ rails new <project_name> -T -m https://raw.github.com/Nikita-V/rails-template/master/template.rb

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request