| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | AC::ParamsWrapper::Options needs anonymous superclass | Akira Matsuda | 2017-01-13 | 1 | -1/+1 |
* | | class Foo < Struct.new(:x) creates an extra unneeded anonymous class | Akira Matsuda | 2017-01-13 | 3 | -4/+4 |
* | | fix method name in `Renderer` doc [ci skip] | yuuji.yaginuma | 2017-01-12 | 1 | -1/+2 |
* | | Reduce string objects by using \ instead of + or << for concatenating strings | Akira Matsuda | 2017-01-12 | 6 | -9/+9 |
* | | Merge pull request #27610 from Envek/fix_and_speed_up_duration_parsing | Andrew White | 2017-01-12 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix inconsistent results when parsing large durations and constructing durati... | Andrey Novikov | 2017-01-09 | 1 | -1/+1 |
* | | | Revert "Merge pull request #27586 from maclover7/jm-fix-27584" | Rafael Mendonça França | 2017-01-11 | 2 | -11/+3 |
* | | | Fix grammar in action_dispatch/http/parameters.rb [ci skip] | kenta-s | 2017-01-11 | 1 | -1/+1 |
| |/
|/| |
|
* | | Current default Rails app encoding "utf-8" looks more like a W3C charset than... | Akira Matsuda | 2017-01-11 | 1 | -1/+1 |
* | | Use Encoding::UTF_8 constant for default_{internal,external} in the tests | Akira Matsuda | 2017-01-11 | 1 | -2/+2 |
* | | Use already defined Encoding constant rather than freezing a String | Akira Matsuda | 2017-01-11 | 1 | -1/+1 |
* | | Make ActionDispatch::Request.parameter_parsers public API | Rafael Mendonça França | 2017-01-11 | 1 | -1/+11 |
|/ |
|
* | Update `cookies` helper on all HTTP requests | Jon Moss | 2017-01-05 | 2 | -3/+11 |
* | `self.` is not needed when calling its own instance method | Akira Matsuda | 2017-01-05 | 7 | -8/+8 |
* | Fix style guide violations | Rafael Mendonça França | 2017-01-05 | 1 | -3/+3 |
* | String#end_with? should be faster than Regexp here | Akira Matsuda | 2017-01-05 | 1 | -1/+1 |
* | No need to :doc: a public method | Akira Matsuda | 2017-01-05 | 1 | -1/+1 |
* | Remove deprecated ActionController::Metal.call | Rafael Mendonça França | 2017-01-03 | 3 | -17/+11 |
* | List full class name | Jon Moss | 2017-01-03 | 1 | -1/+1 |
* | Remove deprecated Metal#env | Rafael Mendonça França | 2017-01-03 | 2 | -5/+4 |
* | Extract variant setter to process method | Jon Moss | 2017-01-02 | 2 | -4/+10 |
* | Bump license years for 2017 | Jon Moss | 2016-12-31 | 3 | -3/+3 |
* | fix with_routing when testing api only controllers | Julia López | 2016-12-29 | 3 | -2/+33 |
* | Use `next` instead of `break`; avoid terminating whole loop | Jon Moss | 2016-12-29 | 2 | -1/+22 |
* | Use proper output format [ci skip] (#27498) | प्रथमेश Sonpatki | 2016-12-29 | 1 | -1/+1 |
* | Update request.rb --ci skip | Shardul Parab | 2016-12-29 | 1 | -0/+3 |
* | Fix Rubocop violations and fix documentation visibility | Rafael Mendonça França | 2016-12-28 | 3 | -3/+3 |
* | Optimize Journey::Route#score | Ben Hughes | 2016-12-28 | 3 | -6/+15 |
* | Small edits to actionpack/CHANGELOG.md | Jon Moss | 2016-12-27 | 1 | -2/+2 |
* | Remove random extra spaces from Action Pack and Railties CHANGELOG.md | Jon Moss | 2016-12-27 | 1 | -1/+1 |
* | renderers typo fix [ci skip] | ota42y | 2016-12-27 | 1 | -1/+1 |
* | assert_equal takes expectation first | Akira Matsuda | 2016-12-26 | 2 | -3/+3 |
* | "Use assert_nil if expecting nil from ...:in `...'. This will fail in minites... | Akira Matsuda | 2016-12-25 | 1 | -2/+1 |
* | "Use assert_nil if expecting nil from ...:in `...'. This will fail in MT6." | Akira Matsuda | 2016-12-25 | 1 | -4/+4 |
* | "Use assert_nil if expecting nil. This will fail in minitest 6." | Akira Matsuda | 2016-12-25 | 15 | -40/+40 |
* | Shave a couple of allocations off Journey scan & parse | Matthew Draper | 2016-12-25 | 3 | -203/+207 |
* | Privatize unneededly protected methods in Action Pack | Akira Matsuda | 2016-12-24 | 15 | -83/+82 |
* | No need to nodoc private methods | Akira Matsuda | 2016-12-24 | 5 | -24/+24 |
* | Privatize unneededly protected methods in Action Pack tests | Akira Matsuda | 2016-12-23 | 10 | -22/+20 |
* | Describe what we are protecting | Akira Matsuda | 2016-12-23 | 1 | -0/+2 |
* | updating docs | Aaron Patterson | 2016-12-21 | 1 | -0/+4 |
* | Document and update API for `skip_parameter_encoding` | Aaron Patterson | 2016-12-21 | 6 | -54/+52 |
* | Merge pull request #27414 from matthewd/fix-xml-vs-html-assertion | Matthew Draper | 2016-12-21 | 1 | -12/+12 |
|\ |
|
| * | Revise the "XML is not HTML" test | Matthew Draper | 2016-12-20 | 1 | -12/+12 |
* | | Merge pull request #27408 from matthewd/charset-fix | Matthew Draper | 2016-12-20 | 3 | -5/+14 |
|\ \ |
|
| * | | Only default the response charset when it is first set | Matthew Draper | 2016-12-20 | 3 | -5/+14 |
| |/ |
|
* | | Merge pull request #27146 from maclover7/jm-fix-27145 | Eileen M. Uchitelle | 2016-12-19 | 2 | -2/+10 |
|\ \
| |/
|/| |
|
| * | Do not clear HTTP_COOKIES header after request | Jon Moss | 2016-12-11 | 2 | -2/+10 |
* | | Missing require "active_support/testing/constant_lookup" | Akira Matsuda | 2016-12-14 | 1 | -0/+1 |
|/ |
|
* | Do not raise exception when content_type is a empty string | Rafael Mendonça França | 2016-12-09 | 2 | -1/+6 |