Fix typo in README, updating TODO and CHANGELOG

This commit is contained in:
Carlos A. da Silva 2009-10-23 11:21:47 -02:00
parent 0a317c964a
commit a239b312be
3 changed files with 5 additions and 4 deletions

View File

@ -1,10 +1,11 @@
== 0.1.2 (development)
== (development)
* enhancements
* [#4] Allow option :null => true in authenticable migration
* [#3] Remove attr_accessible calls from devise modules
* Customizable time frame for rememberable with :remember_for config
* Customizable time frame for confirmable with :confirm_in config
* Generators for creating a resource and copy views
* optimize
* Do not load hooks or strategies if they are not used

View File

@ -44,9 +44,9 @@ And you're ready to go.
== Basic Usage
Devise must be setted up within the model (or models) you want to use, and devise routes must be created inside your routes.rb file.
This is a walkthrough with all steps you need to setup a devise resource, including model, migration, route files, and optional configuration. You can also check out the *Generators* section below to help you start.
This is a walkthrough with all steps you need to setup a devise resource, including model, migration, route files, and optional configuration. You can also check out the *Generatos* section below to help you start.
Devise must be setted up within the model (or models) you want to use, and devise routes must be created inside your routes.rb file.
We're assuming here you want a User model. First of all you have to setup a migration with the following fields:

2
TODO
View File

@ -1,8 +1,8 @@
* Create generators
* Devise::Timeoutable
* Devise::TestHelper
* Use request_ip in session cookies
* Devise::BruteForceProtection
* Devise::MagicColumns
* Improve Generators to pass modules as arguments
* Different cryptography providers
* Devise::Invitable