aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #25544 from piotrj/pj-issue-25488Rafael França2016-06-281-0/+12
|\
| * Fix setting route's to in a scopePiotr Jakubowski2016-06-281-0/+12
* | Fix adding implicitly rendered template digests to ETagsJavan Makhmali2016-06-282-10/+36
|/
* Merge pull request #25123 from bf4/remove_problematic_mime_testRafael França2016-06-271-3/+3
|\
| * Modifies mime-registration test not to interfere with real mime typesBenjamin Fleischer2016-05-231-3/+3
* | Merge pull request #25435 from y-yagi/make_as_option_work_with_get_parametersKasper Timm Hansen2016-06-251-0/+14
|\ \
| * | make `as` option work with get parametersyuuji.yaginuma2016-06-251-0/+14
* | | `params.permitted?` is false by defaultJon Moss2016-06-231-0/+6
|/ /
* | render_to_string Regression Outside of Real Requests in Rails 5.0.0.rc1 (#25308)Brandon Medenwald2016-06-091-0/+7
* | existant => existentAbhishek Jain2016-06-091-2/+2
* | Prevent `{ internal: true }` from being stored in the routerJon Moss2016-06-071-0/+30
* | Add regression test to `as` option.Kasper Timm Hansen2016-06-071-0/+16
* | Use `#performed?` to terminate controller callbacksJeff Kreeftmeijer2016-06-031-0/+15
* | Merge pull request #25236 from rajatbansal93/fix-typoArun Agrawal2016-06-011-5/+5
|\ \
| * | fix typoRajat Bansal2016-06-011-5/+5
* | | Clean up the test request/response even after an exceptionMatthew Draper2016-06-011-0/+24
* | | More Action Pack `abstract_unit` cleanup (#25211)Jon Moss2016-05-314-28/+23
|/ /
* / Move `Workshop` class definitionJon Moss2016-05-302-18/+18
|/
* Respect `log_warning_on_csrf_failure` setting for all CSRF failuresMatthew Caruana Galizia2016-05-231-0/+31
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-183-4/+4
* Action Mailer: Declarative exception handling with `rescue_from`.Jeremy Daer2016-05-151-30/+1
* Document and test ActionDispatch server_portTom Kadwill2016-05-121-0/+11
* 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
|\ \ \ \