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
José Valim
16b29baa5b
Merge pull request #2876 from rbsec/master
...
Disable autocompletion on all password inputs
2014-02-22 09:16:25 +01:00
José Valim
49403267cf
Merge pull request #2854 from aceofspades/omniauth_devise_route_context
...
Use _devise_route_context in omniauth url_helpers
2014-02-22 09:09:55 +01:00
Lucas Mazza
4d7473634e
bcrypt-ruby is now bcrypt.
2014-02-21 18:33:59 -03:00
rbsec
13b50d63ca
Set autocomplete=off on all password inputs
2014-02-21 10:37:17 +00:00
Lucas Mazza
b8f1d0d0c6
Release v3.2.3
v3.2.3
2014-02-20 15:30:48 -03:00
José Valim
60b6a80764
Merge pull request #2868 from rmm5t/patch-1
...
Update password_length docs in config template
2014-02-16 14:45:05 +01:00
Ryan McGeary
5f9838950a
Remove password_length default docs in config template
...
The default specified in the docs does not match up with the default
specified in the config.
See
cc8636cfed/lib/devise.rb (L127)
Changing the docs to read 6..128 with the config setting to 8..128 is
feared to cause confusion, so removing the default clause instead.
2014-02-16 08:19:47 -05:00
José Valim
0ece5d5190
Merge pull request #2869 from leriksen/master
...
Additional documentation on permitted scalars and nested parameter configuration
2014-02-16 10:04:26 +01:00
leriksen
058eac640f
Additional documentation on simple scalars and nested types
2014-02-16 12:06:55 +11:00
José Valim
cc8636cfed
Merge pull request #2866 from guilhermesimoes/readme-update
...
Readme update
2014-02-15 00:09:44 +01:00
Guilherme Simoes
e18b822567
Update README.md
...
The updates are:
* Indicate that it is possible to pass a block to `super` to add custom
behaviour to some Devise controller actions without completely
overriding them.
* Move mailer configuration out of the section "Controller filters and
helpers".
* Consistently use Ruby 1.9's hash syntax, highlight code and capitalize
"Devise".
* Wording improvements
2014-02-14 22:54:30 +00:00