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-03-28 23:09:28 +02:00
..
controllers Use prepend_before_filter in require_no_authentication. 2010-03-26 08:26:51 -03:00
encryptors Fixed some Ruby 1.9 issues/bugs. 2010-01-21 16:06:19 +08:00
hooks Move trackabe logic to the model. 2010-03-03 12:03:43 +01:00
models Fix some unlockable bugs. 2010-03-28 23:09:28 +02:00
orm More compatibility with Rails master. 2010-03-28 07:15:52 +02:00
rails Do not depend on silence_missing_strategies! anymore. This speeds up strategies matching because we don't need to check if the model duck types to the strategy and it doesn't trigger uneeded strategies. 2010-03-28 14:55:05 +02:00
strategies Do not depend on silence_missing_strategies! anymore. This speeds up strategies matching because we don't need to check if the model duck types to the strategy and it doesn't trigger uneeded strategies. 2010-03-28 14:55:05 +02:00
failure_app.rb All tests pass using Rails master. 2010-03-11 18:39:32 +01:00
mapping.rb Do not depend on silence_missing_strategies! anymore. This speeds up strategies matching because we don't need to check if the model duck types to the strategy and it doesn't trigger uneeded strategies. 2010-03-28 14:55:05 +02:00
models.rb Keep modules definition in a different file. 2010-03-03 12:03:43 +01:00
modules.rb Keep modules definition in a different file. 2010-03-03 12:03:43 +01:00
rails.rb More compatibility with Rails master. 2010-03-28 07:15:52 +02:00
schema.rb sign_in_count shoud default to zero. 2010-03-26 12:56:24 +01:00
test_helpers.rb Do not depend on silence_missing_strategies! anymore. This speeds up strategies matching because we don't need to check if the model duck types to the strategy and it doesn't trigger uneeded strategies. 2010-03-28 14:55:05 +02:00
version.rb Release pre4 with improved controller handling. 2010-03-03 12:22:04 +01:00