José Valim
314f731a66
Update CHANGELOG
2014-04-04 09:50:13 +02:00
José Valim
b786c384d5
Remove need for raw session inspect
2014-04-03 21:00:12 +02:00
Lucas Mazza
6027787930
Merge pull request #2954 from plataformatec/lm-last-request-at-json-serialization
...
Serialize the `last_request_at` entry as an Integer
2014-04-02 22:58:14 -03:00
José Valim
d019e1ed1a
Merge pull request #2958 from karlentwistle/master
...
Find a resource based off its encrypted reset_password_token
2014-03-31 19:16:20 +02:00
Karl Entwistle
58b311a93f
Use the ORM Adapter API
2014-03-31 15:24:55 +01:00
Karl Entwistle
de57ef83fb
Find a resource based off its encrypted reset_password_token
2014-03-31 14:58:52 +01:00
Lucas Mazza
145ce9e1de
Merge pull request #2956 from Yasserius/patch-1
...
before_filter turned into before_action
2014-03-29 16:01:54 -03:00
Yasserius
7adf95b945
before_filter turned into before_action
2014-03-30 00:52:00 +06:00
Lucas Mazza
71d8dd37bb
Update mongoid dependency.
2014-03-28 23:11:53 -03:00
Lucas Mazza
da0c27393f
Serialize the last_request_at entry as an Integer
...
Pushing the `Time` object inside the session has inconsistencies
across different serializers and we should use a more primitive type
so we don't need any specific parsing logic for the JSON serializer.
2014-03-28 22:51:56 -03:00
Lucas Mazza
f19e82021f
Add some spaces around the curly brackets.
2014-03-28 20:53:50 -03:00
Lucas Mazza
3d0559bc4d
Merge pull request #2953 from jbnunn/README_ConfiguredParams
...
Fixed documentation for configured_permitted_parameters
2014-03-28 20:51:36 -03:00
J. Nunn
739c187e81
Fixed documentation for configured_permitted_parameters
2014-03-28 17:21:50 -05:00
Vasiliy Ermolovich
937ed6291c
Merge pull request #2946 from naveda89/patch-1
...
Fixed path syntax error on README.md
2014-03-25 16:46:06 +02:00
Alvaro Naveda
aa456c9d07
Fixed path syntax error on README.md
...
Minor fix on the configuring controllers section.
2014-03-25 15:43:46 +01:00
José Valim
5b49bd3450
Improve docs for update_with_password
...
Closes #2942
2014-03-24 21:49:48 +01:00
José Valim
da34c54093
Merge pull request #2937 from dpehrson/registrations-controller-failure-yield
...
Ensure registration controller block yields happen on failure in addition to success
2014-03-24 18:58:29 +09:00
Daniel Pehrson
90e55409e1
Upgrade stray legacy hash syntax to 1.9 syntax.
2014-03-21 15:24:25 -04:00
Daniel Pehrson
ce3ead6b5f
Ensure registration controller block yields happen on failure in addition to success and closes #2936 .
...
Now with 100% more unit tests.
2014-03-21 10:29:14 -04:00
Lucas Mazza
d439bc409c
Fix typo on CHANGELOG
2014-03-17 12:11:01 -03:00
Lucas Mazza
8d7a72326a
Add a note about #2906 to the CHANGELOG.
2014-03-17 12:10:44 -03:00
Lucas Mazza
59cd0cc240
Merge pull request #2906 from p-originate/master
...
Grammar/content fixes for email confirmation language
2014-03-17 12:08:07 -03:00
Lucas Mazza
1eab594895
SessionsController#destroy no longer yields the resource object.
...
If you need access to the current resource when overring the action
use the scope helper (like `current_user`) before calling `super`.
Closes #2926 .
2014-03-17 11:52:20 -03:00
Lucas Mazza
755219ccfc
Release v3.2.4
v3.2.4
2014-03-17 11:16:38 -03:00
Lucas Mazza
9044631f4c
Merge pull request #2933 from weimeng/update-changel
...
Update CHANGELOG.md with missing 2.1.x minor versions
2014-03-17 10:59:33 -03:00
Wei-Meng Lee
a05d001c41
Update CHANGELOG.md with missing 2.1.x minor versions
...
Changelog for missing entries taken from https://github.com/plataformatec/devise/blob/v2.1.4/CHANGELOG.rdoc
2014-03-17 15:18:44 +08:00
Lucas Mazza
a8e1d42097
Bump mocha.
2014-03-12 14:40:11 -03:00
Lucas Mazza
0df786c849
Add README docs and a CHANGELOG entry for #2916
2014-03-09 20:54:41 -03:00
Lucas Mazza
ccfe389be1
Merge pull request #2916 from kayline/master
...
Add ability to generate only specified view directories
2014-03-09 20:49:27 -03:00
Molly Trombley-McCann and Shatarupa Nandi
a79e0f6bca
Rename variable to views, change flag to -v
2014-03-06 13:41:11 -08:00
Molly Trombley-McCann
3640abc933
add description to view generator flag
2014-03-04 15:08:46 -08:00
Molly Trombley-McCann
09ebe833b3
Add a flag to views generator allowing user to specify which view directories to generate
2014-03-04 15:05:16 -08:00
Molly Trombley-McCann
4a0bc7692a
Add a flag to views generator allowing user to specify which view directories to generate
2014-03-04 14:47:19 -08:00
Greg Cobb and Molly Trombley-McCann
0d06ed6c79
WIP
2014-03-03 09:30:00 -08:00
Oleg Pudeyev
47845e44a2
Chase language changes in tests
2014-03-03 10:15:33 -05:00
José Valim
71eb6176c3
Merge pull request #2913 from petervandenabeele/master
...
Note that the cost of bcrypt grows dramatically with number of stretches
2014-03-02 20:30:08 +01:00
Peter Vandenabeele
7e6dd5022b
Clarify that this stretch behavior is for bcrypt
...
* other encryptors show a different behavior regarding the
number of stretches
2014-03-02 20:23:57 +01:00
Peter Vandenabeele
286eefa9b4
Note that the cost of bcrypt grows dramatically with number of stretches
...
* this will avoid people (like me) loosing an hour trying to understand
why doing it "a little bit safer" with 20 stretches suddenly takes
60 seconds to do sign_up or sign_in. An example of such discussion is:
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/399627
2014-03-02 18:57:32 +01:00
José Valim
5e00be4af8
Merge pull request #2912 from petervandenabeele/master
...
Fix typo in initializer template comment
2014-03-02 16:17:14 +01:00
Peter Vandenabeele
a89af190e2
Fix typo in initializer template comment
2014-03-02 15:22:59 +01:00
Oleg Pudeyev
dbddce6acd
Missed some "instructions about" -> for
2014-02-28 15:12:07 -05:00
Oleg Pudeyev
1a87fd6477
All other text does not use camel case
2014-02-28 02:04:35 -05:00
Oleg Pudeyev
00af1481f8
Grammar/content fixes for email confirmation language
...
- account -> email address
- was -> has been
2014-02-28 02:04:23 -05:00
Lucas Mazza
aea82d0b03
Update remaning 1.8 hash syntax.
2014-02-25 14:25:55 -03:00
José Valim
3d9dea39b2
Merge pull request #2899 from justanshulsharma/master
...
Updated ruby 1.9 hash syntax
2014-02-25 18:03:16 +01:00
Anshul Sharma
dc1b399a8b
Updated ruby 1.9 hash syntax
2014-02-25 22:12:55 +05:30
José Valim
a5ad61c167
Merge pull request #2884 from dlackty/fix-secret-token-not-found
...
Set default secret_key before eager load
2014-02-25 17:36:19 +01:00
Richard Lee
146a2e500e
Set default secret_key before eager load
2014-02-25 17:56:34 +08:00
Lauro Caetano
4995d3c221
Merge pull request #2880 from dwbutler/issue_2875
...
Fix for #2875
2014-02-22 20:53:28 -03:00
David Butler
1987ffc171
Fix for #2875
2014-02-22 12:22:05 -08:00