| Commit message (Expand) | Author | Age | Files | Lines |
* | Privatize unneededly protected methods in Action View | Akira Matsuda | 2016-12-24 | 1 | -4/+4 |
* | No need to nodoc private methods | Akira Matsuda | 2016-12-24 | 2 | -3/+3 |
* | Merge pull request #26905 from bogdanvlviv/docs | Andrew White | 2016-11-13 | 1 | -1/+1 |
|\ |
|
| * | Add missing `+` around a some literals. | bogdanvlviv | 2016-10-27 | 1 | -1/+1 |
* | | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -1/+1 |
* | | let Regexp#match? be globally available | Xavier Noria | 2016-10-27 | 1 | -1/+0 |
|/ |
|
* | Remove deprecated support to :text in render | Rafael Mendonça França | 2016-10-10 | 1 | -3/+1 |
* | Fix broken comments indentation caused by rubocop auto-correct [ci skip] | Ryuta Kamizono | 2016-09-14 | 3 | -22/+22 |
* | Simplify cache hit logging | Aaron Patterson | 2016-08-24 | 1 | -2/+1 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 2 | -2/+2 |
* | Modify LogSubscriber for single partial's cache message. | Stan Lo | 2016-08-08 | 1 | -15/+17 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 4 | -280/+280 |
* | modernizes hash syntax in actionview | Xavier Noria | 2016-08-06 | 3 | -5/+5 |
* | applies new string literal convention in actionview/lib | Xavier Noria | 2016-08-06 | 3 | -8/+8 |
* | Use to_a to pre-buffer the collection | Steven Harman | 2016-07-26 | 1 | -3/+2 |
* | Default to an empty collection if falsey given | Steven Harman | 2016-07-26 | 1 | -1/+1 |
* | Fix collection_from_options to allow Enumerators | Steven Harman | 2016-07-26 | 1 | -1/+2 |
* | systematic revision of =~ usage in AV | Xavier Noria | 2016-07-25 | 2 | -3/+4 |
* | Bring back support for callable cache_key on collection rendering | Ignatius Reza | 2016-07-21 | 1 | -1/+7 |
* | keep layouts + locals from bloating the cache | Aaron Patterson | 2016-05-17 | 1 | -3/+3 |
* | We're not using $2 from this Regexp | Akira Matsuda | 2016-03-05 | 1 | -1/+1 |
* | Fix partial rendering with dot in filename | Benjamin Quorning | 2016-03-04 | 1 | -1/+1 |
* | Lock down new `ImplicitRender` behavior for 5.0 RC | Godfrey Chan | 2016-02-25 | 1 | -1/+1 |
* | Instrument cached collection renders. | Kasper Timm Hansen | 2016-02-20 | 3 | -16/+21 |
* | Make collection caching explicit. | Kasper Timm Hansen | 2016-02-20 | 2 | -33/+11 |
* | Prefer empty? to any?. | Kasper Timm Hansen | 2016-02-12 | 1 | -1/+1 |
* | Stop mutating return value. | Kasper Timm Hansen | 2016-02-12 | 1 | -2/+3 |
* | Inline `fetch_or_cache_partial`. | Kasper Timm Hansen | 2016-02-12 | 1 | -10/+6 |
* | Write to collection cache where the template is rendered. | Kasper Timm Hansen | 2016-02-12 | 2 | -9/+15 |
* | Only write to collection cache if we have a callable cache key. | Kasper Timm Hansen | 2016-02-12 | 1 | -1/+5 |
* | Remove useless callable_cache_key? check. | Kasper Timm Hansen | 2016-02-12 | 1 | -2/+1 |
* | Remove single_template_render? method. | Kasper Timm Hansen | 2016-02-12 | 1 | -5/+1 |
* | Don't search in locals for cache_options. | Kasper Timm Hansen | 2016-02-12 | 1 | -3/+1 |
* | allow :file to be outside rails root, but anything else must be inside the ra... | Aaron Patterson | 2016-01-22 | 2 | -2/+2 |
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-11-15 | 1 | -1/+1 |
|\ |
|
| * | [ci skip] Use full component name in public API document | yui-knk | 2015-11-15 | 1 | -1/+1 |
* | | Respect value of `:object` if `:object` is false when rendering | yui-knk | 2015-11-13 | 1 | -1/+1 |
* | | Require only necessary concurrent-ruby classes. | Jerry D'Antonio | 2015-11-04 | 1 | -1/+1 |
|/ |
|
* | Replaced `ThreadSafe::Map` with successor `Concurrent::Map`. | Jerry D'Antonio | 2015-09-19 | 1 | -3/+3 |
* | Pass formats to lookup_context | Rafael Mendonça França | 2015-08-24 | 1 | -1/+1 |
* | remove useless case in #resolve_layout. | Nick Sutterer | 2015-08-24 | 1 | -2/+0 |
* | remove LookupContext#with_layout_format by passing formats for layouts explic... | Nick Sutterer | 2015-08-24 | 2 | -8/+11 |
* | zOMG 37 objects saved | schneems | 2015-07-30 | 1 | -1/+1 |
* | Fix cache issue when different partials use the same collection | Roque Pinel | 2015-06-28 | 1 | -1/+1 |
* | Remove duplicate private statement | Roque Pinel | 2015-06-21 | 1 | -2/+0 |
* | spelling fix [ci skip] | karanarora | 2015-05-19 | 1 | -1/+1 |
* | Do not put partial name to local_assigns when rendering without an object | Henrik Nygren | 2015-05-14 | 1 | -1/+1 |
* | Merge pull request #19535 from JuanitoFatas/doc/av-comment | Yves Senn | 2015-03-27 | 1 | -1/+1 |
|\ |
|
| * | [ci skip] Unify the code comment in ActionView::Renderer#render_template. | Juanito Fatas | 2015-03-27 | 1 | -1/+1 |
* | | Add missing :html option in determine_template error message. | Juanito Fatas | 2015-03-27 | 1 | -1/+1 |
|/ |
|