aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller
Commit message (Expand)AuthorAgeFilesLines
* Reduce Array assignment by not giving a name for unused `*args`Akira Matsuda2019-07-311-1/+1
* Add `Vary: Accept` header when renderingst00122019-07-261-0/+4
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-132-2/+0
* Use file/line from call to helper_moduleJohn Hawthorn2019-06-031-5/+10
* Give HelperMethods module a nameJohn Hawthorn2019-06-031-2/+13
* AbstractController::Translation#t: dup optionsNazar Matus2019-02-151-0/+1
* Remove unused codebogdanvlviv2019-01-301-1/+0
* Remove deprecated `fragment_cache_key` helper in favor of `combined_fragment_...Rafael Mendonça França2019-01-171-19/+0
* Don't use deprecated `Module#parents`yuuji.yaginuma2018-10-051-1/+1
* Revert "Merge pull request #33970 from rails/eager-url-helpers"schneems2018-10-031-2/+5
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-292-2/+2
* Allow helpers to be deferred until the routes have been finalizedAaron Patterson2018-09-251-5/+2
* Fewer allocations in caching/fragments.rbschneems2018-08-291-1/+5
* Remove extra execution of `uniq!` on action_methodsbogdanvlviv2018-08-221-1/+0
* Two fewer array allocations on action_methodsschneems2018-08-221-1/+4
* Show the `ENV` value correctly in the doc of `combined_fragment_cache_key` [c...yuuji.yaginuma2018-08-221-1/+1
* Enable Start/EndWith and RegexpMatch copsBart de Water2018-07-281-1/+1
* Rails guides are now served over httpsPaul McMahon2018-07-241-1/+1
* 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