aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \
| * | | | Add documentation for the resource(s) :param optionJeff Wallace2019-02-211-0/+3
* | | | | Merge pull request #35604 from jhawthorn/validate_mime_typesEileen M. Uchitelle2019-03-193-2/+43
|\ \ \ \ \
| * | | | | Raise exception when building invalid mime typeJohn Hawthorn2019-03-143-2/+43
| | |/ / / | |/| | |
* | | | | Fix a ContentNegotiation test descriptionSharang Dashputre2019-03-191-1/+1
* | | | | Suggest 'strict-origin' Referrer-Policy headerTom Richards2019-03-171-1/+1
|/ / / /
* | | | Merge tag 'v6.0.0.beta3'eileencodes2019-03-136-10/+33
|\ \ \ \
| * | | | Prep releaseeileencodes2019-03-112-1/+6
| * | | | Fix possible dev mode RCEAaron Patterson2019-03-101-3/+4
| * | | | Only accept formats from registered mime typesJohn Hawthorn2019-03-103-6/+23
* | | | | Update small typo in documentation.Kurt Mueller2019-03-121-1/+1
* | | | | Show friendly message to install action mailbox if the related table does not...Prathamesh Sonpatki2019-03-122-0/+5
* | | | | Merge pull request #35121 from utilum/warning_tried_to_create_proc_without_blockKasper Timm Hansen2019-03-102-4/+4
|\ \ \ \ \
| * | | | | ActionPack Proc.new without a blockutilum2019-02-132-4/+4
* | | | | | Merge pull request #35549 from r7kamura/feature/response-charsetRyuta Kamizono2019-03-102-4/+37
|\ \ \ \ \ \