Skip to content

gchandramoulireddy/devise_example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devise Example for Rails 4.0.0

Example App using devise. http://github.com/plataformatec/devise

Installation

Install bundler if you haven't yet:

gem install bundler

Install the gems:

bundle install

This will install Rails 4.0.0, sqlite3 gem and Devise.

Rake devise setup task:

rake devise:setup

This will:

  • drop any existing database
  • create a new database
  • migrate the database
  • create a default user and admin

Run the server and use the credentials provided by the rake task to sign in and test the application.

License

MIT License. Copyright 2010-2013 Plataforma Tecnologia. http://blog.plataformatec.com.br

About

Rails 4.0 example application using Devise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 80.9%
  • HTML 13.8%
  • CSS 3.8%
  • JavaScript 1.5%