aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Fix unclosed tags [ci skip]yuuji.yaginuma2018-08-181-1/+1
* add missing indifferent_access require for #normalize_encode_paramsWill Jordan2018-08-161-0/+2
* Merge pull request #33499 from lsylvester/caller-ignore-pathsKasper Timm Hansen2018-08-151-0/+1
|\
| * Use backtrace cleaner to clean up backtrace for verbose query logsLachlan Sylvester2018-08-141-0/+1
* | Merge pull request #33605 from assain/purpose-metadata-changelog-and-testsKasper Timm Hansen2018-08-152-8/+20
|\ \
| * | Changelog for the new purpose metadata and improved testsAssain2018-08-132-8/+20
| |/
* | Fix rubocop offensesbogdanvlviv2018-08-151-1/+1
* | Use `Array#extract!` where possiblebogdanvlviv2018-08-141-2/+3
|/
* Purpose Metadata For Signed And Encrypted CookiesAssain2018-08-123-13/+196
* Merge pull request #31640 from gingerlime/patch-1Richard Schneeman2018-08-101-4/+11
|\
| * fixes #27157 CSRF protection documentationgingerlime2018-01-051-4/+11
* | Merge pull request #28937 from maclover7/jm-fix-28927Rafael França2018-07-312-1/+15
|\ \
| * | Default content type for `head` is `text/html`Jon Moss2017-04-302-1/+15
* | | :scissors: .Ryuta Kamizono2018-07-311-1/+1
* | | Merge pull request #33446 from ptoomey3/nested-respond-toRichard Schneeman2018-07-314-0/+70
|\ \ \
| * | | Raises exception when respond_to called multiple times in incompatible wayPatrick Toomey2018-07-304-0/+70
* | | | Enable Start/EndWith and RegexpMatch copsBart de Water2018-07-286-11/+11
* | | | Remove Rubocop's comments from Rails code basebogdanvlviv2018-07-261-4/+0
|/ / /
* | | Merge pull request #32381 from q-centrix/update-codeclimate-configsRichard Schneeman2018-07-255-10/+10
|\ \ \
| * | | Turn on performance based copsDillon Welch2018-07-235-10/+10
* | | | Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com...Matthew Draper2018-07-252-2/+2
|\ \ \ \
| * | | | Recommend use of rails over bin/railsAlberto Almagro2018-07-062-2/+2
* | | | | Rails guides are now served over httpsPaul McMahon2018-07-246-11/+11
| |/ / / |/| | |
* | | | Add render options in action_controller/renderer for api documentation [ci skip]Alireza Bashiri2018-07-221-0/+15
* | | | Add implicit to path conversion to uploaded file (#28676)Aaron Kromer2018-07-223-0/+21
* | | | Clarify example of the test `ActionController::HttpAuthentication::Token` [ci...bogdanvlviv2018-07-211-4/+3
* | | | Merge pull request #32410 from yuki24/show-cause-on-debug-view-2Kasper Timm Hansen2018-07-2011-77/+189
|\ \ \ \
| * | | | Show nested exceptions on the debug viewYuki Nishijima2018-07-1511-77/+189
* | | | | [ci skip] Fix syntax error + make example easier to follow.Kasper Timm Hansen2018-07-201-2/+3
* | | | | [ci skip] Strike changelog entry, since it's 5.2 backported.Kasper Timm Hansen2018-07-201-11/+0
* | | | | [ci skip] Move changelog entry up top. Clarify.Kasper Timm Hansen2018-07-201-7/+11
* | | | | Merge pull request #33392 from azbshiri/actionpack/prevent-request-encoder-to...Kasper Timm Hansen2018-07-203-1/+22
|\ \ \ \ \
| * | | | | Prevent `RequestEncoder#encode_params` to parse falsey paramsAlireza Bashiri2018-07-203-1/+22
| |/ / / /
* / / / / Fix basic auth problem in ActionController::HttpAuthentication::Basic doc黄松2018-07-201-2/+2
|/ / / /
* | | | test_should_impose_childless_html_tags_in_html failure with JRubypavel2018-07-151-1/+7
* | | | Merge pull request #33341 from Edouard-chin/ec-fix-to-paramRafael França2018-07-122-3/+16
|\ \ \ \
| * | | | e4e1b62 broke `to_param` handling:Edouard CHIN2018-07-122-3/+16
| |/ / /
* / / / Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the futureRyuta Kamizono2018-07-123-5/+0
|/ / /
* | | Pass along arguments to underlying `get` method in `follow_redirect!` (#33299)Remo Fritzsche2018-07-053-3/+24
* | | Merge pull request #33054 from jboler/masterRafael França2018-07-031-0/+1
|\ \ \
| * | | Only build routes simulator when there is an ASTJonathan Boler2018-06-041-0/+1
* | | | Fix a typo in the Action Pack changelog [ci skip]Genadi Samokovarov2018-06-191-1/+1
* | | | Convert hashes into parameters (#33076)Kevin Sjöberg2018-06-192-10/+29
* | | | Merge pull request #33134 from dasch/dasch/extra-cache-controlsEileen M. Uchitelle2018-06-193-2/+28
|\ \ \ \
| * | | | Add support for more HTTP cache controlsDaniel Schierbeck2018-06-133-2/+28
* | | | | Add test case for the `|` token in Journey scannervaidehijoshi2018-06-181-0/+6
* | | | | Fix rubocop violationsbogdanvlviv2018-06-151-1/+1
|/ / / /
* | | | Remove reference to session_store.rb initializerJustin Searls2018-06-121-1/+1
* | | | Fix bug with eager_load in development environmentDan Jensen2018-06-112-1/+10
* | | | Use Rack to generate query information under testAaron Patterson2018-06-082-3/+11
|/ / /