aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/railtie.rb
Commit message (Expand)AuthorAgeFilesLines
* Only clear template caches in dev after changes (#35629)John Hawthorn2019-04-011-1/+1
* Deprecate finalizer configuration (it doesn't do anything)Aaron Patterson2019-02-061-0/+13
* Remove finalizer and configurationAaron Patterson2019-02-061-8/+0
* Add `action_view.finalize_compiled_template_methods` config optionSimon Coffey2018-04-021-0/+8
* Don't enforce UTF-8 by defaultAndrew White2018-02-271-0/+10
* Make form_with_generates_ids default in Rails 5.2Rafael Mendonça França2017-11-251-3/+1
* Change `form_with` to generates ids by defaultnpezza932017-11-251-0/+9
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Set to `form_with_generates_remote_forms` only when config is explicitly spec...yuuji.yaginuma2017-04-221-2/+4
* Configure form_with_generates_remote_forms in its own initializerRafael Mendonça França2017-04-211-0/+7
* Default embed_authenticity_token_in_remote_forms to nil.Kasper Timm Hansen2017-04-161-1/+1
* Fixed usage of cache_template_loadingMax Melentiev2016-12-061-1/+1
* Convert ActionView::Railtie into EngineGuillermo Iguaran2016-11-261-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Avoid bumping the class serial when invoking executorMatthew Draper2016-10-031-1/+1
* Replace middleware with executor callback.Kasper Timm Hansen2016-05-161-1/+1
* Push action_view.collection_caching to be called towards the end, since it de...Vipul A M2016-04-281-4/+4
* Respect gospel of Railties Gods: no on_load with after.Kasper Timm Hansen2016-04-271-3/+1
* make the collection_caching initializer run after the Action Controller confi...Lachlan Sylvester2016-04-271-1/+1
* Rename dependencies.rake to cache_digests.rakeDharam Gollapudi2016-03-091-1/+1
* debug_missing_translation configuration added to action_viewSameer Rahmani2015-12-181-0/+1
* Make digest cache work in development.Kasper Timm Hansen2015-07-181-0/+8
* Exclude cache_digests:dependencies rake task in api appJorge Bejar2015-06-111-2/+4
* Merge multi_fetch_fragments.Kasper Timm Hansen2015-02-201-0/+6
* Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846robertomiranda2015-01-311-1/+1
* Remove the explicit order set for the initializerRafael Mendonça França2013-12-051-1/+1
* Include AV::Layouts directly in AM::BaseŁukasz Strzałkowski2013-12-051-6/+0
* Retain ActionPack dependency on ActionViewŁukasz Strzałkowski2013-12-051-1/+0
* Adds template dependencies rake task from cache_digests gem.Thomas von Deyen2013-09-261-0/+4
* Do not load AV inside APŁukasz Strzałkowski2013-08-251-0/+1
* Revert "Move setting content_type to AV"Łukasz Strzałkowski2013-08-251-1/+1
* Move setting content_type to AVŁukasz Strzałkowski2013-08-251-1/+1
* Include AV::Layouts before setting view_pathsŁukasz Strzałkowski2013-08-251-2/+2
* Load AV::Layout to AM::Base in railtiesŁukasz Strzałkowski2013-08-251-0/+6
* Load AV::Layouts dynamicly via railtiesŁukasz Strzałkowski2013-08-251-1/+1
* Remove abstract_controller load hooksŁukasz Strzałkowski2013-08-251-4/+0
* Hook up AV::Rendering on AV intializationŁukasz Strzałkowski2013-08-251-1/+5
* Move layouts to AVŁukasz Strzałkowski2013-08-251-0/+6
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+39