1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/dispatch
Zamith fc7781646c Uses the absolute path for system test screenshots
Why:

* When getting an error that generates a screenshot it would be helpful
  to be able to ctrl+click it to quickly open it in the browser, which
  does not work with relative paths

This change addresses the need by:

* Changing `image_path` to disregard the relative path and use the
  absolute one instead
2018-02-27 13:49:38 +00:00
..
request Consistent behavior for session and cookies with to_h and to_hash method 2018-01-31 13:36:01 -08:00
routing Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
session Embrace the instantiation in loving parens <3 2017-12-03 19:12:06 +01:00
system_testing Uses the absolute path for system test screenshots 2018-02-27 13:49:38 +00:00
callbacks_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
content_security_policy_test.rb Add support for automatic nonce generation for Rails UJS 2018-02-19 15:59:34 +00:00
cookies_test.rb Consistent behavior for session and cookies with to_h and to_hash method 2018-01-31 13:36:01 -08:00
debug_exceptions_test.rb
debug_locks_test.rb Fix can't modify frozen String error in DebugLocks 2017-08-28 21:48:05 +09:00
exception_wrapper_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
executor_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
header_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
live_response_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
mapper_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
middleware_stack_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
mime_type_test.rb Use respond_to test helpers 2018-01-25 23:32:58 -05:00
mount_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
prefix_generation_test.rb
rack_cache_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
reloader_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
request_id_test.rb Allow @ in X-Request-Id header 2018-01-29 19:35:39 -05:00
request_test.rb Use assert_empty and assert_not_empty 2018-01-25 23:32:59 -05:00
response_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
routing_assertions_test.rb Make sure assert_recognizes can still find routes mounted after engines 2018-02-09 13:51:20 -05:00
routing_test.rb Fix array routing constraints 2018-02-17 02:44:58 +02:00
runner_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
show_exceptions_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
ssl_test.rb Update default HSTS max-age value to 1 year 2018-01-16 18:37:18 -06:00
static_test.rb
test_request_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
test_response_test.rb Deprecate ActionDispatch::TestResponse response aliases 2017-08-07 13:48:02 +10:00
uploaded_file_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
url_generation_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00