Skip to content

A fork of the devise example app which demonstrates a problem when devise is used with the cancan gem.

Notifications You must be signed in to change notification settings

digitalfrost/devise_cancan_debug

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devise Example for Rails 3

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 3, sqlite3-ruby gem and Devise 1.4.7.

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 Plataforma Tecnologia. http://blog.plataformatec.com.br

About

A fork of the devise example app which demonstrates a problem when devise is used with the cancan gem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 82.1%
  • JavaScript 17.9%