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
2011-05-25 00:15:24 +04:00
..
controllers :anybody_signed_in? helper was deprecated in 73669e09c8 and removed in fe5ef25614 but not removed from the #helper_method call. 2011-05-06 02:46:23 -07:00
encryptors Fix typo. 2010-12-23 15:48:03 +08:00
hooks use 'devise.skip_trackable' instead of DNT headers 2011-05-04 15:21:12 +02:00
models dup the conditions hash before calling filter_auth_params, this fixes an issue with reseting your password when using a custom auth field like login 2011-05-16 14:08:22 -04:00
omniauth support for named omniauth open_id strategies 2011-05-25 00:15:24 +04:00
orm Depend on ORM Adapter. 2010-10-10 17:51:32 +02:00
rails Use inflector to avoid conflicts. 2011-04-16 13:30:15 +02:00
strategies Use inflector to avoid conflicts. 2011-04-16 13:30:15 +02:00
email.rb Use Devise::Email::EXACT_PATTERN. 2011-04-19 14:22:14 +02:00
failure_app.rb Refactor. 2011-04-29 14:11:47 +02:00
mapping.rb fix reference storage to support new and old class cache api 2011-05-23 17:29:10 +03:00
models.rb Don't include the same module several times, closes #765. 2011-04-16 13:16:47 +02:00
modules.rb User cannot access sign up and similar pages if he is already signed in through a cookie or token, closes #1036. 2011-04-29 08:56:57 +02:00
omniauth.rb Remove old OmniAuth test helpers 2011-04-19 13:13:29 -03:00
path_checker.rb Consider ApplicationController url_options in for PathChecker. 2010-07-16 08:40:21 +02:00
rails.rb Add a descriptive text for those upgrading. 2011-03-30 14:40:03 +02:00
schema.rb Tidy up previous commits. 2011-03-30 15:35:38 +02:00
test_helpers.rb Move the catch to the test level. 2011-04-17 19:37:19 +02:00
version.rb Update CHANGELOG, bump to 1.4.0.dev. 2011-04-19 14:24:33 +02:00