aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #29176 from bogdanvlviv/define-path-with__dir__Matthew Draper2017-05-262-2/+2
|\
| * Define path with __dir__bogdanvlviv2017-05-232-2/+2
* | Merge pull request #28644 from mtsmfm/set-capybara-app-hostMatthew Draper2017-05-241-1/+6
|\ \
| * | Set `Capybara.app_host` through `host!`Fumiaki MATSUSHIMA2017-04-021-1/+6
* | | Remove unused simulate methodeileencodes2017-05-221-8/+0
| |/ |/|
* | Merge pull request #29072 from dixpac/dixpac/add_documentation_for_validate_a...Robin Dupret2017-05-211-0/+20
|\ \
| * | Improving docs for callbacks execution order [ci skip]dixpac2017-05-211-0/+20
* | | Merge pull request #29134 from joshaidan/document-action-nameAlex Kitchens2017-05-191-0/+8
|\ \ \
| * | | Clarified description of formats [ci skip]Brian Jones2017-05-191-1/+1
| * | | Added missing punctuation [ci skip]Brian Jones2017-05-181-3/+3
| * | | Specify only the body of the response is returned [ci skip]Brian Jones2017-05-181-1/+1
| * | | Document accessors response_body, action_name, formats [ci skip]Brian Jones2017-05-171-0/+8
* | | | Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-182-9/+30
|/ / /
* / / Fixed string being modified in place causing frozen string errors in Ruby 2.3sepehr5002017-05-151-2/+6
|/ /
* | Merge pull request #29062 from eileencodes/force-encoding-to-original-string-...Eileen M. Uchitelle2017-05-121-0/+2
|\ \
| * | Maintain original encoding from patheileencodes2017-05-121-0/+2
* | | Pass block in ActionController::Parameters#deleteEugene Kenny2017-05-101-2/+2
|/ /
* | Remove `:doc:` in `:nodoc:` class [ci skip]Ryuta Kamizono2017-05-011-2/+2
* | Add periodJon Moss2017-04-301-1/+1
* | Add docs for Router::Utils.unescape_uri methoddixpac2017-04-301-0/+4
* | Do not try to encoding the parameters when the controller is not definedRafael Mendonça França2017-04-261-1/+7
* | `respond_to_missing?` should be privateRyuta Kamizono2017-04-223-11/+13
* | Reuse the Parameters#to_h check in the routing helpersRafael Mendonça França2017-04-184-25/+5
* | Follow the style guide rules in the documetationRafael Mendonça França2017-04-181-30/+30
* | Improve documentationRafael Mendonça França2017-04-181-4/+4
* | Implement ActionController::Parameters#to_query and #to_paramRafael Mendonça França2017-04-181-2/+28
* | Add ActionController::Parameters#to_hash to implict conversionRafael Mendonça França2017-04-181-0/+16
* | Raise exception when calling to_h in a unfiltered ParametersRafael Mendonça França2017-04-181-2/+15
* | Use more specific check for :format in route pathAndrew White2017-04-181-1/+2
* | Add action_controller_api, action_controller_base on_load hookJulian Nadeau2017-04-102-0/+2
* | Improve logging when Origin header doesn't matchJon Leighton2017-04-061-1/+5
|/
* Merge pull request #28606 from maclover7/jm-fix-25820Andrew White2017-03-302-1/+7
|\
| * Do not include default response headers for AC::MetalJon Moss2017-03-292-1/+7
* | Add aliases for reverse_merge to with_defaultsMatt Casper2017-03-291-0/+2
|/
* Make `driven_by` overridableFumiaki MATSUSHIMA2017-03-291-6/+5
* Merge pull request #28528 from domcleal/parseerror-const-deprecationRafael França2017-03-221-1/+2
|\
| * Use DeprecatedConstantAccessor for AD::ParamsParser::ParseErrorDominic Cleal2017-03-221-1/+2
* | Small grammar fixJon Moss2017-03-221-1/+1
* | Small grammar fixJon Moss2017-03-221-2/+1
|/
* Merge pull request #28394 from shime/docs-action-dispatchXavier Noria2017-03-2231-96/+96
|\
| * [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-1331-96/+96
* | Start Rails 5.2 developmentMatthew Draper2017-03-221-2/+2
* | Wrap store accessors in parametersSid Ngeth2017-03-211-1/+5
* | Revert "Merge pull request #27775 from domcleal/27774-format-reset"Rafael Mendonça França2017-03-211-1/+0
* | Always use original url_for when generating direct routesAndrew White2017-03-172-1/+9
* | Add support for calling nested direct routes (#28462)Andrew White2017-03-173-24/+20
* | Merge pull request #28341 from mtsmfm/pass-options-to-driven-byRafael França2017-03-172-3/+4
|\ \
| * | Pass options to `driven_by`Fumiaki MATSUSHIMA2017-03-132-3/+4
* | | Bump Capybara and include Minitest::Assertionseileencodes2017-03-171-0/+2
* | | Cleanup documentation fixes (#28460)Vipul A M2017-03-171-3/+3