From c39c668f2051542caeb69bb64f807e06e9e2a321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Fri, 9 Oct 2009 10:34:19 -0300 Subject: [PATCH] Updated TODO list. --- TODO | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 37b1f9c8..604cbcc9 100644 --- a/TODO +++ b/TODO @@ -2,9 +2,13 @@ * PasswordsController * ConfirmationsController +* Add mappings + + Devise.map :users, :to => User, :for => [:authenticable, :recoverable, :confirmable], :as => :usuario + * Customizable layout in engine controllers - Devise.layout do |controller| + Devise.layout do |resource| # define layout to be called end @@ -12,10 +16,17 @@ * Add remember me (with customizable time frame) +* Vendor RailsWarden +* Create generators +* Allow stretches and pepper per model +* Allow multiple models per controller +* devise :authenticable, :confirmable, :recoverable + * Devise::BruteForceProtection -* Show generic messages on login in case of failures (optionable) +* Show generic messages on login in case of failures (option) * Devise::MagicColumns * Devise::Invitable +* Devise::Migratable == Done