https://github.com/grimen/devise_dev_app
https://github.com/grimen/devise_dev_app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/grimen/devise_dev_app
- Owner: grimen
- Created: 2010-01-02T21:25:00.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-01-02T21:30:28.000Z (over 15 years ago)
- Last Synced: 2025-01-12T06:11:24.090Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 273 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
== Devise Example
Example App using devise. http://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 adminRun the server and use the credentials provided by the rake task to sign in and test the application.
The example is using "rails-footnotes":http://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. http://blog.plataformatec.com.br