summaryrefslogtreecommitdiff
path: root/lib/chef/mixin/template.rb
Commit message (Expand)AuthorAgeFilesLines
* Style/SymbolArrayLamont Granquist2019-07-021-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+1
* Merge pull request #8562 from brodock/8561-include-filename-template-errorLamont Granquist2019-05-281-9/+14
|\
| * Improving error handling for template renderGabriel Mazetto2019-05-261-9/+14
* | This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-2/+2
|/
* Cleanup a bit of YARD and add a few thingsTim Smith2018-01-221-3/+1
* chefstyle Style/AndOr fixesLamont Granquist2016-03-141-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-5/+4
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-2/+2
* Merge pull request #3510 from ckaushik/issue_2513Thom May2015-09-021-0/+1
|\
| * Fixing Issue #2513 - the broken render of nested partial templates with varia...Kaushik C2015-07-271-0/+1
* | PR feedbackLamont Granquist2015-08-181-39/+39
* | CHEF-5012: add methods for template breadcrumbsLamont Granquist2015-08-181-0/+47
|/
* Remove binread functions (ruby 1.8 specific, issue #2497)Xabier de Zuazo2015-01-271-14/+2
* Use the platform's line endings when rendering templates.sersut2013-10-021-16/+13
* don't depend on line separator in partial testsdanielsdeleo2013-06-141-1/+1
* Explain optional \r in newline conversion regexdanielsdeleo2013-06-071-0/+4
* Improve line separator conversion on windowsDaniel DeLeo2013-06-071-1/+1
* Add ruby 1.8 fallbacks for IO.binreaddanielsdeleo2013-06-071-2/+14
* Fix method override warnings tests for the new methods.sersut2013-05-301-1/+2
* Make sure that windows line endings are protected during template rendering.sersut2013-05-301-19/+35
* Add warning when overriding core template functionalitydanielsdeleo2013-05-301-0/+5
* Add inline doc for TemplateContextdanielsdeleo2013-05-291-2/+13
* Move helper module compilation inside template resourcedanielsdeleo2013-05-291-22/+0
* Pass template extensions through to partialsdanielsdeleo2013-05-291-10/+73
* fix whitespace and ruby warningsdanielsdeleo2013-05-291-15/+15
* [CHEF-3249] Add documentation on rendering partials.Andrea Campi2012-12-141-0/+23
* [CHEF-3249] Fix nested partials; add a test for that.Andrea Campi2012-12-141-1/+2
* [CHEF-3249] Refactor template name resolution out to a separate class for DRY...Andrea Campi2012-12-141-4/+4
* [CHEF-3249] Basic implementation of partials in templates.Andrea Campi2012-12-141-0/+16
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+100
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-39/+0
* Adding specs for new resource types, fixes to node, mixin::templateAdam Jacob2008-09-081-6/+0
* Factoring out template rendering to a mixinAdam Jacob2008-09-011-0/+45