aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * mounted routes with non-word charactersxithan2019-04-153-12/+22
* | Remove unused modules from StrongParametersPatrik Bóna2019-04-151-4/+0
* | Merge pull request #32541 from sergiogomez/remove-lock-from-params-wrapperMatthew Draper2019-04-121-1/+1
|\ \
| * | Remove lock from method modelSergio Gómez2018-04-121-1/+1
* | | Merge pull request #35919 from Shopify/simplify-define_url_helperRafael França2019-04-111-12/+10
|\ \ \
| * | | Simplify and fasten NamedRouteCollection#define_url_helperJean Boussier2019-04-101-12/+10
| | |/ | |/|
* / | Adds named_captures to MatchData to emulate RegexBrandon Weaver2019-04-092-0/+13
|/ /
* | `ast` is no longer to be `nil` since #33118Ryuta Kamizono2019-04-051-1/+0
* | Output junit format test reportFumiaki MATSUSHIMA2019-04-041-0/+2
* | Merge pull request #35842 from Shopify/deduplicate-routing-stringsRafael França2019-04-033-6/+10
|\ \
| * | Deduplicate strings held by the routerJean Boussier2019-04-033-6/+10
* | | 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
* | | [ci skip] Doc for shallow: false options should use <tt> for better readabili...Abhay Nikam2019-04-031-1/+1
* | | Auto-correct rubocop offencesRyuta Kamizono2019-04-031-15/+15
* | | Merge pull request #24405 from waits/shallow-falseRafael França2019-04-022-1/+35
|\ \ \ | |/ / |/| |
| * | Honor shallow: false on nested resourcesDylan Waits2016-04-032-1/+35
* | | url -> URL where apt inside actionpack/Sharang Dashputre2019-04-0110-24/+24
* | | Fix typo in the value of ENCRYPTED_SIGNED_COOKIE_SALT constant (#35619)Emil Shakirov2019-04-012-3/+3
* | | Follow up tweaks b89a3e7e638a50c648a17d09c48b49b707e1d90d [ci skip]Ryuta Kamizono2019-03-311-2/+2
* | | 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
* | | | Fix annotated typoPrathamesh Sonpatki2019-03-292-2/+2
* | | | Remove :all symbol from Mime::ALLJohn Hawthorn2019-03-272-1/+14
|/ / /
* | | Merge pull request #35236 from renuo/fix-30467Rafael França2019-03-273-0/+29
|\ \ \
| * | | Raise if resource custom params contain colonsJosua Schmid2019-03-263-0/+29
* | | | Add the `Mime::Type::InvalidMimeType` error in the default rescue_response:Edouard CHIN2019-03-265-3/+24
|/ / /
* | | Address rubocop offencesRyuta Kamizono2019-03-211-1/+1
* | | Merge pull request #35649 from andrehjr/fix-override-of-cookies-controller-specsRafael França2019-03-192-1/+14
|\ \ \
| * | | Don't override @set_cookies on CookieJar#update_cookies_from_jar'André Luis Leal Cardoso Junior2019-03-172-1/+14
* | | | Fix test broken by 04ae0b0b5e594e0bb99c5cd608921745977bcdcdRafael Mendonça França2019-03-191-3/+4
* | | | Merge pull request #35669 from cpruitt/update-mime-type-regexpAaron Patterson2019-03-192-1/+19
|\ \ \ \
| * | | | Update regular expression for checking valid MIME typeCliff Pruitt2019-03-192-1/+19
* | | | | Instrument middleware processingDaniel Schierbeck2019-03-192-7/+57
|/ / / /
* | | | Merge pull request #35358 from tjwallace/patch-1Eileen M. Uchitelle2019-03-191-0/+3
|\ \ \ \