Added TODO.

This commit is contained in:
José Valim 2009-10-05 19:44:06 -03:00
parent ffc383953e
commit 3a7b046558
1 changed files with 26 additions and 0 deletions

26
TODO Normal file
View File

@ -0,0 +1,26 @@
* SessionsController
* PasswordsController
* ConfirmationsController
* Customizable layout in engine controllers
Devise.layout do |controller|
# define layout to be called
end
* Create an example app
* Add remember me (with customizable time frame)
* Devise::BruteForceProtection
* Show generic messages on login in case of failures (optionable)
* Devise::MagicColumns
* Devise::Invitable
== Done
* Devise::Authenticable
* Devise::Confirmable
* Devise::Recoverable
* Devise::Validatable