ssjr / rails-template

Template Rails que usamos no StartupIdeias e projetos internos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails Template

A rails application template which born from Startup DEV and now is used to start most of my projects.

Usage

  1. Clone rails-template to your home directory.
git clone git://github.com/caixadeideias/rails-template.git
  1. Run rails new app command using this template.
rails new app_name -m ~/rails-template/template.rb
  1. That's it! Everything should be in place.

Usage with devise and omniauth

If you will use devise and omniauth, switch the branch to devise-omniauth

  1. Clone rails-template to your home directory.
git clone git://github.com/caixadeideias/rails-template.git
  1. Switch the branch to devise-omniauth
cd rails-template
git checkout devise-omniauth
  1. Run rails new app command using this template.
rails new app_name -m ~/rails-template/template.rb
  1. That's it! Everything should be in place.

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 StartupIdeias e projetos internos


Languages

Language:Ruby 88.7%Language:JavaScript 5.9%Language:CoffeeScript 5.4%