aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22277 from jwworth/pull-request/fix-typo-1447344392Rafael França2015-11-121-1/+1
|\
| * Fix typo [ci skip]Jake Worth2015-11-121-1/+1
* | Merge pull request #22259 from daisuko/remove_compiled_root_from_static_rbYves Senn2015-11-121-1/+0
|\ \ | |/ |/|
| * remove unnecessary @compiled_root from static.rbdaisuko2015-11-111-1/+0
* | Show middleware classes on /rails/info/propertiesclaudiob2015-11-111-1/+5
|/
* Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-042-2/+2
* tests, test should not care wether 9ms or 11ms have passed.Yves Senn2015-11-041-1/+1
* Move `static_cache_contorl` deprecation changelog entry to Railties.Kasper Timm Hansen2015-11-041-5/+0
* Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-0314-42/+85
* remove present? call; we do not need itAaron Patterson2015-11-021-1/+1
* Fix double word 'string' [ci skip]Jake Worth2015-11-011-1/+1
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-10-313-13/+13
|\
| * Improved readability of Assertion docs, replaced ‘Assert’ -> ‘Assertsâ€...amitkumarsuroliya2015-10-093-12/+12
| * Fixed wording in Assertion docs, changed ‘Assert’ -> ‘Asserts’Ronak Jangir2015-10-071-1/+1
* | Merge pull request #21251 from rodzyn/more_param_parser_testsSean Griffin2015-10-301-0/+14
|\ \
| * | Add test for parsing application/vnd.api+jsonMarcin Olichwirowicz2015-08-211-0/+14
* | | Revert "ActionController::Base#process() now only takes an action name"Aaron Patterson2015-10-293-6/+22
* | | ActionController::Base#process() now only takes an action nameAaron Patterson2015-10-293-22/+6
* | | switch to JSON.dump to avoid infinite recursionAaron Patterson2015-10-291-1/+1
* | | use `dispatch` instead of `process` to run requests thougheileencodes2015-10-292-8/+8
* | | Remove unnecessary methodeileencodes2015-10-291-3/+0
* | | specify deprecated waring, follow the standard conventionsGaurav Sharma2015-10-282-6/+6
* | | Write the cookie jar it was not committed in TestCaseRafael Mendonça França2015-10-282-2/+2
* | | Remove dead codeRafael Mendonça França2015-10-281-5/+0
* | | Remove skipped JRuby tests that are passing on 9.0.3.0.Guo Xiang Tan2015-10-273-6/+0
* | | Merge pull request #22060 from sebmck/tweak-wordingClaudio B2015-10-251-2/+2
|\ \ \
| * | | Tweaked wording used in some tests.Sebastian McKenzie2015-10-251-2/+2
* | | | fix rdoc markup [ci skip]yuuji.yaginuma2015-10-251-4/+4
|/ / /
* | | Remove skip on tests that have been fixed.Guo Xiang Tan2015-10-241-4/+0
* | | Catch invalid UTF-8 querystring values and respond with BadRequestGrey Baker2015-10-234-7/+37
* | | FIX: Randomly failing test when running without GIL.Guo Xiang Tan2015-10-231-0/+6
* | | Merge pull request #22029 from yui-knk/fixup_content_type_regexpRafael Mendonça França2015-10-221-1/+1
|\ \ \
| * | | Use sufficient a regexp anchor to check `@response.content_type.to_s`yui-knk2015-10-221-1/+1
* | | | Merge pull request #19327 from rousisk/masterSean Griffin2015-10-221-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Change Integer#year to return a Fixnum instead of a Float to improve consistencyKonstantinos Rousis2015-10-221-2/+2
* | | | Suppress warnings (warnings about AD::IntegrationTest HTTP request)yui-knk2015-10-221-1/+1
|/ / /
* | | remove unnecessary forwardable requireTimo Schilling2015-10-211-1/+0
* | | Merge pull request #20715 from simsalabim/feature/parse-rss-atom-as-xmlSean Griffin2015-10-203-14/+22
* | | Merge pull request #22003 from yui-knk/remove_needless_require_asYves Senn2015-10-206-7/+0
|\ \ \
| * | | Delete needless `require 'active_support/deprecation'`yui-knk2015-10-206-7/+0
* | | | Show helpful messages on invalid param. encodingsAgis Anastasopoulos2015-10-194-8/+27
|/ / /
* | | Merge pull request #19135 from yuki24/access-control-supportJeremy Daer2015-10-133-16/+60
|\ \ \
| * | | Add the ability of returning arbitrary headers to ActionDispatch::StaticYuki Nishijima2015-06-133-16/+60
* | | | Merge pull request #21849 from yui-knk/refactor_regexp_to_stringAndrew White2015-10-124-7/+14
|\ \ \ \
| * | | | Change `Journey::Route#verb` to return string instead of regexp.yui-knk2015-10-034-7/+14
* | | | | Allow multiple `root` routes in same scope levelRafael Sales2015-10-102-2/+11
* | | | | used predicate methods to avoid is_a? checksRonak Jangir2015-10-102-3/+5
* | | | | Fix mounted engine named routes regressionMatthew Erhard2015-10-073-2/+15
* | | | | use methods for accessing the cache control headersAaron Patterson2015-10-062-6/+9
* | | | | etag header is in Rack, so use it's response methodsAaron Patterson2015-10-061-6/+2