top | item 10139018

(no title)

prapam2 | 10 years ago

But you woudn't need gems to for recovery emails right?

discuss

order

pmontra|10 years ago

The Devise gem does that for free. I remember me coding it in my first Rails application so many years ago and I'm not keen to go back to it: it feels like wasted time. Phoenix didn't have it one year ago and it's sad to learn that it doesn't have it yet. Somebody will write it sooner or later because it's almost core functionality of a registration and authentication system.

prapam2|10 years ago

Its actually pretty simple to implement on your own. I am not big of device. I feel it does too much magic. It should have been just a api layer and not touching views.