aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Add hash method to ActionController::ParametersEugene Baranov2019-07-141-0/+8
* try (Just a Little Bit Harder)Akira Matsuda2019-07-121-2/+1
* Adds support for configuring HTTP Feature Policy (#33439)Jacob Bednarz2019-07-101-0/+142
* Preload browser driver_path for system testingJohn Hawthorn2019-07-031-0/+13
* Add the ability to set the CSP nonce only to the specified directivesyuuji.yaginuma2019-06-221-0/+54
* Make `ActionDispatch::Response#content_type` behavior configurableyuuji.yaginuma2019-06-211-0/+29
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-1327-37/+0
* Merge pull request #36426 from abhaynikam/bump-codeclimate-rubocop-versionRyuta Kamizono2019-06-062-3/+0
|\
| * Bump rubocop to 0.71Abhay Nikam2019-06-062-3/+0
* | Fix broken driver testyuuji.yaginuma2019-06-061-2/+2
|/
* Give HelperMethods module a nameJohn Hawthorn2019-06-031-2/+2
* Remove unnecessary require pathname from actionpack controller specsAbhay Nikam2019-06-023-3/+0
* Change `ActionDispatch::Response#content_type` returning Content-Type header ...yuuji.yaginuma2019-06-0112-99/+119
* Remove Route#build as it wasn't usedAlberto Almagro2019-05-221-21/+20
* Keep part when scope option has valueAlberto Almagro2019-05-221-0/+41
* Implemented deep_transform_keys/! for ActionController::ParametersGustavo Gutierrez2019-05-222-0/+18
* Merge pull request #36302 from eugeneius/parameters_transform_keys_enumeratorRyuta Kamizono2019-05-201-2/+14
|\
| * Return parameters enumerator from transform_keys/!Eugene Kenny2019-05-181-2/+14
|/
* Permit running jobs in system testsGeorge Claghorn2019-05-161-37/+0
* fixed usage of Parameters when a non-numeric key existsL.Fexon2019-05-131-2/+28
* Only build middleware proxy when instrumentatingJohn Hawthorn2019-05-082-4/+4
* Merge pull request #36196 from st0012/fix-29947Eileen M. Uchitelle2019-05-071-0/+19
* Remove redundant test setups in log_subscriber_testst00122019-04-241-21/+1
* Merge pull request #36000 from JosiMcClellan/fix-screenshot-filenamesEileen M. Uchitelle2019-04-191-0/+8
|\
| * truncate screenshot filenames to avoid errorJosi McClellan2019-04-181-0/+8
* | Refactor after the most recent code reviewGenadi Samokovarov2019-04-191-0/+10
* | Dispatch actions only if config.consider_all_requests_local is setGenadi Samokovarov2019-04-191-0/+10
* | Drop the ambiguous `ActiveSupport::ActionableError#===` checkGenadi Samokovarov2019-04-191-0/+31
* | Manage ActionDispatch::ActionableExceptions from the default middleware stackGenadi Samokovarov2019-04-191-0/+1
* | Introduce Actionable ErrorsGenadi Samokovarov2019-04-191-0/+60
|/
* Merge pull request #35975 from xithan/masterRafael França2019-04-152-11/+20
|\
| * mounted routes with non-word charactersxithan2019-04-152-11/+20
* | Adds named_captures to MatchData to emulate RegexBrandon Weaver2019-04-091-0/+9
|/
* Output junit format test reportFumiaki MATSUSHIMA2019-04-041-0/+2
* Merge pull request #35842 from Shopify/deduplicate-routing-stringsRafael França2019-04-031-2/+2
|\
| * Deduplicate strings held by the routerJean Boussier2019-04-031-2/+2
* | Merge pull request #35825 from jhawthorn/always_filter_view_pathsEileen M. Uchitelle2019-04-032-9/+12
|\ \ | |/ |/|
| * Always reject files external to appJohn Hawthorn2019-04-032-9/+12
* | Auto-correct rubocop offencesRyuta Kamizono2019-04-031-15/+15
* | Merge pull request #24405 from waits/shallow-falseRafael França2019-04-021-0/+31
|\ \ | |/ |/|
| * Honor shallow: false on nested resourcesDylan Waits2016-04-031-0/+31
* | url -> URL where apt inside actionpack/Sharang Dashputre2019-04-019-23/+23
* | Fix typo in the value of ENCRYPTED_SIGNED_COOKIE_SALT constant (#35619)Emil Shakirov2019-04-012-3/+3
* | Merge pull request #35688 from jhawthorn/render_file_rfcAaron Patterson2019-03-303-9/+21
|\ \
| * | Introduce Template::File as new render file:John Hawthorn2019-03-273-9/+21
* | | Remove :all symbol from Mime::ALLJohn Hawthorn2019-03-271-0/+13
|/ /
* | Merge pull request #35236 from renuo/fix-30467Rafael França2019-03-271-0/+10
|\ \
| * | Raise if resource custom params contain colonsJosua Schmid2019-03-261-0/+10
* | | Add the `Mime::Type::InvalidMimeType` error in the default rescue_response:Edouard CHIN2019-03-262-0/+12
|/ /
* | Address rubocop offencesRyuta Kamizono2019-03-211-1/+1