- FIX
-
require_login should use controller and action for routing.
- FIX
-
Scaffolded SessionsController should have respond_to.
- FIX
-
SignUp should get the value instead of slicing.
-
Cleaned up generated controllers.
-
Use find_by_id instead of find so invalid sessions don’t cause apps to crash.
-
Hashes passed in are no longer mutated via delete.
-
Fixed bug where password wasn’t deleted from session params which would cause lookup to fail.