This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Sep 28 15:26:14 -0700 2009 | |
| |
README.rdoc | Tue Oct 13 13:00:20 -0700 2009 | |
| |
Rakefile | Wed Sep 16 05:59:36 -0700 2009 | |
| |
app/ | Sun Nov 15 11:58:25 -0800 2009 | |
| |
config/ | Sun Nov 22 15:07:28 -0800 2009 | |
| |
db/ | Tue Nov 03 04:22:51 -0800 2009 | |
| |
doc/ | Wed Sep 16 05:59:36 -0700 2009 | |
| |
lib/ | Mon Oct 12 20:36:11 -0700 2009 | |
| |
public/ | Sun Oct 11 09:00:09 -0700 2009 | |
| |
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 gem if you don’t have it installed:
sudo gem install warden
Use git submodule to update devise inside vendor/plugins:
git submodule init && git submodule update
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 josevalim-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







