heartcombo--devise/app
Jonathon Padfield ce08d7abb8 Replaced render :text 404 with :plain in omniauth
Rails 5.1 has deprecated render :text, and HEAD requests on the
omniauth callbacks passthru method is causing errors because the render
:text is non-existant, and there's no template to fall back to.

Replacing :text with :plain, adds a content-type type of text/plain and
also returns the previous message.

render :plain was supported back in rails 4.1.0
http://api.rubyonrails.org/v4.1.0/classes/ActionView/Helpers/RenderingHelper.html#method-i-render
2017-05-03 13:31:52 +10:00
..
controllers Replaced render :text 404 with :plain in omniauth 2017-05-03 13:31:52 +10:00
helpers Updated ruby 1.9 hash syntax 2014-02-25 22:12:55 +05:30
mailers/devise Change email_change => email_changed notification 2017-03-10 08:56:34 -03:00
views/devise Display unconfirmed email when using reconfirmable and email changed notification 2017-03-15 11:47:47 -03:00