Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chrisadams/devise_example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a fork of a devise_example that I quickly modified and stripped down to demonstrate simple authentication system functionality asked for by a job interviewer.

Below is the original README.md:

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. Forked for Chipp'd.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%