aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/template.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix rubocop issuebogdanvlviv2018-10-031-1/+1
* Fix spellings for 'unmarshall(ing/ed)' & 'marshall(ing/ed)'Sharang Dashputre2018-10-021-3/+3
* Merge pull request #32031 from yahonda/remove_redundant_freezeRyuta Kamizono2018-10-011-4/+4
|\
| * Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-4/+4
* | Explain why we have explicit marshaling methodsDavid Heinemeier Hansson2018-09-301-2/+6
* | make actionview templates marshalable so that they can be serialized during t...lsylvester2018-09-301-0/+9
|/
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-3/+3
* Use `:default` option in order to set default value of `finalize_compiled_tem...bogdanvlviv2018-04-031-2/+1
* Add `action_view.finalize_compiled_template_methods` config optionSimon Coffey2018-04-021-1/+6
* Fix outdated comment [ci skip]yuuji.yaginuma2017-09-021-1/+1
* double assign is no longer an effective workaround for unused variable warningAkira Matsuda2017-09-011-1/+1
* [Action View] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Prepare AP and AR to be frozen string friendlyKir Shatrov2017-07-061-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* | Make ActionView frozen string literal friendly.Pat Allan2017-06-201-1/+1
* | Make ActionMailer frozen string literal friendly.Pat Allan2017-06-201-2/+2
|/
* Unfreeze interpolated string because it's useless.Stan Lo2017-02-191-1/+1
* Allow render locals to be assigned to instance variablesAndrew White2017-01-151-1/+1
* Fix typo in action_view/template.rb [ci skip]kenta-s2016-12-281-1/+1
* self. is not needed when calling its own instance methodAkira Matsuda2016-12-241-2/+1
* Privatize unneededly protected methods in Action ViewAkira Matsuda2016-12-241-10/+8
* split DELEGATION_RESERVED_METHOD_NAMES in halfToshimaru2016-12-091-1/+1
* Enable `block` variable in viewToshimaru2016-12-091-1/+1
* 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-1/+0
* Change render to support any hash keys in localsPeter Schilling2016-10-021-1/+7
* kick different instrumentation methodAaron Patterson2016-08-241-8/+12
* remove useless freezeAaron Patterson2016-08-241-1/+1
* code gardening: removes redundant selfsXavier Noria2016-08-081-2/+1
* applies new string literal convention in actionview/libXavier Noria2016-08-061-9/+9
* Make collection caching explicit.Kasper Timm Hansen2016-02-201-23/+0
* Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-031-1/+1
* adding description of return value [ci skip]amitkumarsuroliya2015-09-031-1/+1
* Cut string ActionView template allocationsschneems2015-07-291-2/+7
* Freeze string literals when not mutated.schneems2015-07-191-4/+4
* Support explicit defintion of resouce name for collection caching.Dov Murik2015-07-071-4/+13
* Merge pull request #18948 from kaspth/automatic-collection-cachingRafael Mendonça França2015-02-251-0/+14
|\
| * Collections automatically cache and fetch partials.Kasper Timm Hansen2015-02-211-0/+14
* | Add nodoc to private constant [ci skip]Rafael Mendonça França2015-02-181-1/+1
* | Improve documentation of local_assignsRafael Mendonça França2015-02-181-7/+13
* | Merge pull request #15700 from maurogeorge/guides-local_assignsRafael Mendonça França2015-02-181-0/+7
|\ \ | |/ |/|
| * Add RDoc about local_assignsMauro George2014-06-131-0/+7
* | Reduce object allocationAkira Matsuda2014-10-251-1/+5
* | Reduce object allocationAkira Matsuda2014-10-251-1/+1
* | Use #tr instead of #gsub where possibleAlex Weidmann2014-10-021-1/+1
* | use tr instead of gsub when possibleAdrian Rangel2014-10-011-1/+1
* | remove useless parameterAaron Patterson2014-08-271-2/+2
* | remove dead codeAaron Patterson2014-08-271-12/+2
|/