aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Add support for more HTTP cache controlsDaniel Schierbeck2018-06-131-0/+20
* | | | | Add test case for the `|` token in Journey scannervaidehijoshi2018-06-181-0/+6
* | | | | Fix rubocop violationsbogdanvlviv2018-06-151-1/+1
|/ / / /
* | | | Fix bug with eager_load in development environmentDan Jensen2018-06-111-0/+9
* | | | Use Rack to generate query information under testAaron Patterson2018-06-081-2/+10
* | | | Include application/javascript when checking content_typeGabriel Jaldon2018-05-271-0/+5
| |/ / |/| |
* | | Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-135-7/+7
* | | Add support for prefetch-src directiveyuuji.yaginuma2018-05-031-0/+6
* | | Reset CONTENT_LENGTH between test requestsEugene Kenny2018-05-011-0/+8
* | | Break up Journey's scanner testvaidehijoshi2018-04-241-47/+50
* | | Reset RAW_POST_DATA between test requestsEugene Kenny2018-04-201-0/+8
* | | Merge pull request #29286 from vinistock/create_missing_exact_template_exceptionRafael Mendonça França2018-04-202-3/+3
|\ \ \
| * | | Create MissingExactTemplate exception with separate templateVinicius Stock2018-04-202-3/+3
* | | | Merge pull request #23868 from gsamokovarov/debug-exceptions-interceptorsRafael França2018-04-201-0/+24
|\ \ \ \
| * | | | Introduce ActionDispatch::DebugExceptions interceptorsGenadi Samokovarov2018-04-201-0/+24
* | | | | warning: ambiguous first argument; put parentheses or a space even after `/' ...utilum2018-04-201-1/+1
|/ / / /
* | | | Merge pull request #32593 from sdhull/fix-strong-params-permit-bangRafael Mendonça França2018-04-191-1/+4
|\ \ \ \
| * | | | Fixes StrongParameters permit! to work with nested arraysSteve Hull2018-04-161-1/+4
* | | | | Replace `assert !` with `assert_not`Daniel Colson2018-04-1914-26/+26
* | | | | Pass nonce to CSP policy from outsideAndrew White2018-04-181-21/+72
* | | | | Output only one nonce in CSP header per requestAndrey Novikov2018-04-171-5/+23
|/ / / /
* | | | Fix rendering a differently-formatted partial after cachingGeorge Claghorn2018-04-133-0/+14
* | | | Add WebSocket URI support to CSP DSL mappingsStephen Solis2018-04-121-0/+6
* | | | Add `TestCaseTest#test_request_format_kwarg_doesnt_mutate_params` to masterbogdanvlviv2018-04-101-0/+8
* | | | Partially revert 0bfdd1dyuuji.yaginuma2018-04-071-1/+5
* | | | Fix broken `ServerTest` with Capybara 3.0.0yuuji.yaginuma2018-04-061-5/+1
* | | | Merge pull request #32441 from composerinteralia/refute-notRafael França2018-04-043-8/+8
|\ \ \ \
| * | | | Autocorrect `refute` RuboCop violationsDaniel Colson2018-04-033-8/+8
* | | | | Add #dig to ActionDispatch::Request::Sessionclaudiob2018-04-041-0/+12
* | | | | Merge pull request #32336 from vincedevendra/allow_mutating_dig_return_valueAaron Patterson2018-04-021-0/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Make mutating params#dig mutate underlying paramsVince DeVendra2018-03-241-0/+8
* | | | | Merge pull request #32277 from derekprior/dp-deprecate-force-sslGuillermo Iguaran2018-03-302-15/+29
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Deprecate controller level force_sslDerek Prior2018-03-302-15/+29
* | | | | Use ASCII-8BIT paths in ActionDispatch::StaticAndrew White2018-03-225-1/+12
|/ / / /
* | | | Check exclude before flagging cookies as secure in ActionDispatch::SSL (#32262)Catherine Khuu2018-03-151-0/+8
* | | | Fix routing inspector tests broken in https://github.com/rails/rails/commit/6...Kasper Timm Hansen2018-03-131-14/+15
* | | | Introduce `ActionDispatch::Routing::ConsoleFormatter::Base`bogdanvlviv2018-03-131-11/+11
* | | | Merge pull request #32160 from bogdanvlviv/improve-rails-routes-expandedKasper Timm Hansen2018-03-111-5/+10
|\ \ \ \
| * | | | Draw line of a route name to the end of row console on `rails routes --expanded`bogdanvlviv2018-03-051-5/+10
* | | | | Always yield a CSP policy instanceAndrew White2018-03-081-12/+58
* | | | | Add the ability to disable the global CSP in a controllerAndrew White2018-03-081-0/+14
|/ / / /
* | | | Ruby 2.4: take advantage of String#unpack1Jeremy Daer2018-03-011-1/+1
* | | | Add --expanded option to "rails routes"Benoit Tigeot2018-02-281-2/+66
* | | | Uses the absolute path for system test screenshotsZamith2018-02-271-5/+5
* | | | Merge branch 'master' into update_default_hsts_max_ageGuillermo Iguaran2018-02-2439-260/+289
|\ \ \ \
| * \ \ \ Merge pull request #32018 from rails/add-nonce-support-to-cspAndrew White2018-02-221-0/+16
| |\ \ \ \
| | * | | | Add support for automatic nonce generation for Rails UJSAndrew White2018-02-191-0/+16
| * | | | | We should call methods with `.method_name` not `::method_name`.utilum2018-02-222-5/+6
| |/ / / /
| * | | | Remove trailing semi-colon from CSPAndrew White2018-02-191-32/+32
| * | | | Revert "Merge pull request #32045 from eagletmt/skip-csp-header"Andrew White2018-02-191-20/+2