1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/test
2009-10-10 15:59:37 -03:00
..
controllers 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
helpers Moving resource_name and resource_class to Devise, rewriting route tests, using resource_class in controllers. 2009-10-10 08:37:22 -03:00
integration 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
mailers Creating Devise.map to generate and recognize urls based on scope. 2009-10-09 21:11:58 -03:00
models Moving modules inside respective Models module. 2009-10-09 10:37:36 -03:00
rails_app Creating Devise.map to generate and recognize urls based on scope. 2009-10-09 21:11:58 -03:00
routes Route tests. 2009-10-10 09:41:16 -03:00
support Creating Devise.map to generate and recognize urls based on scope. 2009-10-09 21:11:58 -03:00
active_record_test.rb Creating Devise.map to generate and recognize urls based on scope. 2009-10-09 21:11:58 -03:00
map_test.rb Updating controllers to scope resource_class and changing mapping implementation to reload mapped class based on cache_classes configuration. 2009-10-10 11:05:56 -03:00
test_helper.rb Tests with resource and resource_class 2009-10-10 09:32:51 -03:00