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
2009-11-22 00:24:34 -02:00
..
controllers Added scoped views support. Just turn it on in your Devise.setup. 2009-11-21 20:07:37 -02:00
encryptors Tidying up encryptors. 2009-11-10 18:55:13 -02:00
hooks Only redirect if needed. 2009-11-16 14:31:09 -02:00
locales [DEPRECATION] Notifier is deprecated, use DeviseMailer instead. Remember to rename app/views/notifier to app/views/devise_mailer and I18n key from devise.notifier to devise.mailer. 2009-11-02 23:14:27 -02:00
models Do not rely on attribute? methods since they are not available in Datamapper. 2009-11-22 00:24:34 -02:00
orm Mongomapper ORM now converts DateTime to Time. 2009-11-18 09:41:42 -02:00
rails Added scoped views support. Just turn it on in your Devise.setup. 2009-11-21 20:07:37 -02:00
serializers Rely on Warden new serializers. 2009-11-15 00:13:43 -02:00
strategies Only redirect if needed. 2009-11-16 14:31:09 -02:00
failure_app.rb Only redirect if needed. 2009-11-16 14:31:09 -02:00
mapping.rb Rename :singular option to :scope. 2009-11-19 11:43:31 -02:00
models.rb Added Devise.all to freeze your app strategies and moved friendly_token to Devise module. 2009-11-18 09:26:47 -02:00
rails.rb Rely on Warden new serializers. 2009-11-15 00:13:43 -02:00
schema.rb Allow schema options to work together with devise method in ORMs where devise and schema are in the same class (as in Datamapper and MongoMapper). 2009-11-15 20:35:19 -02:00
test_helpers.rb Extract common logic into the same method. 2009-11-16 15:07:01 -02:00
version.rb Release Devise 0.5.6. 2009-11-21 20:08:14 -02:00