rails/actionpack/lib
Joé Dupuis 7f9ce6f62b
Add save_and_open_page helper to IntegrationTest
`save_and_open_page` is a capybara helper that lets developers
inspect the status of the page at any given point in their
test. This is helpful when trying to keep a short feedback loop while
working on a test.

This change adds a similar helper with matching signature to
integration tests.
2024-04-18 20:44:40 +00:00
..
abstract_controller Use Kernel#Array to wrap the default value 2024-02-27 01:37:54 +00:00
action_controller Respond with 406 when a browser is blocked by allow_browser 2024-04-11 10:50:24 +02:00
action_dispatch Add save_and_open_page helper to IntegrationTest 2024-04-18 20:44:40 +00:00
action_pack Transform actionpack documentation to Markdown 2024-02-09 22:28:15 +00:00
abstract_controller.rb Transform actionpack documentation to Markdown 2024-02-09 22:28:15 +00:00
action_controller.rb Add autoload for ActionController::TestRequest 2024-02-14 23:42:31 +00:00
action_dispatch.rb Transform actionpack documentation to Markdown 2024-02-09 22:28:15 +00:00
action_pack.rb Transform actionpack documentation to Markdown 2024-02-09 22:28:15 +00:00