This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
devise
Watch
1
Star
1
Fork
0
You've already forked devise
mirror of
https://github.com/heartcombo/devise.git
synced
2026-01-09 23:08:05 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4e263b96c977d49bfa495b328a7d0e7344286dfe
devise
/
test
History
Carlos A. da Silva
4e263b96c9
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
..
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
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
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