1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/test
2010-06-25 02:29:52 +08:00
..
controllers simplification (sign_out_everybody => sign_out_all_scopes) 2010-06-25 02:29:48 +08:00
integration sign_out_all_scopes is false by default 2010-06-25 02:29:52 +08:00
mailers Make I18n key for mailer compatible with lookup shortcuts, closes #245 2010-06-12 20:29:43 +02:00
models Do not use ActiveRecord only methods in tests. 2010-06-19 17:30:10 -07:00
orm Specs surely don't pass, but they run at least! 2010-06-19 17:30:10 -07:00
rails_app Be more friendly if the user goes ahead and adds devise_for :users before defining the model. 2010-06-24 16:51:30 +02:00
support No need to append ?unauthenticated=true in URLs anymore since Flash was moved to a middleware in Rails 3. 2010-04-03 11:43:31 +02:00
devise_test.rb Clean up the whole loading mess and closes #247. This commit depends on latest Rails. 2010-05-16 00:38:40 +02:00
encryptors_test.rb Compatibility with Ruby 1.9.1 and 1.9.2. 2010-03-26 11:27:19 +01:00
failure_app_test.rb Added navigational formats to specify when it should return a 302 and when a 401, closes #234 and #249. 2010-05-16 19:13:38 +02:00
mapping_test.rb :as and :scope in routes is deprecated. Use :path and :singular instead. Closes #199. 2010-04-15 08:21:13 +02:00
models_test.rb Get rid of deprecation warnings. 2010-04-15 08:43:39 +02:00
routes_test.rb Update documentation to track deprecation of :as in #devise_for 2010-05-19 15:50:48 +08:00
test_helper.rb Move mailer configuration to the app. 2010-04-25 09:26:51 +02:00
test_helpers_test.rb Ensure flash messages work with Devise::TestHelper, closes #327 2010-06-23 12:39:04 +02:00