aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Correct spellingBenjamin Fleischer2017-02-055-5/+5
* Properly escape test namesAkira Matsuda2017-02-021-3/+3
* Remove deprecated callbacks from ActionDispatch middlewaresRafael Mendonça França2017-01-316-162/+57
* Merge pull request #27647 from Shopify/fully-eagerload-journeyRafael França2017-01-304-0/+28
|\
| * Fully initialize routes before the first request is handledJean Boussier2017-01-184-0/+28
* | Change ActionView ERB Handler from Erubis to ErubiJeremy Evans2017-01-251-2/+0
* | Delete PATH_INFO after each controller test requestDominic Cleal2017-01-232-0/+15
* | Add examples for behaviour about redirection with and without options. Fixes ...Vipul A M2017-01-211-0/+8
* | Use ActionDispatch::IntegrationTest http helper methodsAndrew White2017-01-181-45/+41
* | :warning: "Use assert_nil if expecting nil. This will fail in MT6."Akira Matsuda2017-01-181-1/+5
* | :warning: "Use assert_nil if expecting nil. This will fail in MT6."Akira Matsuda2017-01-182-10/+22
* | Fix all rubocop violationsRafael Mendonça França2017-01-171-1/+1
* | Don't pollute Object with rubinius_skip and jruby_skipAkira Matsuda2017-01-171-9/+9
* | Merge pull request #27692 from y-yagi/make_render_work_with_ac_paramsEileen M. Uchitelle2017-01-161-1/+0
|\ \
| * | make `render` work with AC::Paramsyuuji.yaginuma2017-01-151-1/+0
* | | Added test to ensure that we dont break #to_h again when trying to restore th...David Heinemeier Hansson2017-01-161-0/+5
* | | Revert "significant speedup of AC::Parameters#permit" [26dd9b26ab7317f94fd285...David Heinemeier Hansson2017-01-162-8/+1
* | | Add missing requireDavid Heinemeier Hansson2017-01-161-0/+1
|/ /
* | `respond_to_missing?` should fallback to `super` where method_missing could c...Akira Matsuda2017-01-151-1/+1
* | Small spelling errorLachlan Priest2017-01-141-4/+4
* | AC::ParamsWrapper::Options needs anonymous superclassAkira Matsuda2017-01-131-1/+1
* | class Foo < Struct.new(:x) creates an extra unneeded anonymous classAkira Matsuda2017-01-133-4/+4
* | fix method name in `Renderer` doc [ci skip]yuuji.yaginuma2017-01-121-1/+2
* | Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-126-9/+9
* | Merge pull request #27610 from Envek/fix_and_speed_up_duration_parsingAndrew White2017-01-121-1/+1
|\ \
| * | Fix inconsistent results when parsing large durations and constructing durati...Andrey Novikov2017-01-091-1/+1
* | | Revert "Merge pull request #27586 from maclover7/jm-fix-27584"Rafael Mendonça França2017-01-112-11/+3
* | | Fix grammar in action_dispatch/http/parameters.rb [ci skip]kenta-s2017-01-111-1/+1
| |/ |/|
* | Current default Rails app encoding "utf-8" looks more like a W3C charset than...Akira Matsuda2017-01-111-1/+1
* | Use Encoding::UTF_8 constant for default_{internal,external} in the testsAkira Matsuda2017-01-111-2/+2
* | Use already defined Encoding constant rather than freezing a StringAkira Matsuda2017-01-111-1/+1
* | Make ActionDispatch::Request.parameter_parsers public APIRafael Mendonça França2017-01-111-1/+11
|/
* Update `cookies` helper on all HTTP requestsJon Moss2017-01-052-3/+11
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-057-8/+8
* Fix style guide violationsRafael Mendonça França2017-01-051-3/+3
* String#end_with? should be faster than Regexp hereAkira Matsuda2017-01-051-1/+1
* No need to :doc: a public methodAkira Matsuda2017-01-051-1/+1
* Remove deprecated ActionController::Metal.callRafael Mendonça França2017-01-033-17/+11
* List full class nameJon Moss2017-01-031-1/+1
* Remove deprecated Metal#envRafael Mendonça França2017-01-032-5/+4
* Extract variant setter to process methodJon Moss2017-01-022-4/+10
* Bump license years for 2017Jon Moss2016-12-313-3/+3
* fix with_routing when testing api only controllersJulia López2016-12-293-2/+33
* Use `next` instead of `break`; avoid terminating whole loopJon Moss2016-12-292-1/+22
* Use proper output format [ci skip] (#27498)प्रथमेश Sonpatki2016-12-291-1/+1
* Update request.rb --ci skipShardul Parab2016-12-291-0/+3
* Fix Rubocop violations and fix documentation visibilityRafael Mendonça França2016-12-283-3/+3
* Optimize Journey::Route#scoreBen Hughes2016-12-283-6/+15
* Small edits to actionpack/CHANGELOG.mdJon Moss2016-12-271-2/+2
* Remove random extra spaces from Action Pack and Railties CHANGELOG.mdJon Moss2016-12-271-1/+1