aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #35975 from xithan/masterRafael França2019-04-151-1/+2
|\
| * mounted routes with non-word charactersxithan2019-04-151-1/+2
* | 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-091-0/+4
|/ /
* | `ast` is no longer to be `nil` since #33118Ryuta Kamizono2019-04-051-1/+0
* | Deduplicate strings held by the routerJean Boussier2019-04-032-4/+8
* | [ci skip] Doc for shallow: false options should use <tt> for better readabili...Abhay Nikam2019-04-031-1/+1
* | Merge pull request #24405 from waits/shallow-falseRafael França2019-04-021-1/+4
|\ \
| * | Honor shallow: false on nested resourcesDylan Waits2016-04-031-1/+4
* | | url -> URL where apt inside actionpack/Sharang Dashputre2019-04-011-1/+1
* | | Fix annotated typoPrathamesh Sonpatki2019-03-292-2/+2
* | | Remove :all symbol from Mime::ALLJohn Hawthorn2019-03-271-1/+1
* | | Merge pull request #35236 from renuo/fix-30467Rafael França2019-03-271-0/+4
|\ \ \
| * | | Raise if resource custom params contain colonsJosua Schmid2019-03-261-0/+4
* | | | Add the `Mime::Type::InvalidMimeType` error in the default rescue_response:Edouard CHIN2019-03-263-3/+12
|/ / /
* | | Merge pull request #35649 from andrehjr/fix-override-of-cookies-controller-specsRafael França2019-03-191-1/+1
|\ \ \
| * | | Don't override @set_cookies on CookieJar#update_cookies_from_jar'André Luis Leal Cardoso Junior2019-03-171-1/+1
* | | | Merge pull request #35669 from cpruitt/update-mime-type-regexpAaron Patterson2019-03-191-1/+4
|\ \ \ \
| * | | | Update regular expression for checking valid MIME typeCliff Pruitt2019-03-191-1/+4
* | | | | Instrument middleware processingDaniel Schierbeck2019-03-191-1/+22
|/ / / /
* | | | 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-192-2/+11
|\ \ \ \ \
| * | | | | Raise exception when building invalid mime typeJohn Hawthorn2019-03-142-2/+11
| | |/ / / | |/| | |
* / | | | Suggest 'strict-origin' Referrer-Policy headerTom Richards2019-03-171-1/+1
|/ / / /
* | | | Merge tag 'v6.0.0.beta3'eileencodes2019-03-133-4/+10
|\ \ \ \
| * | | | Prep releaseeileencodes2019-03-111-1/+1
| * | | | Fix possible dev mode RCEAaron Patterson2019-03-101-3/+4
| * | | | Only accept formats from registered mime typesJohn Hawthorn2019-03-101-0/+5
* | | | | 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
* | | | | | Support other optional parameters and quoted-strings on Content-Type parserr7kamura2019-03-101-4/+3
* | | | | | [ci skip] Fix typosShailesh Kalamkar2019-03-071-1/+1
* | | | | | Fix code examples' indentation in ActionDispatch::Routing [ci skip]Ricardo Díaz2019-02-261-4/+4
| |/ / / / |/| | | |
* | | | | Preparing for 6.0.0.beta2 releaseRafael Mendonça França2019-02-251-1/+1
* | | | | Merge pull request #35400 from aglushkov/stream_manual_cache_controlAaron Patterson2019-02-251-1/+1
|\ \ \ \ \
| * | | | | Allow custom cache-control header in AC::LiveAndrey Glushkov2019-02-251-1/+1
* | | | | | Restore UploadedFile compatibility with IO.copy_streamJanko Marohnić2019-02-231-1/+4
| |_|/ / / |/| | | |
* | | | | Merge pull request #35293 from rails/remove-rendered-format-from-cacheAaron Patterson2019-02-191-1/+1
|\ \ \ \ \
| * | | | | Pass the template format to the digestorAaron Patterson2019-02-151-1/+1
| |/ / / /
* / / / / appropriate typo fixalkesh262019-02-191-1/+1
|/ / / /
* | | | AbstractController::Translation#t: dup optionsNazar Matus2019-02-151-0/+1
* | | | Merge pull request #35229 from rails/fix-35222Aaron Patterson2019-02-131-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Turn lookup context in to a stack, push and pop if formats changeAaron Patterson2019-02-111-2/+2