aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller
Commit message (Expand)AuthorAgeFilesLines
* Add cancellation info to before filter docsZachary Wasserman2018-03-141-0/+12
* [Action Pack] require => require_relativeAkira Matsuda2017-10-212-2/+2
* Keep `:api: plugin` methods in the doc [ci skip]Ryuta Kamizono2017-10-201-3/+3
* Make internal methods in `AbstractController::Rendering` to privateRyuta Kamizono2017-10-021-0/+1
* Remove `:api:` tag that has leaked on the doc directly [ci skip]Ryuta Kamizono2017-09-302-15/+3
* Replace unnecessary link with typewriter text [ci skip]Yoshiyuki Hirano2017-09-021-2/+2
* Use frozen string literal in actionpack/Kir Shatrov2017-07-2913-0/+26
* [Abstract Controller] require => require_relativeAkira Matsuda2017-07-012-2/+2
* Remove useless class checking for `ActiveSupport::Callbacks`s result_lambdafatkodima2017-06-271-1/+1
* Allow translate default option to accept an array similar to i18n.t. Fixes #2...Vipul A M2017-06-151-1/+1
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-292-7/+3
* 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-181-7/+28
|/
* Unfreeze interpolated string because it's useless.Stan Lo2017-02-191-1/+1
* Freeze fragment cache related instrument name.Stan Lo2017-02-071-1/+1
* Change ActionView ERB Handler from Erubis to ErubiJeremy Evans2017-01-251-2/+0
* Extract variant setter to process methodJon Moss2017-01-021-4/+4
* Privatize unneededly protected methods in Action PackAkira Matsuda2016-12-242-3/+3
* Merge pull request #26905 from bogdanvlviv/docsAndrew White2016-11-131-4/+4
|\
| * Add missing `+` around a some literals.bogdanvlviv2016-10-271-4/+4
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* | removes requires already present in active_support/railsXavier Noria2016-10-271-2/+0
|/
* Remove deprecated methods related to controller filtersRafael Mendonça França2016-10-091-39/+0
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-6/+6
* Add three new rubocop rulesRafael Mendonça França2016-08-162-2/+2
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* Modify LogSubscriber for single partial's cache message.Stan Lo2016-08-081-0/+3
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-12/+12
* modernizes hash syntax in actionpackXavier Noria2016-08-061-1/+1
* applies new string literal convention in actionpack/libXavier Noria2016-08-066-19/+19
* render_to_string Regression Outside of Real Requests in Rails 5.0.0.rc1 (#25308)Brandon Medenwald2016-06-091-1/+1
* Use `#performed?` to terminate controller callbacksJeff Kreeftmeijer2016-06-032-1/+8
* Revert "Make sure the cache is always populated"Rafael Mendonça França2016-05-201-5/+1
* Make sure the cache is always populatedAaron Patterson2016-05-201-1/+5
* Move protected instance variable to the right placeRafael Mendonça França2016-05-051-3/+1
* Actioncable and Actionpack documentation typos [ci skip]Tom Kadwill2016-04-211-1/+1
* Break up a circular require between AP/AVSean Griffin2016-03-113-3/+6
* Merge pull request #24091 from mcfiredrill/fix-helper-method-docsRafael França2016-03-071-1/+2
|\
| * clarify that helper_method makes both methods available in the viewTony Miller2016-03-071-1/+2
* | Move Caching module to Abstract ControllerRafael Mendonça França2016-02-232-0/+205
|/
* fix permitted? conditional for `render` callsAaron Patterson2016-01-261-3/+6
* Fix undefined error for `ActionController::Parameters`Jon Moss2016-01-261-6/+3
* Merge branch '5-0-beta-sec'Aaron Patterson2016-01-251-1/+7
|\
| * allow :file to be outside rails root, but anything else must be inside the ra...Aaron Patterson2016-01-221-1/+7