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-01-13 17:49:20 +01:00
..
controllers Merge and fix conflicts. 2010-01-09 11:22:27 -02:00
encryptors Ensure bcrypt works and move salt generation to encryptors (needed for bcrypt). 2010-01-08 23:19:57 +01:00
hooks Add tests for mail with proc. 2010-01-13 17:45:02 +01:00
locales moved view links into a partial and I18n'ed them 2010-01-09 12:58:51 -02:00
models refactoring attempts track to avoid saving the model twice 2010-01-09 13:12:24 -02:00
orm Merge and fix conflicts. 2010-01-09 11:22:27 -02:00
rails Merge and fix conflicts. 2010-01-09 11:22:27 -02:00
serializers Decouple serializers from Devise modules. You can use any serializer at any time, as long the API required by the serializer is satisfied. Since session serializer is encrypted, it simply stores the id and the resource klass. Cookie is not encrypted, so it creates a random token and store it in the database, so in order to do the token cleanup, you need provide remember_me! and forget_me! methods, as in :rememberable. 2009-12-20 12:31:02 +01:00
strategies Improve more loading process. 2009-12-07 20:26:00 -02:00
failure_app.rb Allow a strategy to be added after authenticatable one and move store_location to FailureApp. 2009-11-22 00:49:23 -02:00
mapping.rb Devise::Mapping#raw_path considers the relative_url_root to fix issue with Passenger and RailsBaseURI directives 2010-01-13 17:30:27 +01:00
models.rb - Maximum attempts changed from 5 to 20 2010-01-09 11:41:28 -02:00
rails.rb Update to work with Warden 0.8.0. 2010-01-05 13:44:13 +01:00
schema.rb introducing lockable implementation 2010-01-01 17:57:35 -02:00
test_helpers.rb Updated CHANGELOG. 2010-01-07 22:37:47 +01:00
version.rb Bump to 0.8.2. 2010-01-13 17:46:16 +01:00