plataformatec / devise_example
- Source
- Commits
- Network (5)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Sep 28 15:26:14 -0700 2009 | |
| |
README.rdoc | Fri Jan 22 12:28:33 -0800 2010 | |
| |
Rakefile | Wed Sep 16 05:59:36 -0700 2009 | |
| |
app/ | Mon Feb 08 15:14:03 -0800 2010 | |
| |
config/ | Mon Feb 08 15:14:03 -0800 2010 | |
| |
db/ | Mon Feb 08 15:14:03 -0800 2010 | |
| |
doc/ | Wed Sep 16 05:59:36 -0700 2009 | |
| |
lib/ | Mon Oct 12 20:36:11 -0700 2009 | |
| |
public/ | Fri Jan 22 12:28:33 -0800 2010 | |
| |
script/ | Wed Sep 16 05:59:36 -0700 2009 | |
| |
test/ | Sat Oct 10 05:33:45 -0700 2009 |
README.rdoc
Devise Example
Example App using devise. github.com/plataformatec/devise
Installation
Install warden and devise gems if you don’t have them installed:
sudo gem install warden 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.
The example is using "rails-footnotes":github.com/josevalim/rails-footnotes gem. If you don’t have it installed, run the following command to install the gem:
sudo gem install rails-footnotes
If you don’t want to install this gem, just comment the line in the environment.rb file.
License
MIT License. Copyright 2009 Plataforma Tecnologia. blog.plataformatec.com.br
