Anshul Sharma
|
dc1b399a8b
|
Updated ruby 1.9 hash syntax
|
2014-02-25 22:12:55 +05:30 |
|
Lucas Mazza
|
7b66133861
|
Remove subscriber block so it won't leak across the test suite.
|
2014-01-04 19:01:05 +03:00 |
|
Vipul A M
|
ae6a37f796
|
Cleanup tests for unused variables
|
2013-09-15 01:52:53 +05:30 |
|
Drew Ulmer
|
e029ad7b0c
|
Fix improper login param sanitization permit
This includes a failing test case that hooks into ActiveSupport
Notifications to catch the param permit error.
|
2013-06-25 13:44:39 -05:00 |
|
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 |
|