aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #24982 from tomkadwill/improve_clarity_of_raw_host_with_portKasper Timm Hansen2016-05-111-0/+20
|\
| * Improve documentation and tests for raw_host_with_port and host_with_portTom Kadwill2016-05-111-0/+20
* | Merge pull request #24912 from prathamesh-sonpatki/api-fix-response-formatSantiago Pastorino2016-05-111-32/+50
|\ \
| * | API only apps: Preserve request format for HTML requests tooPrathamesh Sonpatki2016-05-111-32/+50
* | | Make flash messages cookie compatible with Rails 4Rafael Mendonça França2016-05-061-2/+2
* | | Merge pull request #24896 from prathamesh-sonpatki/api-cleanupGuillermo Iguaran2016-05-061-7/+0
|\ \ \
| * | | BoomerAPI is not used anywhere, so removed it!Prathamesh Sonpatki2016-05-061-7/+0
| |/ /
* | | Merge pull request #24029 from rthbound/dont-call-each-when-calling-body-on-r...Sean Griffin2016-05-063-2/+36
|\ \ \ | |/ / |/| |
| * | Fixes #23964Ryan T. Hosford2016-03-133-2/+36
* | | Implement helpers proxy in controller instance levelRafael Mendonça França2016-05-051-0/+16
* | | Ensure compatibility between ActionDispatch::Request::Session and RackJon Moss2016-05-041-0/+26
* | | Remove last uses of `@env[]` and `@env[]=`Jon Moss2016-04-281-0/+27
* | | Add more info to insecure URL generation errorDerek Prior2016-04-261-2/+1
* | | Merge pull request #24641 from rafaelfranca/fix-per-form-token-with-full-urlJeremy Daer2016-04-251-0/+13
|\ \ \
| * | | Discart the schema and host information when building the per-form tokenRafael Mendonça França2016-04-201-0/+13
| | |/ | |/|
* | | Merge pull request #23103 from rails/refactor-handling-of-action-defaultJeremy Daer2016-04-243-14/+54
|\ \ \
| * | | Refactor handling of :action default in routingAndrew White2016-02-163-14/+54
* | | | Deprecate `request_via_redirect` method.Prathamesh Sonpatki2016-04-241-3/+5
* | | | Fix ApplicationController.renderer.defaults.merge!Jon Moss2016-04-201-0/+8
| |/ / |/| |
* | | Merge pull request #24031 from samphilipd/sam/do_not_clobber_options_in_route...Jeremy Daer2016-04-191-0/+13
|\ \ \
| * | | Do not destructively mutate passed options hash in route definitionsSam Davies2016-03-031-0/+13
* | | | Properly verify that cache accepts and user `expires` value.Vipul A M2016-04-172-2/+5
* | | | Filter scalar values when params permit hashes or arraysSean Griffin2016-04-151-0/+9
* | | | Pass over all Rails 5 warnings, to make sure:Vipul A M2016-04-121-1/+1
* | | | Fixes #24239Ryan T. Hosford2016-04-041-0/+21
* | | | Strong ETag validatorsJeremy Daer2016-03-313-35/+93
* | | | Use the most highest priority exception handler when cause is setSean Griffin2016-03-111-0/+33
* | | | Merge pull request #22854 from jcoyne/missing_templateSean Griffin2016-03-111-0/+15
|\ \ \ \
| * | | | Render default template if block doesn't renderJustin Coyne2016-02-251-0/+15
* | | | | Add `ActionController::Parameters#dig`Sean Griffin2016-03-091-0/+20
* | | | | Pass headers through to payload for logging.Gareth du Plooy2016-03-081-0/+6
* | | | | Remove http_cache_forever's version parameterJean Boussier2016-03-051-9/+1
| |_|_|/ |/| | |
* | | | Rename constrain_to to exclude.Kasper Timm Hansen2016-03-031-4/+4
| |/ / |/| |
* | | [ci skip] Use rails routes instead of rake routes in inspector test descriptionAbhishek Jain2016-03-021-9/+9
* | | Merge pull request #23932 from arthurnn/arthurnn/remove_load_pathsArthur Nogueira Neves2016-03-011-2/+0
|\ \ \
| * | | Remove load_paths fileArthur Neves2016-02-271-2/+0
* | | | Merge pull request #23980 from rails/deprecate-controller-action-segmentsAndrew White2016-03-0130-212/+468
|\ \ \ \
| * | | | Deprecate :controller and :action path parametersAndrew White2016-03-0130-212/+468
* | | | | Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-023-24/+191
|/ / / /
* / / / add `constraint_to` option to SSL middlewareGreg Molnar2016-02-281-0/+7
|/ / /
* | | Merge pull request #23852 from prathamesh-sonpatki/hsts-subdomainsRafael França2016-02-251-7/+16
|\ \ \
| * | | Added deprecation for older appsPrathamesh Sonpatki2016-02-251-7/+16
* | | | Revert "Merge pull request #20851 from tomprats/indifferent-sessions"Matthew Draper2016-02-261-10/+0
* | | | Revert "Update Session to utilize indiffernt access"Matthew Draper2016-02-266-118/+1
| |/ / |/| |
* | | Additional review of 6b31761.Kasper Timm Hansen2016-02-251-1/+0
* | | Lock down new `ImplicitRender` behavior for 5.0 RCGodfrey Chan2016-02-256-35/+86
|/ /
* | Added a test for generating Strong ETagPrathamesh Sonpatki2016-02-241-0/+8
* | Show permitted flag in the output of AC::Parameters#inspectPrathamesh Sonpatki2016-02-241-3/+13
* | Merge pull request #20851 from tomprats/indifferent-sessionsRafael Mendonça França2016-02-246-0/+127
|\ \
| * | Update Session to utilize indiffernt accessTom Prats2016-01-306-1/+118