aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal
Commit message (Expand)AuthorAgeFilesLines
* Fixed functionality to include method in params_wrapper.rbRyan Perez2017-10-251-0/+7
* [Action Pack] require => require_relativeAkira Matsuda2017-10-212-2/+2
* Keep `:api: plugin` methods in the doc [ci skip]Ryuta Kamizono2017-10-201-2/+2
* Remove unused `UnknownController` classyuuji.yaginuma2017-10-181-3/+0
* Remove unused `before_filters`yuuji.yaginuma2017-10-151-6/+0
* Fix some typos.Mike Boone2017-10-101-1/+1
* Add allow_other_host option to redirect_back methodTim Masliuchenko2017-10-101-7/+16
* Remove `:api:` tag that has leaked on the doc directly [ci skip]Ryuta Kamizono2017-09-301-4/+0
* Merge pull request #30493 from koic/fix_cant_modify_frozen_string_error_in_ac...Ryuta Kamizono2017-09-021-1/+1
|\
| * Fix `can't modify frozen String` error in AC::RenderingKoichi ITO2017-09-021-1/+1
* | Remove unused requireRyuta Kamizono2017-09-011-2/+0
* | Clarify intentions around method redefinitionsMatthew Draper2017-09-011-1/+1
|/
* 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
* Use frozen string literal in actionpack/Kir Shatrov2017-07-2926-1/+53
* 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-101-0/+4
* Merge branch 'master' into require_relative_2017Xavier Noria2017-07-021-7/+2
|\
| * 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-0227-27/+0
| * | Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-0227-0/+27
| |\ \
| | * | Enforce frozen string in RubocopKir Shatrov2017-07-0127-0/+27
| | |/
* | / [Action Controller] require => require_relativeAkira Matsuda2017-07-012-2/+2
|/ /
* | 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-296-13/+7
* 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
* Improve logging when Origin header doesn't matchJon Leighton2017-04-061-1/+5
* 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
* Fix HTTPS grammarJon Moss2017-03-131-4/+4
* [docs] fix ActionController documentationHrvoje Šimić2017-03-1216-41/+41
* Added `reverse_merge`/`reverse_merge!` to AC::Parameters:Edouard CHIN2017-03-091-0/+15