aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Use a single term instead of all terms used to describe path and URL helpers ...Sharang Dashputre2019-07-261-1/+1
* Fix flaky test ActionControllerBaseRenderTest#test_direct_render_to_stringFumiaki MATSUSHIMA2019-07-261-4/+20
* Merge pull request #36412 from robotdana/compact_blankRafael Mendonça França2019-07-251-0/+18
|\
| * Add compact_blank shortcut for reject(&:blank?)Dana Sherson2019-06-051-0/+18
* | fix `follow_redirect!` not using the same HTTP verb on 307 redirection:Edouard CHIN2019-07-251-0/+13
* | Stop setting a default Capybara app hostGeorge Claghorn2019-07-241-5/+3
* | Add support for script-src-attr / elem and style-src-attr / elem directivesyuuji.yaginuma2019-07-181-0/+24
* | Merge pull request #31634 from afcapel/reduce-routing-error-log-noiseRafael Mendonça França2019-07-161-0/+23
|\ \
| * | Reduce log noise handling ActionController::RoutingErrorsAlberto Fernández Capel2019-05-281-0/+23
* | | 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