1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/lib/devise
2009-10-11 13:00:44 -03:00
..
controllers Use signed_in instead of logged_in, and setup current_user to pass a scope. 2009-10-11 13:00:44 -03:00
initializers Changing authentication method to redirect inside rails and not warden strategy anymore. Updating session to authenticate the user and set it to warden. 2009-10-10 15:59:37 -03:00
models Updating sessions controller to use resource oriented style. Changing authenticate method to accept a hash of attributes. 2009-10-10 16:20:23 -03:00
action_controller.rb Adding filters generation based on devise mappings. 2009-10-11 08:15:48 -03:00
action_view.rb Moving resource_name and resource_class to Devise, rewriting route tests, using resource_class in controllers. 2009-10-10 08:37:22 -03:00
active_record.rb Moving Devise method to Devise::ActiveRecord and updating TODO 2009-10-09 10:46:24 -03:00