José Valim
|
12b64c691f
|
Add support to multipart e-mails (just put them in your mailers folder) and headers customization by simply defining headers_for in your model.
|
2010-03-26 10:01:24 +01:00 |
|
Josh Kalderimis
|
4d3a3ceb43
|
added test to confirm order in ALL is being adhered to when adding and including module in model
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-03-26 09:31:25 +01:00 |
|
José Valim
|
3f0bae1968
|
Allow to give :skip in devise_for to skip routes for an specific controller.
|
2010-03-12 09:54:57 +01:00 |
|
Carlos Antonio da Silva
|
6b837cb285
|
Introducing Registerable module, allowing users to sign up.
|
2010-02-04 20:08:38 -02:00 |
|
José Valim
|
66f4cfd3eb
|
Clean up tests.
|
2010-01-13 19:53:12 +01:00 |
|
Marcelo Silveira
|
9c4ddc6465
|
- Maximum attempts changed from 5 to 20
- Lockable is not turned on by default
- Fixed lockable incompatibilities with latest commits
|
2010-01-09 11:41:28 -02:00 |
|
Marcelo Silveira
|
d2fa737aa0
|
introducing lockable implementation
|
2010-01-01 17:57:35 -02:00 |
|
José Valim
|
0819f87255
|
Test different ORMs
|
2009-12-21 15:29:58 +01:00 |
|
José Valim
|
e1c2e45f97
|
Extract Activatable from Confirmable, so if you need to active your account through other means, you can still do so and ensure cherry pick works as expected.
|
2009-12-20 13:53:53 +01:00 |
|
José Valim
|
c05b8cf2ce
|
Rename :timeout to :timeout_in and release gem again.
|
2009-11-25 00:11:49 -02:00 |
|
José Valim
|
f9c5dd6a79
|
Added trackable for sign_in_count, sign_in_at and sign_in_ip.
|
2009-11-24 15:18:42 -02:00 |
|
Carlos Antonio da Silva
|
91c184d69f
|
Fixing tests after merge
|
2009-11-23 23:01:01 -02:00 |
|
Carlos Antonio da Silva
|
10a70b8192
|
Updating timeoutable with last devise changes.
|
2009-11-23 23:01:00 -02:00 |
|
Carlos Antonio da Silva
|
099c77e867
|
Introducing timeoutable to timeout sessions without activity.
|
2009-11-23 23:01:00 -02:00 |
|
José Valim
|
39cf987b6b
|
Do not include :authenticatable by default (deprecation warning added) and release Devise 0.6.0.
|
2009-11-22 23:14:45 -02:00 |
|
José Valim
|
a016819de8
|
Ensure all encryptor returns a symbol. Get the class using encryptor_class.
|
2009-11-22 22:32:54 -02:00 |
|
José Valim
|
e7f809de3c
|
Do not require ActiveRecord to be loaded to use Devise.
|
2009-10-30 21:51:50 -02:00 |
|