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/action_dispatch
yuuji.yaginuma 8847e608b9 Explicitly pass window handle to resize_window_to
Unlike `resize_window`, `resize_window_to` has three arguments.
d63c3c8e3a/lib/capybara/webkit/driver.rb (L135-L143)

Therefore, if pass only width and height just like `resize_window`,
`ArgumentError`will be raised.
To prevent this, explicitly pass window handler.

Follow up of #31046
2017-11-06 13:15:34 +09:00
..
http Edited comment from request.rb 2017-11-03 00:38:44 +09:00
journey removed unnecessary returns 2017-10-28 17:20:38 +09:00
middleware Prevent source line wrapping in rescue layout 2017-10-31 02:19:00 -07:00
request Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
routing Improve docs of ActionDispatch::Routing::Mapper 2017-11-03 23:33:55 +00:00
system_testing Explicitly pass window handle to resize_window_to 2017-11-06 13:15:34 +09:00
testing [Action Pack] require => require_relative 2017-10-21 22:48:28 +09:00
journey.rb [Action Pack] require => require_relative 2017-10-21 22:48:28 +09:00
railtie.rb Add key rotation cookies middleware 2017-09-24 12:23:38 -04:00
routing.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
system_test_case.rb Add load hook for ActionDispatch::SystemTestCase 2017-10-28 12:50:10 +09:00