aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Prevent serialized hash from being used as optionsMilo Winningham2019-06-221-2/+6
* Add test for cookie being modified by rotationMilo Winningham2019-06-221-0/+13
* Make `ActionDispatch::Response#content_type` behavior configurableyuuji.yaginuma2019-06-213-1/+43
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-1375-104/+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
|/
* Merge pull request #36399 from jhawthorn/named_controller_helper_moduleJohn Hawthorn2019-06-052-9/+25
|\
| * Use file/line from call to helper_moduleJohn Hawthorn2019-06-031-5/+10
| * Give HelperMethods module a nameJohn Hawthorn2019-06-032-4/+15
* | Unify to use 4 spaces indentation in CHANGELOGs [ci skip]Ryuta Kamizono2019-06-051-3/+5
|/
* Remove unnecessary require pathname from actionpack controller specsAbhay Nikam2019-06-023-3/+0
* Simplify `ActionDispatch::Response#content_type`yuuji.yaginuma2019-06-021-2/+1
* Change `ActionDispatch::Response#content_type` returning Content-Type header ...yuuji.yaginuma2019-06-0119-107/+132
* remove unused requires from debug_exceptionsyaojie2019-05-281-2/+0
* Remove Route#build as it wasn't usedAlberto Almagro2019-05-222-28/+21
* Use keyword arguments for ActionDispatch::Routing::Mapper::Mapping constructorAlberto Almagro2019-05-221-14/+17
* Use keyword arguments for ActionDispatch::Journey:Route constructorAlberto Almagro2019-05-222-5/+8
* Keep part when scope option has valueAlberto Almagro2019-05-225-11/+65
* Merge pull request #36329 from XrXr/no-doc-template-assertionsRafael França2019-05-221-1/+1
|\
| * Remove compatibility module from docs [ci skip]Alan Wu2019-05-221-1/+1
* | Implemented deep_transform_keys/! for ActionController::ParametersGustavo Gutierrez2019-05-224-0/+39
|/
* Merge pull request #36306 from cseelus/responsive-rescues-layoutKasper Timm Hansen2019-05-201-4/+9
|\
| * Make rescues layout responsiveChris Seelus2019-05-201-4/+9
* | Merge pull request #36302 from eugeneius/parameters_transform_keys_enumeratorRyuta Kamizono2019-05-203-9/+24
|\ \ | |/ |/|
| * Return parameters enumerator from transform_keys/!Eugene Kenny2019-05-183-9/+24
|/
* Merge pull request #36122 from cseelus/respect-operating-system-color-scheme-...Gannon McGibbon2019-05-182-0/+69
|\
| * Implement dark color scheme for rescues layoutChris Seelus2019-05-182-0/+69
* | Rename `hash` to `jar` in CookieJar.buildshioimm2019-05-181-2/+2
* | Permit running jobs in system testsGeorge Claghorn2019-05-165-67/+11
|/
* fixed usage of Parameters when a non-numeric key existsL.Fexon2019-05-133-9/+47
* Only build middleware proxy when instrumentatingJohn Hawthorn2019-05-083-6/+17
* Auto-correct `Style/RedundantBegin` offenceRyuta Kamizono2019-05-081-5/+3
* Remove forward ported CHANGELOG [ci skip]Ryuta Kamizono2019-05-081-4/+0
* Merge pull request #36196 from st0012/fix-29947Eileen M. Uchitelle2019-05-077-4/+37
* Start Rails 6.1 developmentRafael Mendonça França2019-04-242-260/+3
* Remove redundant test setups in log_subscriber_testst00122019-04-241-21/+1
* Revert "Include Caching module for ActionController::API"Rafael França2019-04-221-1/+0
* Merge pull request #36038 from st0012/fix-35602Guillermo Iguaran2019-04-221-0/+1
|\
| * Make sure api controllers can perform caching as wellst00122019-04-191-0/+1
* | Make system tests take failed screenshots in `before_teardown` hookRichard Macklin2019-04-202-5/+16
* | Change the deprecation message for dynamic routes segment to 6.1Abhay Nikam2019-04-201-2/+2
* | Merge pull request #36000 from JosiMcClellan/fix-screenshot-filenamesEileen M. Uchitelle2019-04-192-1/+10
|\ \
| * | truncate screenshot filenames to avoid errorJosi McClellan2019-04-182-1/+10
| |/
* | Refactor after the most recent code reviewGenadi Samokovarov2019-04-192-2/+12
* | Dispatch actions only if config.consider_all_requests_local is setGenadi Samokovarov2019-04-192-1/+11
* | Drop the ambiguous `ActiveSupport::ActionableError#===` checkGenadi Samokovarov2019-04-192-13/+42
* | Manage ActionDispatch::ActionableExceptions from the default middleware stackGenadi Samokovarov2019-04-192-1/+2
* | Introduce Actionable ErrorsGenadi Samokovarov2019-04-1910-2/+140
|/
* Merge pull request #35975 from xithan/masterRafael França2019-04-153-12/+22
|\