José Valim
18a8260535
Merge pull request #3805 from robuye/master
...
Remove outdated example from documentation
2015-11-04 00:48:35 -02:00
Błażej Pankowiak
9f32f421a5
Allow skipping the timeoutable hook
2015-11-02 23:53:09 +01:00
robuye
df6a83b27b
Remove outdated example from documentation
...
`#reset_password` always saves the record if validation passes.
2015-11-02 23:06:38 +01:00
Lucas Mazza
4477bab1aa
Update Travis CI notification settings.
2015-11-01 19:54:58 -02:00
Christian Macias
54bb30a1a4
changed email_was !='' to email_was.present?
2015-10-26 08:56:14 -07:00
Christian Macias
5ae6360e75
fix for #3787 , save in after_create hook breaks devise confirmation
2015-10-22 13:05:02 -07:00
José Valim
d6dc93ca3d
Merge pull request #3792 from excid3/master
...
Automatically underscore and pluralize scoped views generator
2015-10-22 00:42:40 +02:00
Chris Oliver
005d514adf
Automatically underscore and pluralize scoped views generator. Fixes #3790
2015-10-21 14:53:03 -04:00
Lucas Mazza
9568e28d66
Merge pull request #3783 from yui-knk/doc_singular_option
...
[ci skip] Write how to use `singular` option of `ActionDispatch::Rout…
2015-10-19 09:15:34 -04:00
yui-knk
4f2571a408
[ci skip] Write how to use singular option of ActionDispatch::Routing::Mapper#devise_for
...
* Replace "the instance variable name in controller" with "the helper methods
names in controller".
Devise dose not define instance variable for controllers but define helper
methods for controllers.
* Replace "the name in routes" with "the scope name in routes".
`singular` is used as an argument of `devise_scope`.
* Add sample codes of routing and controller.
2015-10-16 11:57:42 +09:00
Rafael Mendonça França
e33d285e4a
Update the documentation to use current Rails code [ci skip]
2015-10-15 16:13:06 -03:00
Stan Hu
619128cb9b
Only clear the reset password token if the model has already been persisted
...
If a new user is created with a reset password token, the previous behavior
would automatically clear the token even when it was desired for setting
the password for the first time.
2015-10-02 12:30:57 -07:00
George Guimarães
9f37b6eff7
Merge pull request #3769 from xymbol/fix_typos
...
Fix typos
2015-09-30 19:39:49 -03:00
Adrian Mugnolo
2380612b6e
Fix typo: authenticatable
2015-09-30 19:32:44 -03:00
Adrian Mugnolo
c334179c95
Fix typo: successful
2015-09-30 19:31:49 -03:00
José Valim
827d009b3c
Merge pull request #3766 from nambrot/patch-1
...
Add missing comma
2015-09-28 17:28:41 +02:00
Nam Chu Hoai
56edeec958
Add missing comma
2015-09-28 11:25:03 -04:00
Lucas Mazza
7df57d5081
Merge pull request #3732 from posgarou/refactor/respond_to_helper_method
...
Wrap helper_method calls in respond_to?(:helper_method)
2015-09-26 11:05:30 -03:00
George Guimarães
2ccffc80b0
Merge pull request #3743 from plataformatec/fdf-add-code-of-conduct
...
Add a Code of Conduct
2015-09-08 00:02:47 -03:00
Flavia Fortes
797a19352c
Add a Code of Conduct
2015-09-07 23:59:51 -03:00
Stan Hu
7025f968c6
Account for relative_url_root in FailureApp's recall method
...
Closes #3738
2015-09-06 00:05:19 -07:00
Ryan Mitchell
04e01f49a9
Use builtin matchers in helper tests
2015-08-31 09:58:25 -04:00
Ryan Mitchell
a3da40a701
Wrap helper_method calls in respond_to?(:helper_method)
2015-08-29 05:29:05 -04:00
Lucas Mazza
40258bf100
Remove the custom OmniAuth camelization on teardown.
2015-08-28 11:26:41 -03:00
Lucas Mazza
d3baff221d
Merge pull request #3730 from timoschilling/omin-auth-camelization
...
use OmniAuth::Utils.camelize
2015-08-28 10:57:20 -03:00
Timo Schilling
f5e984c151
use OmniAuth::Utils.camelize
...
This will display the provider name with the original camelization:
facebook => Facebook
github => GitHub
linkedin => LinkedIn
2015-08-28 07:51:37 +02:00
Lucas Mazza
6ed6e09bf3
Merge pull request #3642 from jphenow/add-password-change-notification
...
Add password change notification
2015-08-27 12:48:14 -03:00
Jon Phenow
05ccdfbacd
Merge branch 'add-password-change-notification' of github.com:jphenow/devise into add-password-change-notification
2015-08-27 10:43:51 -05:00
Jon Phenow
9bcc2d1c5f
CHANGELOG
2015-08-27 10:26:42 -05:00
Jon Phenow
211159f2eb
translation for mailer subject
2015-08-27 10:26:12 -05:00
Jon Phenow
ab141a8779
move model stubs
2015-08-27 10:26:12 -05:00
Jon Phenow
e9c82472ff
quick comment touch-ups
2015-08-27 10:26:12 -05:00
Jon Phenow
48ed2fd1aa
templates, config documentation
2015-08-27 10:26:12 -05:00
Jon Phenow
0fa74d863d
functionality
2015-08-27 10:26:12 -05:00
Jon Phenow
c744dcf07a
tests
2015-08-27 10:26:12 -05:00
Lucas Mazza
eb091b867f
Fix rails g devise:views -v mailer with the Simple Form generator.
...
Our Simple Form generator shouldn't be responsible for generating the `mailer`
view directory, so we should skip it and let the Erb generator do the job.
Closes #3254 .
2015-08-27 12:12:13 -03:00
Lucas Mazza
fb3568308e
Merge pull request #3707 from LimeBlast/master
...
modifys markerb templates to use markdown links, not html ones.
2015-08-27 10:28:02 -03:00
Lucas Mazza
93b8f01583
Merge pull request #3719 from dgynn/doc_api_change
...
Update docs for Devise::Models.config
2015-08-26 14:56:22 -03:00
Dave Gynn
068da8045b
update api docs for Models.config
...
config no longer takes a default value since 80699c58b4 .
also, :streches was moved to DatabaseAuthenticatable.
2015-08-21 00:50:31 -07:00
José Valim
b12658782f
Merge pull request #3717 from MarkMT/patch-2
...
Update comment on Devise.add_module
2015-08-21 09:18:19 +02:00
José Valim
3e87489c5b
Merge pull request #3715 from evopark/feature/enhance_failure_app_url_options
...
Use default_url_options from parent_controller
2015-08-21 09:15:56 +02:00
Marcus Ilgner
8aa0e2655e
Use default_url_options from parent_controller
...
Use a configured Devise.parent_controller, not ApplicationController
Also remove passing `*args` since it's a class-level attribute, not
a method.
2015-08-21 08:32:43 +02:00
MarkMT
155e23a73e
Update comment on Devise.add_module
...
The existing comment suggests that add_module is used only for modules that are not provided by Devise itself.
2015-08-20 19:17:52 -05:00
José Valim
359fba970e
Merge pull request #3713 from MarkMT/patch-1
...
Update comment on Devise.configure_warden
2015-08-19 10:04:31 +02:00
MarkMT
3a056f6d10
Update comment on Devise.configure_warden
...
The existing comment seems to be either outdated or obscure. I interpret it as meaning that configure_warden! is invoked by an 'initializer' block in class Devise::Engine, i.e. in lib/devise/rails.rb. However, as far as I can tell the only time the method is invoked is when ActionDispatch::Routing::RouteSet#finalize! is called, and this is aliased by devise to finalize_with_devise!.
2015-08-18 22:41:58 -05:00
José Valim
213aa51126
Merge pull request #3708 from dayweek/patch-1
...
Add removed method to CHANGELOG
2015-08-14 14:12:01 +02:00
David Hrachovy
8588387fad
Add removed method to CHANGELOG
...
my app failed to start because the method was removed. I think it makes sense to mention it here.
2015-08-14 14:02:57 +02:00
Daniel Hollands
8c6de852c6
modifys markerb templates to use markdown links, not html ones.
2015-08-13 13:57:01 +01:00
Carlos Antonio da Silva
52e35f69c5
Fix typo in changelo [ci skip]
...
Thanks @reedloden.
2015-08-10 20:39:22 -03:00
José Valim
d9939d1ea0
Release v3.5.2
v3.5.2
2015-08-10 14:46:36 +02:00