Skip to content

Template Rails que usamos no Startup DEV e projetos internos

Notifications You must be signed in to change notification settings

argerim/rails-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails Template

A rails application template which born from Startup DEV and now is used to start most projects at HE:labs.

Usage

  1. Clone rails-template to your home directory.
git clone git://github.com/Helabs/rails-template.git
  1. Run rails new app command using this template.
rails new app_name -m ~/rails-template/template.rb
  1. You can pass the database option(i.e: -d mysql or -d postgresql) that it get the correct gem.
rails new app_name -d mysql -m ~/rails-template/template.rb

or

rails new app_name -d postgresql -m ~/rails-template/template.rb

Contributing

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

About

Template Rails que usamos no Startup DEV e projetos internos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%