Skip to content

Rails 4.0 start-up app using mysql, Devise, CanCan, OmniAuth and Twitter Bootstrap.

Notifications You must be signed in to change notification settings

pratik60/rails4-bootstrap-devise-cancan-omniauth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UPDATE -:

I haven't had the time to maintain this project. But someone created a fork which I strongly recommend you use over this as it is updated, and better maintained.

https://github.com/luismaia/rails4-bootstrap-devise-cancan-omniauth

Start Up Rails 4 app with Devise, Omniauth, cancan and twitter bootstrap in mysql

  1. Make changes to development.rb to add correct settings for email

  2. Make changes to devise.rb to add config email, and also external service app_id, and secret key (i.e. - facebook)

  3. Rake db:create, db:migrate

  4. Rake db:seeds to load first user (admin)

  5. Run rails server

  6. Have fun!

About

Rails 4.0 start-up app using mysql, Devise, CanCan, OmniAuth and Twitter Bootstrap.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Ruby 93.7%
  • JavaScript 2.8%
  • CSS 2.7%
  • CoffeeScript 0.8%