aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
...
* | Use tt in doc for ActionPack [ci skip]Yoshiyuki Hirano2017-08-262-4/+4
* | Update links to use https link instead of http [ci skip]Yoshiyuki Hirano2017-08-223-6/+6
* | Load Parameters configurations on :action_controller only onceAlberto Almagro2017-08-141-1/+1
* | Merge pull request #29559 from kirs/eager-load-controller-actionsRafael França2017-08-111-0/+6
|\ \
| * | Eager load controller and mailer actionsKir Shatrov2017-07-291-0/+6
* | | Use frozen string literal in actionpack/Kir Shatrov2017-07-2938-1/+77
|/ /
* | Merge pull request #29919 from kirs/actionpack-frozen-friendlyRafael França2017-07-241-1/+3
|\ \
| * | Make actionpack frozen string friendlyKir Shatrov2017-07-241-1/+3
* | | Fix typo in API docsRyan Lue2017-07-201-1/+1
* | | Correct API documentation for ActionController::Parameters#deleteRyan Lue2017-07-201-4/+4
|/ /
* | Assign `content_type` only onceyui-knk2017-07-131-2/+2
* | Add ActionController::Base.skip_forgery_protectionLisa Ugray2017-07-101-0/+9
* | Protect from forgery by defaultLisa Ugray2017-07-102-0/+12
* | Fix endRafael Mendonça França2017-07-041-0/+1
* | Load the Parameters configurations on the right timeRafael Mendonça França2017-07-041-7/+8
* | Merge branch 'master' into require_relative_2017Xavier Noria2017-07-022-8/+3
|\ \
| * \ Merge pull request #29566 from eugeneius/wrap_parameters_queryKasper Timm Hansen2017-07-021-7/+2
| |\ \
| | * | Don't wrap parameters if query parameter existsEugene Kenny2017-06-251-7/+2
| * | | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0239-39/+0
| * | | Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-0239-0/+39
| |\ \ \
| | * | | Enforce frozen string in RubocopKir Shatrov2017-07-0139-0/+39
| | |/ /
| * | | Merge pull request #29506 from pat/frozen-string-literalsMatthew Draper2017-07-021-1/+1
| |\ \ \
| | * | | Make ActionView frozen string literal friendly.Pat Allan2017-06-201-1/+1
| | | |/ | | |/|
* | / | [Action Controller] require => require_relativeAkira Matsuda2017-07-016-7/+7
|/ / /
* | | Fix format of `ActionController::Parameters#to_s` doc [ci skip]yuuji.yaginuma2017-07-011-0/+1
* | | Fallback Parameters#to_s to Hash#to_sKir Shatrov2017-06-301-1/+8
| |/ |/|
* | Don't wrap parameters if key already existsEugene Kenny2017-06-241-1/+1
* | Fix typo in `AC::UnfilteredParameters` message [ci skip]yuuji.yaginuma2017-06-231-2/+2
* | Fix examples for `AC::Parameters#to_query` [ci skip]yuuji.yaginuma2017-06-191-1/+6
|/
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-031-4/+2
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-297-15/+8
* Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-181-2/+2
* Pass block in ActionController::Parameters#deleteEugene Kenny2017-05-101-2/+2
* Reuse the Parameters#to_h check in the routing helpersRafael Mendonça França2017-04-181-1/+1
* 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
* 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
|/
* Small grammar fixJon Moss2017-03-221-1/+1
* 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
* Fix HTTPS grammarJon Moss2017-03-131-4/+4
* Merge pull request #28381 from shime/docs-action-controller-baseVipul A M2017-03-1321-55/+55
|\
| * [docs] fix ActionController documentationHrvoje Šimić2017-03-1221-55/+55