aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/digestor.rb
Commit message (Expand)AuthorAgeFilesLines
* Add a default value for arg `format` in `ActionView::Digestor.digest()`Sharang Dashputre2019-07-261-1/+1
* Update comment for ActionView::Digestor.digest [ci skip]Sharang Dashputre2019-04-161-3/+4
* Only clear template caches in dev after changes (#35629)John Hawthorn2019-04-011-6/+0
* remove another call to rendered_format=Aaron Patterson2019-02-171-2/+0
* Pass the template format to the digestorAaron Patterson2019-02-151-6/+4
* Don’t allocate array on no argsschneems2018-09-071-4/+7
* Remove leftover requiresT.J. Schuck2018-05-071-2/+0
* Use usual method definition instead of extracting args from arrayprintercu2018-05-031-11/+4
* Ruby 2.6 warning: passing splat keyword arguments as a single Hashutilum2018-04-171-2/+7
* Fix rendering a differently-formatted partial after cachingGeorge Claghorn2018-04-131-2/+12
* Fix digesting templates with mixed formatsJavan Makhmali2018-03-201-4/+2
* Introduced `ActiveSupport::Digest` that allows to specify hash function imple...Dmitri Dolguikh2017-12-121-1/+1
* [Action View] require_relative => requireAkira Matsuda2017-10-211-1/+1
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* [Action View] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Fix rubocop violationsyuuji.yaginuma2017-04-121-1/+1
* Stop complaining about not being able to digest dynamic template partial name...David Heinemeier Hansson2017-03-221-2/+4
* Avoid bumping the class serial when invoking executorMatthew Draper2016-10-031-0/+6
* applies new string literal convention in actionview/libXavier Noria2016-08-061-5/+5
* Eliminate extra template lookup in ActionView::DigestorJavan Makhmali2016-07-141-2/+1
* `partial` option on the digest method is no more needed [ci skip]:Edouard CHIN2016-07-021-1/+0
* Fix finding templates for digesting for */* requests that render a non-defaul...Javan Makhmali2016-06-151-3/+6
* Explicity find with the rendered format to handle searching multiple view pat...Javan Makhmali2016-06-151-3/+1
* Fix digesting templates with identical logical names when requesting a format...Javan Makhmali2016-06-151-3/+6
* Remove extranous spaces from assignment.Kasper Timm Hansen2016-05-161-1/+1
* Replace middleware with executor callback.Kasper Timm Hansen2016-05-161-7/+0
* push partial name regexp upAaron Patterson2016-02-181-2/+2
* push injected dependencies up to the `digest` methodAaron Patterson2016-02-181-7/+7
* cache all subnodes in the digest cacheAaron Patterson2016-02-181-8/+10
* Merge branch 'master' into treewipAaron Patterson2016-02-181-7/+6
|\
| * move digest cache on to the DetailsKey objectAaron Patterson2016-02-181-9/+7
* | convert `digest` to only use kwargsAaron Patterson2016-02-171-4/+2
* | fix rake tasksAaron Patterson2016-02-161-4/+4
* | remove more dead codeAaron Patterson2016-02-161-10/+2
* | remove dead codeAaron Patterson2016-02-161-141/+34
* | change internal implementation to use a treeAaron Patterson2016-02-161-2/+22
* | convert structs to a regular classAaron Patterson2016-02-161-8/+12
* | clean up classes a littleAaron Patterson2016-02-161-12/+23
* | fix recursive templatesAaron Patterson2016-02-161-20/+40
* | pull template check up to match existing behaviorAaron Patterson2016-02-161-13/+10
* | introduce a `tree` factory method for creating the dep treeAaron Patterson2016-02-161-0/+55
|/
* push kwargs up to the user facing APIAaron Patterson2016-02-121-9/+9
* use kwargs to avoid hash slicingAaron Patterson2016-02-121-3/+3
* Don't capture the MissingTemplate exception.Kasper Timm Hansen2016-02-111-1/+1
* Oops. :cut:Aaron Patterson2016-02-111-6/+0
* follow indentation rulesAaron Patterson2016-02-111-5/+11
* make the logger method always return somethingAaron Patterson2016-02-111-4/+9
* 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
* Add wildcard template dependencies.Kasper Timm Hansen2015-07-261-1/+1