aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Turn on performance based copsDillon Welch2018-07-234-7/+9
* Add implicit to path conversion to uploaded file (#28676)Aaron Kromer2018-07-221-0/+6
* Merge pull request #32410 from yuki24/show-cause-on-debug-view-2Kasper Timm Hansen2018-07-202-15/+80
|\
| * Show nested exceptions on the debug viewYuki Nishijima2018-07-152-15/+80
* | Prevent `RequestEncoder#encode_params` to parse falsey paramsAlireza Bashiri2018-07-201-0/+14
|/
* test_should_impose_childless_html_tags_in_html failure with JRubypavel2018-07-151-1/+7
* Merge pull request #33341 from Edouard-chin/ec-fix-to-paramRafael França2018-07-121-2/+15
|\
| * e4e1b62 broke `to_param` handling:Edouard CHIN2018-07-121-2/+15
* | Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the futureRyuta Kamizono2018-07-122-4/+0
|/
* Pass along arguments to underlying `get` method in `follow_redirect!` (#33299)Remo Fritzsche2018-07-051-0/+10
* Convert hashes into parameters (#33076)Kevin Sjöberg2018-06-191-0/+21
* Merge pull request #33134 from dasch/dasch/extra-cache-controlsEileen M. Uchitelle2018-06-191-0/+20
|\
| * 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
|\ \