aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/renderer
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request https://github.com/rails/rails/pull/28637 from st0012/fix-...Kasper Timm Hansen2017-06-082-1/+5
* Use a hash to record every partial's cache hit status instead of sharing a bo...Stan Lo2017-06-081-1/+1
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-031-1/+1
* Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-181-1/+1
* Add partial iteration variable to template keysMatthew Eagar2017-01-251-1/+1
* Remove TODOs related to Exceptron [ci skip]kenta-s2017-01-181-2/+0
* Fix grammar in partial_renderer.rb [ci skip]kenta-s2017-01-181-1/+1
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-3/+3
* Privatize unneededly protected methods in Action ViewAkira Matsuda2016-12-241-4/+4
* No need to nodoc private methodsAkira Matsuda2016-12-242-3/+3
* Merge pull request #26905 from bogdanvlviv/docsAndrew White2016-11-131-1/+1
|\
| * Add missing `+` around a some literals.bogdanvlviv2016-10-271-1/+1
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* | let Regexp#match? be globally availableXavier Noria2016-10-271-1/+0
|/
* Remove deprecated support to :text in renderRafael Mendonça França2016-10-101-3/+1
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-143-22/+22
* Simplify cache hit loggingAaron Patterson2016-08-241-2/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-162-2/+2
* Modify LogSubscriber for single partial's cache message.Stan Lo2016-08-081-15/+17
* normalizes indentation and whitespace across the projectXavier Noria2016-08-064-280/+280
* modernizes hash syntax in actionviewXavier Noria2016-08-063-5/+5
* applies new string literal convention in actionview/libXavier Noria2016-08-063-8/+8
* Use to_a to pre-buffer the collectionSteven Harman2016-07-261-3/+2
* Default to an empty collection if falsey givenSteven Harman2016-07-261-1/+1
* Fix collection_from_options to allow EnumeratorsSteven Harman2016-07-261-1/+2
* systematic revision of =~ usage in AVXavier Noria2016-07-252-3/+4
* Bring back support for callable cache_key on collection renderingIgnatius Reza2016-07-211-1/+7
* keep layouts + locals from bloating the cacheAaron Patterson2016-05-171-3/+3
* We're not using $2 from this RegexpAkira Matsuda2016-03-051-1/+1
* Fix partial rendering with dot in filenameBenjamin Quorning2016-03-041-1/+1
* Lock down new `ImplicitRender` behavior for 5.0 RCGodfrey Chan2016-02-251-1/+1
* Instrument cached collection renders.Kasper Timm Hansen2016-02-203-16/+21
* Make collection caching explicit.Kasper Timm Hansen2016-02-202-33/+11
* Prefer empty? to any?.Kasper Timm Hansen2016-02-121-1/+1
* Stop mutating return value.Kasper Timm Hansen2016-02-121-2/+3
* Inline `fetch_or_cache_partial`.Kasper Timm Hansen2016-02-121-10/+6
* Write to collection cache where the template is rendered.Kasper Timm Hansen2016-02-122-9/+15
* Only write to collection cache if we have a callable cache key.Kasper Timm Hansen2016-02-121-1/+5
* Remove useless callable_cache_key? check.Kasper Timm Hansen2016-02-121-2/+1
* Remove single_template_render? method.Kasper Timm Hansen2016-02-121-5/+1
* Don't search in locals for cache_options.Kasper Timm Hansen2016-02-121-3/+1
* allow :file to be outside rails root, but anything else must be inside the ra...Aaron Patterson2016-01-222-2/+2
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-11-151-1/+1
|\
| * [ci skip] Use full component name in public API documentyui-knk2015-11-151-1/+1
* | Respect value of `:object` if `:object` is false when renderingyui-knk2015-11-131-1/+1
* | Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-041-1/+1
|/
* Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.Jerry D'Antonio2015-09-191-3/+3
* Pass formats to lookup_contextRafael Mendonça França2015-08-241-1/+1
* remove useless case in #resolve_layout.Nick Sutterer2015-08-241-2/+0
* remove LookupContext#with_layout_format by passing formats for layouts explic...Nick Sutterer2015-08-242-8/+11