1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib
Fumiaki MATSUSHIMA 5edbdca5c0 Fix random failure on system test with ajax
If application has ajax, browser may begin request after rollback.
`teardown_fixtures` will be called after `super` on `after_teardown`
so we must call `Capybara.reset_sessions!` before `super`

b61a56541a/activerecord/lib/active_record/fixtures.rb (L857)
2017-03-03 19:36:56 +09:00
..
abstract_controller Unfreeze interpolated string because it's useless. 2017-02-19 23:32:36 +08:00
action_controller Use response#location instead of #location in redirect. 2017-02-20 18:10:28 +01:00
action_dispatch Fix random failure on system test with ajax 2017-03-03 19:36:56 +09:00
action_pack Preparing for 5.1.0.beta1 release 2017-02-23 14:53:21 -05:00
abstract_controller.rb applies new string literal convention in actionpack/lib 2016-08-06 18:51:43 +02:00
action_controller.rb Include the content of the flash in the auto-generated etag (#26250) 2016-08-22 13:34:35 -07:00
action_dispatch.rb Move and rename system tests 2017-02-20 15:07:35 -05:00
action_pack.rb Bump license years for 2017 2016-12-31 08:34:08 -05:00