jdtornow / challah

User authorization and session management in Rails.
MIT License
18 stars 7 forks source link

LoadError in SessionsController#new #25

Closed atomkirk closed 8 years ago

atomkirk commented 8 years ago

I literally did nothing more than create a brand new 4.2.6 Rails project, install the gem, run rake challah:setup and visit localhost:3000/sign-in and I got this:

jdtornow commented 8 years ago

Hey @atomkirk -- Thanks for pointing this out. This looks to be an unforeseen issue from a change we made a while back to not require an ApplicationController. I just pushed a quick fix version 1.3.1. Let me know if that doesn't fix your problem.

philtr commented 8 years ago

@jdtornow @atomkirk I was able to reproduce this issue and can confirm that upgrading to v1.3.1 fixes it.

jdtornow commented 8 years ago

Excellent, thanks for checking @philtr!