Vasiliy Ermolovich
|
61903b534a
|
don't delete the return to url from session if the requested format is not navigational
closes #2122
|
2012-11-04 23:42:38 +03:00 |
|
mathieul
|
95f20587ef
|
test that destroying a session doesn't set the flash if the requested format is not navigational
|
2012-06-23 14:43:35 -07:00 |
|
José Valim
|
2b7328535d
|
Check for the request before checking for the mapping, closes #1859
|
2012-05-25 09:39:50 +02:00 |
|
Christopher Meiklejohn
|
eb4e23274d
|
Ensure ActiveRecord is defined, which is not true when running Mongoid tests.
|
2012-04-07 15:54:00 -03:00 |
|
José Valim
|
b74f71fbed
|
Fix build so it works with Rails 3.1.
|
2012-03-26 18:50:39 +03:00 |
|
David FRANCOIS
|
885d8836d1
|
Ability to use attr_protected attributes as sign-in keys without triggering ActiveModel::MassAssignmentSecurity::Error when ActiveRecord::Base.mass_assignment_sanitizer is set to :strict. Fixes #1729.
|
2012-03-21 11:48:00 +01:00 |
|
José Valim
|
c6dd846718
|
Move the catch to the test level.
|
2011-04-17 19:37:19 +02:00 |
|
José Valim
|
c608fbe89e
|
Rollback to require 'test_helper'. If you want to run it in isolation, do ruby -Itest path/to/test/file.
|
2011-04-15 10:48:44 +02:00 |
|
John Wilger
|
e4af6adaf7
|
Added test showing previously incorrect behavior of Devise::SessionsController#create
|
2011-04-15 16:37:15 +08:00 |
|