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
2010-07-26 20:39:40 +02:00
..
controllers scope_signed_in? helpers now simply delegate to current_scope to improve performance. 2010-07-26 20:33:23 +02:00
encryptors Also pass stretches to salt generation. 2010-07-12 06:59:49 +02:00
hooks More about extend remember period feature. 2010-07-23 23:57:31 +02:00
models Start to add helpers for OAuth tests. 2010-07-26 20:33:22 +02:00
oauth More OAuth tests. 2010-07-26 20:33:22 +02:00
orm Remove data_mapper support. 2010-07-04 17:22:57 +02:00
rails Remove deprecated stuff, tag 1.2.0 as version. 2010-07-26 20:39:40 +02:00
strategies More about extend remember period feature. 2010-07-23 23:57:31 +02:00
failure_app.rb More OAuth tests. 2010-07-26 20:33:22 +02:00
mapping.rb No longer retrieve the user from paths, but use the env hash. This change deprecates use_default_scope. 2010-07-06 01:33:32 +02:00
models.rb Remove deprecated code. 2010-07-26 20:32:05 +02:00
modules.rb Register cancel route so a shortcut is created. 2010-07-26 20:33:22 +02:00
oauth.rb Add a small connection stubbing API. 2010-07-26 20:33:22 +02:00
path_checker.rb Consider ApplicationController url_options in for PathChecker. 2010-07-16 08:40:21 +02:00
rails.rb Do not eager load all controllers. Otherwise this will force OAuth to be loaded. 2010-07-26 20:33:23 +02:00
schema.rb Remove deprecated code. 2010-07-26 20:32:05 +02:00
test_helpers.rb Fix a bug in Devise::TestHelpers where current_user was returning a Response object for non active accounts, closes #341. 2010-06-29 11:52:10 +02:00
version.rb Remove deprecated stuff, tag 1.2.0 as version. 2010-07-26 20:39:40 +02:00