Carlos Antonio da Silva
4f60544396
Improve deprecation message with example of how to remove it
...
The deprecation of `devise_error_messages!` wasn't super clear on what
was happening and how to get rid of the message, not it has a more
detailed explanation with an example of what to look for and what to
replace it with.
Closes #5257 .
2020-06-17 08:52:43 -03:00
Marcos Ferreira
14785afe8d
Add a deprecation warn for DeviseHelper.devise_error_messages!
...
To customize the error style one should modifying the
`devise/shared/error_messages` partial.
2018-12-18 21:15:13 -02:00
Graham Brereton
76b87dc0e8
Refactor the devise_error_messages! helper to render a partial ( #4616 )
...
This should make it more intuitive and easier for developers using the
project to implement their own layout for errors.
2018-12-18 21:01:16 -02:00
Pat Allan
f39c6fd927
Add the frozen_string_literal pragma comment to all Ruby files. ( #4725 )
2017-12-21 15:36:29 -02:00
Anshul Sharma
dc1b399a8b
Updated ruby 1.9 hash syntax
2014-02-25 22:12:55 +05:30
Guillaume Hain
e2895239d8
Internationalization of resource_name in DeviseHelper#devise_error_messages!
2011-06-27 20:31:03 +02:00
José Valim
63b72cd512
Edited app/helpers/devise_helper.rb via GitHub
2011-03-06 05:25:09 -08:00
takahashim
a1c80b6211
use I18n'ed header on error messages block
2010-10-04 15:38:07 +08:00
José Valim
8db559148c
All tests green on latest Rails beta.
2010-04-13 23:28:13 +02:00
José Valim
bd8f7dc631
Some major changes.
2009-10-11 22:11:58 -03:00
Carlos A. da Silva
42d00a8dea
Updating views and helpers to use i18n by default.
2009-10-09 07:36:13 -03:00
Carlos A. da Silva
3b5f1437b5
Creating helpers module and link helpers.
2009-10-09 07:36:13 -03:00