rubycorns / rorganize.it

A web app to coordinate railsgirls project groups
https://rorganize.it
GNU Affero General Public License v3.0
41 stars 23 forks source link

Replace `devise_error_messages!` with modified partials #684

Closed sareg0 closed 4 years ago

sareg0 commented 4 years ago

When running tests, we get a deprecation warning from Devis.

DEPRECATION WARNING: [Devise] `DeviseHelper.devise_error_messages!`
is deprecated and it will be removed in the next major version.
To customize the errors styles please run `rails g devise:views` and modify the
`devise/shared/error_messages` partial.

Ahead of this being fully deprecated, let's do what the warning message tell us and add some partials with shared error messages.

You can reproduce this deprecation warning by running bundle exec rspec. You'll see a whole bunch

vsmart commented 4 years ago

closed in #690