jrwest / authr3

Simple Rails 3 Engine for Authentication. Uses BCrypt for Secure Password Storage ( not for use, example for blog article )
18 stars 0 forks source link

Doesn't work in Rails 3? #1

Open millisami opened 14 years ago

millisami commented 14 years ago

Hi, I think the code is not compatible with Rails 3 final release?? Any plan to upgrade and why there ain't any specs/tests ??

jrwest commented 14 years ago

There are no specs because at the time of writing RSpec was not up to speed with Rails 3 (which it is now). I have not had a chance to upgrade my code or articles for the final release and they were written back in the beta-1 days of Rails 3. I do plan to update both when I get a chance. That said, this code was never meant for actual production use. If you are looking for a Rails auth plugin there are plenty existing ones with a much better following and stronger feature set.