From 3a7b046558c4de256cf8c990ac9a5cb4989925cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Mon, 5 Oct 2009 19:44:06 -0300 Subject: [PATCH] Added TODO. --- TODO | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 00000000..37b1f9c8 --- /dev/null +++ b/TODO @@ -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 +