devise 3.4.1 → 3.5.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of devise might be problematic. Click here for more details.

Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +26 -16
  3. data/CHANGELOG.md +131 -104
  4. data/Gemfile +1 -1
  5. data/Gemfile.lock +84 -85
  6. data/MIT-LICENSE +1 -1
  7. data/README.md +52 -32
  8. data/Rakefile +2 -1
  9. data/app/controllers/devise/confirmations_controller.rb +4 -0
  10. data/app/controllers/devise/omniauth_callbacks_controller.rb +4 -0
  11. data/app/controllers/devise/passwords_controller.rb +14 -4
  12. data/app/controllers/devise/registrations_controller.rb +10 -11
  13. data/app/controllers/devise/sessions_controller.rb +7 -2
  14. data/app/controllers/devise/unlocks_controller.rb +3 -0
  15. data/app/controllers/devise_controller.rb +34 -18
  16. data/app/views/devise/confirmations/new.html.erb +1 -1
  17. data/app/views/devise/passwords/edit.html.erb +3 -0
  18. data/app/views/devise/registrations/new.html.erb +1 -1
  19. data/gemfiles/Gemfile.rails-3.2-stable.lock +43 -43
  20. data/gemfiles/Gemfile.rails-4.0-stable.lock +45 -47
  21. data/gemfiles/Gemfile.rails-4.1-stable.lock +52 -53
  22. data/gemfiles/Gemfile.rails-4.2-stable +29 -0
  23. data/gemfiles/Gemfile.rails-4.2-stable.lock +191 -0
  24. data/lib/devise.rb +23 -28
  25. data/lib/devise/controllers/rememberable.rb +1 -1
  26. data/lib/devise/controllers/sign_in_out.rb +1 -1
  27. data/lib/devise/controllers/store_location.rb +3 -1
  28. data/lib/devise/controllers/url_helpers.rb +7 -9
  29. data/lib/devise/encryptor.rb +22 -0
  30. data/lib/devise/failure_app.rb +26 -10
  31. data/lib/devise/mapping.rb +1 -0
  32. data/lib/devise/models/authenticatable.rb +20 -26
  33. data/lib/devise/models/confirmable.rb +29 -7
  34. data/lib/devise/models/database_authenticatable.rb +6 -9
  35. data/lib/devise/models/recoverable.rb +22 -10
  36. data/lib/devise/models/rememberable.rb +16 -3
  37. data/lib/devise/models/trackable.rb +1 -2
  38. data/lib/devise/models/validatable.rb +3 -3
  39. data/lib/devise/rails.rb +1 -1
  40. data/lib/devise/rails/routes.rb +3 -3
  41. data/lib/devise/strategies/authenticatable.rb +5 -2
  42. data/lib/devise/strategies/database_authenticatable.rb +1 -1
  43. data/lib/devise/strategies/rememberable.rb +10 -0
  44. data/lib/devise/test_helpers.rb +2 -2
  45. data/lib/devise/version.rb +1 -1
  46. data/lib/generators/active_record/templates/migration.rb +1 -1
  47. data/lib/generators/active_record/templates/migration_existing.rb +1 -1
  48. data/lib/generators/templates/controllers/README +1 -1
  49. data/lib/generators/templates/controllers/omniauth_callbacks_controller.rb +1 -1
  50. data/lib/generators/templates/controllers/registrations_controller.rb +2 -2
  51. data/lib/generators/templates/controllers/sessions_controller.rb +1 -1
  52. data/lib/generators/templates/devise.rb +14 -8
  53. data/lib/generators/templates/simple_form_for/passwords/edit.html.erb +1 -1
  54. data/lib/generators/templates/simple_form_for/registrations/new.html.erb +1 -1
  55. data/test/controllers/custom_registrations_controller_test.rb +6 -1
  56. data/test/controllers/helpers_test.rb +5 -0
  57. data/test/controllers/inherited_controller_i18n_messages_test.rb +51 -0
  58. data/test/controllers/internal_helpers_test.rb +4 -4
  59. data/test/controllers/load_hooks_controller_test.rb +19 -0
  60. data/test/controllers/passwords_controller_test.rb +1 -1
  61. data/test/controllers/sessions_controller_test.rb +3 -3
  62. data/test/devise_test.rb +2 -2
  63. data/test/failure_app_test.rb +23 -0
  64. data/test/integration/database_authenticatable_test.rb +11 -0
  65. data/test/integration/omniauthable_test.rb +1 -1
  66. data/test/integration/recoverable_test.rb +13 -0
  67. data/test/integration/rememberable_test.rb +9 -0
  68. data/test/mapping_test.rb +6 -0
  69. data/test/models/confirmable_test.rb +47 -34
  70. data/test/models/lockable_test.rb +6 -6
  71. data/test/models/recoverable_test.rb +39 -7
  72. data/test/models/rememberable_test.rb +8 -2
  73. data/test/models/validatable_test.rb +5 -5
  74. data/test/rails_app/app/controllers/custom/registrations_controller.rb +10 -0
  75. data/test/rails_app/config/application.rb +1 -1
  76. data/test/rails_app/config/environments/production.rb +6 -2
  77. data/test/rails_app/config/environments/test.rb +7 -2
  78. data/test/rails_app/config/initializers/devise.rb +12 -15
  79. data/test/rails_app/lib/shared_user.rb +1 -1
  80. data/test/rails_test.rb +9 -0
  81. data/test/support/integration.rb +2 -2
  82. data/test/test_helpers_test.rb +22 -7
  83. data/test/test_models.rb +2 -2
  84. metadata +11 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d870f50c7470c763a16239c45bfb289c6a2b4515
4
- data.tar.gz: 0d38550a1563a511dd37b3fd7f7ce0cac3886108
3
+ metadata.gz: 5903cbd1b3ce2efab3cc2846955883b7832df787
4
+ data.tar.gz: 59c709239d810077b9c257771315517ac9215d82
5
5
  SHA512:
6
- metadata.gz: d506c1450e20586c49e8ce2202821c2ed78d266876cb7c075795ea5efacaf748361cfdfc524dc2c87e7e093d2a85a9d8dd86faf12fa1c3b2fba1f691b0ceac29
7
- data.tar.gz: a486ab066399291c8d4bdfb73c789c44f11d26722d2a9f3f6fd7ffc9e5933a6e3f6383c39ff62a68cbf025c0e0c087a5732a5801377e4758e1a83656d0476479
6
+ metadata.gz: 09a2bf91129139f2e828e51bfa8b08521a2d6f60cd2883dbd55c45103ac4687240582e8819f7ee4e1a4a515c2630d01a7cbd108ef57d7b6f83d81252175dbb88
7
+ data.tar.gz: 4a6c3fc92fe1299d9e794bc207a6c17dccb82591e76e0768e8eb23c871a115ee26c7af5c0938c4f9e504924e621f381e476669fb1946649faa07ec9f4d0bb284
@@ -1,31 +1,41 @@
1
1
  language: ruby
2
- script: "bundle exec rake test"
3
- install: script/cached-bundle install --deployment --path vendor/bundle
2
+
4
3
  rvm:
5
4
  - 1.9.3
6
5
  - 2.0.0
7
- - 2.1.2
8
- env:
9
- matrix:
10
- - DEVISE_ORM=mongoid
11
- - DEVISE_ORM=active_record
12
- global:
13
- # AMAZON_S3_BUCKET
14
- - secure: "qkeYGn2mpgsgU5tKS9GWvFp/utUF/9O8++Shch24DMnq8OB01TrV5QQ2Elj7sSjMWqw2Pbe56nUCA9eOWXhPglGyIq2AI9E0umsEGZxdRlqqobpiMWs5wl8KZ0cFD1rZm6CwfL8atmcNfTt5TnvsaQ2l/k3TerOT2e66R/Mibk8="
15
- # AMAZON_ACCESS_KEY_ID
16
- - secure: "rTYGUFH9SPN0L7QtdE6Liyy/1z7nGKxqDF9LMRsmNsIfsqxoTPKZ8bCctQ4ksuk9svynGQsLfsda5pA+YvuALzjdWmGcID6ENgOGvoFnhZO5LuJ5f6t0k8gFpV9oBquQgDWzhzrcPYvCUrUYg3GSlHjFSXdPdht3SoYn7PiDaNs="
17
- # AMAZON_SECRET_ACCESS_KEY
18
- - secure: "VJ4qiWMzoleLojCcluX+w0RtaFVc9ybRNo6NODkGhHSaao8+4EX4rETBQG67tNSInk1iuNqCcZAGwC8V/12RXdao3PguRSLD5IiKeT+D78dqFEoP0+yHg4PbmZ6TJXADW3gUv/IOqkW7f/UYGinRaPu7hloyiC498FpQdmMWSNI="
6
+ - 2.1
7
+ - 2.2
8
+
19
9
  gemfile:
10
+ - gemfiles/Gemfile.rails-4.2-stable
20
11
  - gemfiles/Gemfile.rails-4.1-stable
21
12
  - gemfiles/Gemfile.rails-4.0-stable
22
13
  - gemfiles/Gemfile.rails-3.2-stable
23
14
  - Gemfile
15
+
24
16
  matrix:
25
- allow_failures:
26
- - gemfile: gemfiles/Gemfile.rails-head
17
+ exclude:
18
+ - rvm: 2.2
19
+ gemfile: gemfiles/Gemfile.rails-3.2-stable
20
+
27
21
  services:
28
22
  - mongodb
23
+
24
+ sudo: false
25
+
26
+ cache: bundler
27
+
28
+ env:
29
+ matrix:
30
+ - DEVISE_ORM=mongoid
31
+ - DEVISE_ORM=active_record
32
+
33
+ before_install: "rm ${BUNDLE_GEMFILE}.lock"
34
+
35
+ before_script: "bundle update"
36
+
37
+ script: "bundle exec rake test"
38
+
29
39
  notifications:
30
40
  email: false
31
41
  campfire:
@@ -1,6 +1,33 @@
1
- ### Unreleased
1
+ ### 3.5.1 - 2015-05-24
2
2
 
3
- ### 3.4.1
3
+ Note: 3.5.0 has been yanked due to a regression
4
+
5
+ * security improvements
6
+ * Clean up reset password token whenever e-mail or password changes. thanks to George Deglin & Dennis Charles Hackethal for reporting this bug
7
+ * Ensure empty `authenticable_salt` cannot be used as remember token. This bug can only affect users who manually implement their own `authenticable_salt` and allow empty values as salt
8
+
9
+ * enhancements
10
+ * The hint about minimum password length required both `@validatable` and `@minimum_password_length` variables on the views, it now uses only the latter. If you have generated the views relying on the `@validatable` variable, replace it with `@minimum_password_length`.
11
+ * Added an ActiveSupport load hook for `:devise_controller`. (by @nakhli)
12
+ * Location fragments are now preserved between requests. (by @jbourassa)
13
+ * Added an `after_remembered` callback for the Rememerable module. (by @BM5k)
14
+ * `RegistrationsController#new` and `SessionsController#new` now yields the
15
+ current resource. (by @mtarnovan, @deivid-rodriguez)
16
+ * Password length validation is now limited to 72 characters for newer apps. (by @lleger)
17
+ * Controllers inheriting from any Devise core controller will now use appropriate translations. The i18n scope can be overridden in `translation_scope`.
18
+ * Allow the user to set the length of friendly token. (by @Angelmmiguel)
19
+
20
+ * bug fixes
21
+ * Use router_name from scope if one is available to support isolated engines. (by @cipater)
22
+ * Do not clean up CSRF on rememberable.
23
+ * Only use flash if it has been configured in failure app. (by @alex88)
24
+
25
+ * deprecations
26
+ * `confirm!` has been deprecated in favor of `confirm`.
27
+ * `reset_password!` has been deprecated in favor of `reset_password`.
28
+ * `Devise.bcrypt` has been deprecated in favor of `Devise::Encryptor.digest`".
29
+
30
+ ### 3.4.1 - 2014-10-29
4
31
 
5
32
  * enhancements
6
33
  * Devise default views now have a similar markup to Rails scaffold views. (by @udaysinghcode, @cllns)
@@ -10,7 +37,7 @@
10
37
  * Fixed an regression with translation of flash messages for when the `authentication_keys`
11
38
  config is a Hash. (by @lucasmazza)
12
39
 
13
- ### 3.4.0
40
+ ### 3.4.0 - 2014-10-03
14
41
 
15
42
  * enhancements
16
43
  * Support added for Rails 4.2. Devise now depends on the `responders` gem due
@@ -31,7 +58,7 @@
31
58
  message for your users. To keep the current behavior, this flag is now `true`
32
59
  by default. (by @lucasmazza)
33
60
 
34
- ### 3.3.0
61
+ ### 3.3.0 - 2014-08-13
35
62
 
36
63
  * enhancements
37
64
  * Support multiple warden configuration blocks on devise configuration. (by @rossta)
@@ -55,13 +82,13 @@
55
82
  * Ensure registration controller block yields happen on failure in addition to success (by @dpehrson)
56
83
  * Only valid paths will be stored for redirections (by @parallel588)
57
84
 
58
- ### 3.2.4
85
+ ### 3.2.4 - 2014-03-17
59
86
 
60
87
  * enhancements
61
88
  * `bcrypt` dependency updated due https://github.com/codahale/bcrypt-ruby/pull/86.
62
89
  * View generator now can generate specific views with the `-v` flag, like `rails g devise:views -v sessions` (by @kayline)
63
90
 
64
- ### 3.2.3
91
+ ### 3.2.3 - 2014-02-20
65
92
 
66
93
  * enhancements
67
94
  * Devise will use the `secret_key_base` on Rails 4+ applications as its `secret_key`.
@@ -70,14 +97,14 @@
70
97
  * bug fix
71
98
  * Migrations will be properly generated when using rails 4.1.0.
72
99
 
73
- ### 3.2.2
100
+ ### 3.2.2 - 2013-11-25
74
101
 
75
102
  * bug fix
76
103
  * Ensure timeoutable works when `sign_out_all_scopes` is false (by @louman)
77
104
  * Keep the query string when storing location (by @csexton)
78
105
  * Require rails generator base class in devise generators
79
106
 
80
- ### 3.2.1
107
+ ### 3.2.1 - 2013-11-13
81
108
 
82
109
  Security announcement: http://blog.plataformatec.com.br/2013/11/e-mail-enumeration-in-devise-in-paranoid-mode
83
110
 
@@ -89,7 +116,7 @@ Security announcement: http://blog.plataformatec.com.br/2013/11/e-mail-enumerati
89
116
  * Bring `password_digest` back to fix compatibility with `devise-encryptable`
90
117
  * Avoid e-mail enumeration on sign in when in paranoid mode
91
118
 
92
- ### 3.2.0
119
+ ### 3.2.0 - 2013-11-06
93
120
 
94
121
  * enhancements
95
122
  * Previously deprecated token authenticatable and insecure lookups have been removed
@@ -108,13 +135,13 @@ Security announcement: http://blog.plataformatec.com.br/2013/11/e-mail-enumerati
108
135
  * deprecations
109
136
  * `expire_session_data_after_sign_in!` has been deprecated in favor of `expire_data_after_sign_in!`
110
137
 
111
- ### 3.1.1
138
+ ### 3.1.1 - 2013-10-01
112
139
 
113
140
  * bug fix
114
141
  * Improve default message which asked users to sign in even when they were already signed (by @gregates)
115
142
  * Improve error message for when the config.secret_key is missing
116
143
 
117
- ### 3.1.0
144
+ ### 3.1.0 - 2013-09-05
118
145
 
119
146
  Security announcement: http://blog.plataformatec.com.br/2013/08/devise-3-1-now-with-more-secure-defaults/
120
147
 
@@ -137,12 +164,12 @@ Security announcement: http://blog.plataformatec.com.br/2013/08/devise-3-1-now-w
137
164
  * Do not compare directly against confirmation, unlock and reset password tokens
138
165
  * Skip storage for cookies on unverified requests
139
166
 
140
- ### 3.0.2
167
+ ### 3.0.2 - 2013-08-09
141
168
 
142
169
  * bug fix
143
170
  * Skip storage for cookies on unverified requests
144
171
 
145
- ### 3.0.1
172
+ ### 3.0.1 - 2013-08-02
146
173
 
147
174
  Security announcement: http://blog.plataformatec.com.br/2013/08/csrf-token-fixation-attacks-in-devise/
148
175
 
@@ -153,7 +180,7 @@ Security announcement: http://blog.plataformatec.com.br/2013/08/csrf-token-fixat
153
180
  * When using rails 3.2, the generator adds 'attr_accessible' to the model (by @jcoyne)
154
181
  * Clean up CSRF token after authentication (by @homakov). Notice this change will clean up the CSRF Token after authentication (sign in, sign up, etc). So if you are using AJAX for such features, you will need to fetch a new CSRF token from the server.
155
182
 
156
- ### 3.0.0
183
+ ### 3.0.0 - 2013-07-14
157
184
 
158
185
  * enhancements
159
186
  * Rails 4 and Strong Parameters compatibility (by @carlosantoniodasilva, @josevalim, @latortuga, @lucasmazza, @nashby, @rafaelfranca, @spastorino)
@@ -163,7 +190,7 @@ Security announcement: http://blog.plataformatec.com.br/2013/08/csrf-token-fixat
163
190
  * bug fix
164
191
  * Errors on unlock are now properly reflected on the first `unlock_keys`
165
192
 
166
- ### 2.2.4
193
+ ### 2.2.4 - 2013-05-07
167
194
 
168
195
  * enhancements
169
196
  * Add `destroy_with_password` to `DatabaseAuthenticatable`. Allows destroying a record when `:current_password` matches, similarly to how `update_with_password` works. (by @michiel3)
@@ -182,25 +209,25 @@ Security announcement: http://blog.plataformatec.com.br/2013/08/csrf-token-fixat
182
209
  * backwards incompatible changes
183
210
  * Changes on session storage will expire all existing sessions on upgrade. For those storing the session in the DB, they can be upgraded according to this gist: https://gist.github.com/moll/6417606
184
211
 
185
- ### 2.2.3
212
+ ### 2.2.3 - 2013-01-26
186
213
 
187
214
  Security announcement: http://blog.plataformatec.com.br/2013/01/security-announcement-devise-v2-2-3-v2-1-3-v2-0-5-and-v1-5-3-released/
188
215
 
189
216
  * bug fix
190
217
  * Require string conversion for all values
191
218
 
192
- ### 2.2.2
219
+ ### 2.2.2 - 2013-01-15
193
220
 
194
221
  * bug fix
195
222
  * Fix bug when checking for reconfirmable in templates
196
223
 
197
- ### 2.2.1
224
+ ### 2.2.1 - 2013-01-11
198
225
 
199
226
  * bug fix
200
227
  * Fix regression with case_insensitive_keys
201
228
  * Fix regression when password is blank when it is invalid
202
229
 
203
- ### 2.2.0
230
+ ### 2.2.0 - 2013-01-08
204
231
 
205
232
  * backwards incompatible changes
206
233
  * `headers_for` is deprecated, customize the mailer directly instead
@@ -231,17 +258,17 @@ Security announcement: http://blog.plataformatec.com.br/2013/01/security-announc
231
258
  * `update_with_password` doesn't change encrypted password when it is invalid (by @nashby)
232
259
  * Properly handle namespaced models on Active Record generator (by @nashby)
233
260
 
234
- ### 2.1.4
261
+ ### 2.1.4 - 2013-08-18
235
262
 
236
263
  * bugfix
237
264
  * Do not confirm account after reset password
238
265
 
239
- ### 2.1.3
266
+ ### 2.1.3 - 2013-01-26
240
267
 
241
268
  * bugfix
242
269
  * Require string conversion for all values
243
270
 
244
- ### 2.1.2
271
+ ### 2.1.2 - 2012-06-19
245
272
 
246
273
  * enhancements
247
274
  * Handle backwards incompatibility between Rails 3.2.6 and Thor 0.15.x
@@ -249,7 +276,7 @@ Security announcement: http://blog.plataformatec.com.br/2013/01/security-announc
249
276
  * bug fix
250
277
  * Fix regression on strategy validation on previous release
251
278
 
252
- ### 2.1.1 (yanked)
279
+ ### 2.1.1 - 2012-06-15 (yanked)
253
280
 
254
281
  * enhancements
255
282
  * `sign_out_all_scopes` now locks warden and does not allow new logins in the same action
@@ -266,7 +293,7 @@ Security announcement: http://blog.plataformatec.com.br/2013/01/security-announc
266
293
  * deprecations
267
294
  * Strategy#validate() no longer validates nil resources
268
295
 
269
- ### 2.1.0
296
+ ### 2.1.0 - 2012-05-15
270
297
 
271
298
  * enhancements
272
299
  * Add `check_fields!(model_class)` method on Devise::Models to check if the model includes the fields that Devise uses
@@ -293,7 +320,7 @@ Security announcement: http://blog.plataformatec.com.br/2013/01/security-announc
293
320
  * Return `head :no_content` in SessionsController now that most JS libraries handle it (by @julianvargasalvarez)
294
321
  * Reverted moving devise/shared/_links.erb to devise/_links.erb
295
322
 
296
- ### 2.0.4
323
+ ### 2.0.4 - 2012-02-17
297
324
 
298
325
  Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.0
299
326
 
@@ -301,7 +328,7 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
301
328
  * Fix when :host is used with devise_for (by @mreinsch)
302
329
  * Fix a regression that caused Warden to be initialized too late
303
330
 
304
- ### 2.0.3 (yanked)
331
+ ### 2.0.3 - 2012-06-16 (yanked)
305
332
 
306
333
  * bug fix
307
334
  * Ensure warning is not shown by mistake on apps with mounted engines
@@ -309,7 +336,7 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
309
336
  * Ensure serializable_hash does not depend on accessible attributes
310
337
  * Ensure that timeout callback does not run on sign out action
311
338
 
312
- ### 2.0.2
339
+ ### 2.0.2 - 2012-02-14
313
340
 
314
341
  * enhancements
315
342
  * Add devise_i18n_options to customize I18n message
@@ -321,7 +348,7 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
321
348
  * Show a warning in case someone gives a pluralized name to devise generator
322
349
  * Fix test behavior for rspec subject requests (by @sj26)
323
350
 
324
- ### 2.0.1
351
+ ### 2.0.1 - 2012-02-09
325
352
 
326
353
  * enhancements
327
354
  * Improved error messages on deprecation warnings
@@ -330,7 +357,7 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
330
357
  * bug fix
331
358
  * Removed tmp and log files from gem
332
359
 
333
- ### 2.0.0
360
+ ### 2.0.0 - 2012-01-26
334
361
 
335
362
  * enhancements
336
363
  * Add support for e-mail reconfirmation on change (by @Mandaryn and @heimidal)
@@ -356,14 +383,14 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
356
383
  * Deprecated support to devise.registrations.reasons and devise.registrations.inactive_signed_up in favor of devise.registrations.signed_up_but_*
357
384
  * Protected method render_with_scope was removed.
358
385
 
359
- ### 1.5.3
386
+ ### 1.5.3 - 2011-12-19
360
387
 
361
388
  * bug fix
362
389
  * Ensure delegator converts scope to symbol (by @dmitriy-kiriyenko)
363
390
  * Ensure passing :format => false to devise_for is not permanent
364
391
  * Ensure path checker does not check invalid routes
365
392
 
366
- ### 1.5.2
393
+ ### 1.5.2 - 2011-11-30
367
394
 
368
395
  * enhancements
369
396
  * Add support for Rails 3.1 new mass assignment conventions (by @kirs)
@@ -372,12 +399,12 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
372
399
  * bug fix
373
400
  * OmniAuth error message now shows the proper option (:strategy_class instead of :klass)
374
401
 
375
- ### 1.5.1
402
+ ### 1.5.1 - 2011-11-22
376
403
 
377
404
  * bug fix
378
405
  * Devise should not attempt to load OmniAuth strategies. Strategies should be loaded before hand by the developer or explicitly given to Devise.
379
406
 
380
- ### 1.5.0
407
+ ### 1.5.0 - 2011-11-13
381
408
 
382
409
  * enhancements
383
410
  * Timeoutable also skips tracking if skip_trackable is given
@@ -398,12 +425,12 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
398
425
  * redirect_location is deprecated, please use after_sign_in_path_for
399
426
  * after_sign_in_path_for now redirects to session[scope_return_to] if any value is stored in it
400
427
 
401
- ### 1.4.9
428
+ ### 1.4.9 - 2011-10-19
402
429
 
403
430
  * bug fix
404
431
  * url helpers were not being set under some circumstances
405
432
 
406
- ### 1.4.8
433
+ ### 1.4.8 - 2011-10-09
407
434
 
408
435
  * enhancements
409
436
  * Add docs for assets pipeline and Heroku
@@ -411,12 +438,12 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
411
438
  * bug fix
412
439
  * confirmation_url was not being set under some circumstances
413
440
 
414
- ### 1.4.7
441
+ ### 1.4.7 - 2011-09-21
415
442
 
416
443
  * bug fix
417
444
  * Fix backward incompatible change from 1.4.6 for those using custom controllers
418
445
 
419
- ### 1.4.6 (yanked)
446
+ ### 1.4.6 - 2011-09-19 (yanked)
420
447
 
421
448
  * enhancements
422
449
  * Allow devise_for :skip => :all
@@ -424,7 +451,7 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
424
451
  * Allow --skip-routes to devise generator
425
452
  * Add allow_params_authentication! to make it explicit when params authentication is allowed in a controller
426
453
 
427
- ### 1.4.5
454
+ ### 1.4.5 - 2011-09-07
428
455
 
429
456
  * bug fix
430
457
  * Failure app tries the root path if a session one does not exist
@@ -432,12 +459,12 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
432
459
  * Reset password shows proper message if user is not active
433
460
  * `clean_up_passwords` sets the accessors to nil to skip validations
434
461
 
435
- ### 1.4.4
462
+ ### 1.4.4 - 2011-08-30
436
463
 
437
464
  * bug fix
438
465
  * Do not always skip helpers, instead provide :skip_helpers as option to trigger it manually
439
466
 
440
- ### 1.4.3
467
+ ### 1.4.3 - 2011-08-29
441
468
 
442
469
  * enhancements
443
470
  * Improve Rails 3.1 compatibility
@@ -453,12 +480,12 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
453
480
  * deprecations
454
481
  * Loosened the used email regexp to simply assert the existent of "@". If someone relies on a more strict regexp, they may use https://github.com/SixArm/sixarm_ruby_email_address_validation
455
482
 
456
- ### 1.4.2
483
+ ### 1.4.2 - 2011-06-30
457
484
 
458
485
  * bug fix
459
486
  * Provide a more robust behavior to serializers and add :force_except option
460
487
 
461
- ### 1.4.1
488
+ ### 1.4.1 - 2011-06-29
462
489
 
463
490
  * enhancements
464
491
  * Add :defaults and :format support on router
@@ -469,7 +496,7 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
469
496
  * Ensure to_xml is properly white listened
470
497
  * Ensure handle_unverified_request clean up any cached signed-in user
471
498
 
472
- ### 1.4.0
499
+ ### 1.4.0 - 2011-06-23
473
500
 
474
501
  * enhancements
475
502
  * Added authenticated and unauthenticated to the router to route the used based on their status (by @sj26)
@@ -487,22 +514,22 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
487
514
  * Devise now honors routes constraints (by @macmartine)
488
515
  * Do not return the user resource when requesting instructions (by @rodrigoflores)
489
516
 
490
- ### 1.3.4
517
+ ### 1.3.4 - 2011-04-28
491
518
 
492
519
  * bug fix
493
520
  * Do not add formats if html or "*/*"
494
521
 
495
- ### 1.3.3
522
+ ### 1.3.3 - 2011-04-20
496
523
 
497
524
  * bug fix
498
525
  * Explicitly mark the token as expired if so
499
526
 
500
- ### 1.3.2
527
+ ### 1.3.2 - 2011-04-20
501
528
 
502
529
  * bug fix
503
530
  * Fix another regression related to reset_password_sent_at (by @alexdreher)
504
531
 
505
- ### 1.3.1
532
+ ### 1.3.1 - 2011-04-18
506
533
 
507
534
  * enhancements
508
535
  * Improve failure_app responses (by @indirect)
@@ -511,7 +538,7 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
511
538
  * bug fix
512
539
  * Fix a regression that occurred if reset_password_sent_at is not present (by @stevehodgkiss)
513
540
 
514
- ### 1.3.0
541
+ ### 1.3.0 - 2011-04-15
515
542
 
516
543
  * enhancements
517
544
  * All controllers can now handle different mime types than html using Responders (by @sikachu)
@@ -531,19 +558,19 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
531
558
  * backward incompatible changes
532
559
  * authentication_keys are no longer considered when creating the e-mail validations, the previous behavior was buggy. You must double check if you were relying on such behavior.
533
560
 
534
- ### 1.2.1
561
+ ### 1.2.1 - 2011-03-27
535
562
 
536
563
  * enhancements
537
564
  * Improve update path messages
538
565
 
539
- ### 1.2.0
566
+ ### 1.2.0 - 2011-03-24
540
567
 
541
568
  * bug fix
542
569
  * Properly ignore path prefix on omniauthable
543
570
  * Faster uniqueness queries
544
571
  * Rename active? to active_for_authentication? to avoid conflicts
545
572
 
546
- ### 1.2.rc2
573
+ ### 1.2.rc2 - 2011-03-10
547
574
 
548
575
  * enhancements
549
576
  * Make friendly_token 20 chars long
@@ -573,7 +600,7 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
573
600
  * Removed --haml and --slim view templates
574
601
  * Devise::OmniAuth helpers were deprecated and removed in favor of Omniauth.config.test_mode
575
602
 
576
- ### 1.2.rc
603
+ ### 1.2.rc - 2010-10-25
577
604
 
578
605
  * deprecations
579
606
  * cookie_domain is deprecated in favor of cookie_options
@@ -611,13 +638,13 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
611
638
  * Ensure namespaces has proper scoped views
612
639
  * Ensure Devise does not set empty flash messages (by @sxross)
613
640
 
614
- ### 1.1.6
641
+ ### 1.1.6 - 2011-02-14
615
642
 
616
643
  * Use a more secure e-mail regexp
617
644
  * Implement Rails 3.0.4 handle unverified request
618
645
  * Use secure_compare to compare passwords
619
646
 
620
- ### 1.1.5
647
+ ### 1.1.5 - 2010-11-26
621
648
 
622
649
  * bugfix
623
650
  * Ensure to convert keys on indifferent hash
@@ -625,12 +652,12 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
625
652
  * defaults
626
653
  * Set config.http_authenticatable to false to avoid confusion
627
654
 
628
- ### 1.1.4
655
+ ### 1.1.4 - 2010-11-25
629
656
 
630
657
  * bugfix
631
658
  * Avoid session fixation attacks
632
659
 
633
- ### 1.1.3
660
+ ### 1.1.3 - 2010-09-23
634
661
 
635
662
  * bugfix
636
663
  * Add reply-to to e-mail headers by default
@@ -641,17 +668,17 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
641
668
  * Fix for failed first-ever logins on PostgreSQL where column default is nil (by @bensie)
642
669
  * :default options is now honored in migrations
643
670
 
644
- ### 1.1.2
671
+ ### 1.1.2 - 2010-08-25
645
672
 
646
673
  * bugfix
647
674
  * Compatibility with latest Rails routes schema
648
675
 
649
- ### 1.1.1
676
+ ### 1.1.1 - 2010-07-26
650
677
 
651
678
  * bugfix
652
679
  * Fix a small bug where generated locale file was empty on devise:install
653
680
 
654
- ### 1.1.0
681
+ ### 1.1.0 - 2010-07-25
655
682
 
656
683
  * enhancements
657
684
  * Rememberable module allows user to be remembered across browsers and is enabled by default (by @trevorturk)
@@ -671,7 +698,7 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
671
698
  * deprecations
672
699
  * use_default_scope is deprecated and has no effect. Use :as or :devise_scope in the router instead
673
700
 
674
- ### 1.1.rc2
701
+ ### 1.1.rc2 - 2010-06-22
675
702
 
676
703
  * enhancements
677
704
  * Allow to set cookie domain for the remember token. (by @mantas)
@@ -689,7 +716,7 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
689
716
  * devise.mailer.user.confirmations_instructions now should be devise.mailer.confirmations_instructions.user_subject
690
717
  * Generators now use Rails 3 syntax (devise:install) instead of devise_install
691
718
 
692
- ### 1.1.rc1
719
+ ### 1.1.rc1 - 2010-04-14
693
720
 
694
721
  * enhancements
695
722
  * Rails 3 compatibility
@@ -721,7 +748,7 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
721
748
  * All messages under devise.sessions, except :signed_in and :signed_out, should be moved to devise.failure
722
749
  * :as and :scope in routes is deprecated. Use :path and :singular instead
723
750
 
724
- ### 1.0.8
751
+ ### 1.0.8 - 2010-06-22
725
752
 
726
753
  * enhancements
727
754
  * Support for latest MongoMapper
@@ -730,7 +757,7 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
730
757
  * bug fix
731
758
  * confirmation_required? is properly honored on active? calls. (by @paulrosania)
732
759
 
733
- ### 1.0.7
760
+ ### 1.0.7 - 2010-05-02
734
761
 
735
762
  * bug fix
736
763
  * Ensure password confirmation is always required
@@ -739,14 +766,14 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
739
766
  * authenticatable was deprecated and renamed to database_authenticatable
740
767
  * confirmable is not included by default on generation
741
768
 
742
- ### 1.0.6
769
+ ### 1.0.6 - 2010-04-02
743
770
 
744
771
  * bug fix
745
772
  * Do not allow unlockable strategies based on time to access a controller.
746
773
  * Do not send unlockable email several times.
747
774
  * Allow controller to upstram custom! failures to Warden.
748
775
 
749
- ### 1.0.5
776
+ ### 1.0.5 - 2010-03-25
750
777
 
751
778
  * bug fix
752
779
  * Use prepend_before_filter in require_no_authentication.
@@ -754,19 +781,19 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
754
781
  * Fix a bug when giving an association proxy to devise.
755
782
  * Do not use lock! on lockable since it's part of ActiveRecord API.
756
783
 
757
- ### 1.0.4
784
+ ### 1.0.4 - 2010-03-02
758
785
 
759
786
  * bug fix
760
787
  * Fixed a bug when deleting an account with rememberable
761
788
  * Fixed a bug with custom controllers
762
789
 
763
- ### 1.0.3
790
+ ### 1.0.3 - 2010-02-22
764
791
 
765
792
  * enhancements
766
793
  * HTML e-mails now have proper formatting
767
794
  * Do not remove MongoMapper options in find
768
795
 
769
- ### 1.0.2
796
+ ### 1.0.2 - 2010-02-17
770
797
 
771
798
  * enhancements
772
799
  * Allows you set mailer content type (by @glennr)
@@ -774,7 +801,7 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
774
801
  * bug fix
775
802
  * Uses the same content type as request on http authenticatable 401 responses
776
803
 
777
- ### 1.0.1
804
+ ### 1.0.1 - 2010-02-16
778
805
 
779
806
  * enhancements
780
807
  * HttpAuthenticatable is not added by default automatically.
@@ -783,7 +810,7 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
783
810
  * bug fix
784
811
  * Fixed encryptors autoload
785
812
 
786
- ### 1.0.0
813
+ ### 1.0.0 - 2010-02-08
787
814
 
788
815
  * deprecation
789
816
  * :old_password in update_with_password is deprecated, use :current_password instead
@@ -794,7 +821,7 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
794
821
  * Allow scoped_views to be customized per controller/mailer class
795
822
  * Allow authenticatable to used in change_table statements
796
823
 
797
- ### 0.9.2
824
+ ### 0.9.2 - 2010-02-04
798
825
 
799
826
  * bug fix
800
827
  * Ensure inactive user cannot sign in
@@ -804,13 +831,13 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
804
831
  * Added gemspec to repo
805
832
  * Added token authenticatable (by @grimen)
806
833
 
807
- ### 0.9.1
834
+ ### 0.9.1 - 2010-01-24
808
835
 
809
836
  * bug fix
810
837
  * Allow bigger salt size (by @jgeiger)
811
838
  * Fix relative url root
812
839
 
813
- ### 0.9.0
840
+ ### 0.9.0 - 2010-01-20
814
841
 
815
842
  * deprecation
816
843
  * devise :all is deprecated
@@ -827,7 +854,7 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
827
854
  * Accept path prefix not starting with slash
828
855
  * url helpers should rely on find_scope!
829
856
 
830
- ### 0.8.2
857
+ ### 0.8.2 - 2010-01-12
831
858
 
832
859
  * enhancements
833
860
  * Allow Devise.mailer_sender to be a proc (by @grimen)
@@ -835,7 +862,7 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
835
862
  * bug fix
836
863
  * Fix bug with passenger, update is required to anyone deploying on passenger (by @dvdpalm)
837
864
 
838
- ### 0.8.1
865
+ ### 0.8.1 - 2010-01-07
839
866
 
840
867
  * enhancements
841
868
  * Move salt to encryptors
@@ -845,7 +872,7 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
845
872
  * bug fix
846
873
  * Bcrypt generator was not being loaded neither setting the proper salt
847
874
 
848
- ### 0.8.0
875
+ ### 0.8.0 - 2010-01-06
849
876
 
850
877
  * enhancements
851
878
  * Warden 0.8.0 compatibility
@@ -859,19 +886,19 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
859
886
  * deprecation
860
887
  * Removed DeviseMailer.sender
861
888
 
862
- ### 0.7.5
889
+ ### 0.7.5 - 2010-01-01
863
890
 
864
891
  * enhancements
865
892
  * Set a default value for mailer to avoid find_template issues
866
893
  * Add models configuration to MongoMapper::EmbeddedDocument as well
867
894
 
868
- ### 0.7.4
895
+ ### 0.7.4 - 2009-12-21
869
896
 
870
897
  * enhancements
871
898
  * Extract Activatable from Confirmable
872
899
  * Decouple Serializers from Devise modules
873
900
 
874
- ### 0.7.3
901
+ ### 0.7.3 - 2009-12-15
875
902
 
876
903
  * bug fix
877
904
  * Give scope to the proper model validation
@@ -881,7 +908,7 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
881
908
  * Added update_with_password for authenticatable
882
909
  * Allow render_with_scope to accept :controller option
883
910
 
884
- ### 0.7.2
911
+ ### 0.7.2 - 2009-12-14
885
912
 
886
913
  * deprecation
887
914
  * Renamed reset_confirmation! to resend_confirmation!
@@ -891,12 +918,12 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
891
918
  * Fixed render_with_scope to work with all controllers
892
919
  * Allow sign in with two different users in Devise::TestHelpers
893
920
 
894
- ### 0.7.1
921
+ ### 0.7.1 - 2009-12-09
895
922
 
896
923
  * enhancements
897
924
  * Small enhancements for other plugins compatibility (by @grimen)
898
925
 
899
- ### 0.7.0
926
+ ### 0.7.0 - 2009-12-08
900
927
 
901
928
  * deprecations
902
929
  * :authenticatable is not included by default anymore
@@ -905,25 +932,25 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
905
932
  * Improve loading process
906
933
  * Extract SessionSerializer from Authenticatable
907
934
 
908
- ### 0.6.3
935
+ ### 0.6.3 - 2009-12-02
909
936
 
910
937
  * bug fix
911
938
  * Added trackable to migrations
912
939
  * Allow inflections to work
913
940
 
914
- ### 0.6.2
941
+ ### 0.6.2 - 2009-11-25
915
942
 
916
943
  * enhancements
917
944
  * More DataMapper compatibility
918
945
  * Devise::Trackable - track sign in count, timestamps and ips
919
946
 
920
- ### 0.6.1
947
+ ### 0.6.1 - 2009-11-24
921
948
 
922
949
  * enhancements
923
950
  * Devise::Timeoutable - timeout sessions without activity
924
951
  * DataMapper now accepts conditions
925
952
 
926
- ### 0.6.0
953
+ ### 0.6.0 - 2009-11-22
927
954
 
928
955
  * deprecations
929
956
  * :authenticatable is still included by default, but yields a deprecation warning
@@ -934,19 +961,19 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
934
961
  * Allow a strategy to be placed after authenticatable
935
962
  * Do not rely attribute? methods, since they are not added on Datamapper
936
963
 
937
- ### 0.5.6
964
+ ### 0.5.6 - 2009-11-21
938
965
 
939
966
  * enhancements
940
967
  * Do not send nil to build (DataMapper compatibility)
941
968
  * Allow to have scoped views
942
969
 
943
- ### 0.5.5
970
+ ### 0.5.5 - 2009-11-20
944
971
 
945
972
  * enhancements
946
973
  * Allow overwriting find for authentication method
947
974
  * Remove Ruby 1.8.7 dependency
948
975
 
949
- ### 0.5.4
976
+ ### 0.5.4 - 2009-11-19
950
977
 
951
978
  * deprecations
952
979
  * Deprecate :singular in devise_for and use :scope instead
@@ -957,7 +984,7 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
957
984
  * Create sign_in_and_redirect and sign_out_and_redirect helpers
958
985
  * Warden::Manager.default_scope is automatically configured to the first given scope
959
986
 
960
- ### 0.5.3
987
+ ### 0.5.3 - 2009-11-18
961
988
 
962
989
  * bug fix
963
990
  * MongoMapper now converts DateTime to Time
@@ -969,20 +996,20 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
969
996
  * Added Devise.apply_schema, so you can turn it to false in Datamapper or MongoMapper
970
997
  in cases you don't want it be handlded automatically
971
998
 
972
- ### 0.5.2
999
+ ### 0.5.2 - 2009-11-17
973
1000
 
974
1001
  * enhancements
975
1002
  * Improved sign_in and sign_out helpers to accepts resources
976
1003
  * Added stored_location_for as a helper
977
1004
  * Added test helpers
978
1005
 
979
- ### 0.5.1
1006
+ ### 0.5.1 - 2009-11-15
980
1007
 
981
1008
  * enhancements
982
1009
  * Added serializers based on Warden ones
983
1010
  * Allow authentication keys to be set
984
1011
 
985
- ### 0.5.0
1012
+ ### 0.5.0 - 2009-11-13
986
1013
 
987
1014
  * bug fix
988
1015
  * Fixed a bug where remember me module was not working properly
@@ -992,13 +1019,13 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
992
1019
  * Implemented encryptors for Clearance, Authlogic and Restful-Authentication (by @mhfs)
993
1020
  * Added support for MongoMapper (by @shingara)
994
1021
 
995
- ### 0.4.3
1022
+ ### 0.4.3 - 2009-11-10
996
1023
 
997
1024
  * bug fix
998
1025
  * Authentication just fails if user cannot be serialized from session, without raising errors;
999
1026
  * Default configuration values should not overwrite user values;
1000
1027
 
1001
- ### 0.4.2
1028
+ ### 0.4.2 - 2009-11-06
1002
1029
 
1003
1030
  * deprecations
1004
1031
  * Renamed mail_sender to mailer_sender
@@ -1010,12 +1037,12 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
1010
1037
  * Allow :path_prefix to be given to devise_for
1011
1038
  * Allow default_url_options to be configured through devise (:path_prefix => "/:locale" is now supported)
1012
1039
 
1013
- ### 0.4.1
1040
+ ### 0.4.1 - 2009-11-04
1014
1041
 
1015
1042
  * bug fix
1016
1043
  * Ensure options can be set even if models were not loaded
1017
1044
 
1018
- ### 0.4.0
1045
+ ### 0.4.0 - 2009-11-03
1019
1046
 
1020
1047
  * deprecations
1021
1048
  * Notifier is deprecated, use DeviseMailer instead. Remember to rename
@@ -1028,7 +1055,7 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
1028
1055
  * Allow Warden::Manager to be configured through Devise
1029
1056
  * Created a generator which creates an initializer
1030
1057
 
1031
- ### 0.3.0
1058
+ ### 0.3.0 - 2009-10-30
1032
1059
 
1033
1060
  * bug fix
1034
1061
  * Allow yml messages to be configured by not using engine locales
@@ -1038,7 +1065,7 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
1038
1065
  * Do not send confirmation messages when user changes their e-mail
1039
1066
  * Renamed authenticable to authenticatable and added deprecation warnings
1040
1067
 
1041
- ### 0.2.3
1068
+ ### 0.2.3 - 2009-10-29
1042
1069
 
1043
1070
  * enhancements
1044
1071
  * Ensure fail! works inside strategies
@@ -1048,12 +1075,12 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
1048
1075
  * Do not redirect on invalid authenticate
1049
1076
  * Allow model configuration to be set to nil
1050
1077
 
1051
- ### 0.2.2
1078
+ ### 0.2.2 - 2009-10-28
1052
1079
 
1053
1080
  * bug fix
1054
1081
  * Fix a bug when using customized resources
1055
1082
 
1056
- ### 0.2.1
1083
+ ### 0.2.1 - 2009-10-27
1057
1084
 
1058
1085
  * refactor
1059
1086
  * Clean devise_views generator to use devise existing views
@@ -1065,7 +1092,7 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
1065
1092
  * bug fix
1066
1093
  * Fix a bug with Mongrel and Ruby 1.8.6
1067
1094
 
1068
- ### 0.2.0
1095
+ ### 0.2.0 - 2009-10-24
1069
1096
 
1070
1097
  * enhancements
1071
1098
  * Allow option :null => true in authenticable migration
@@ -1080,12 +1107,12 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.
1080
1107
  * bug fixes
1081
1108
  * Fixed requiring devise strategies
1082
1109
 
1083
- ### 0.1.1
1110
+ ### 0.1.1 - 2009-10-21
1084
1111
 
1085
1112
  * bug fixes
1086
1113
  * Fixed requiring devise mapping
1087
1114
 
1088
- ### 0.1.0
1115
+ ### 0.1.0 - 2009-10-21
1089
1116
 
1090
1117
  * Devise::Authenticable
1091
1118
  * Devise::Confirmable