aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template
Commit message (Expand)AuthorAgeFilesLines
...
* refactor the optimized build_query a bitAaron Patterson2011-08-081-8/+3
* reduce file stats by improving our dir glob patternAaron Patterson2011-08-081-1/+1
* hash on the template directory in order to improve cache hitsAaron Patterson2011-08-081-2/+3
* use meaningful names with our variablesAaron Patterson2011-08-081-6/+6
* use binread to read the filesAaron Patterson2011-08-081-1/+2
* Use shorter class-level File methods instead of going through File.stat.thedarkone2011-07-251-1/+1
* remove warning: assigned but unused variableSantiago Pastorino2011-06-081-1/+0
* corrected the ActionMailer tests which broke due to some code removed from Ac...Josh Kalderimis2011-05-251-0/+1
* removed deprecated methods, and related tests, from ActionPackJosh Kalderimis2011-05-243-56/+0
* fixed some ruby 19 warnings, including circular requires and variable name reuseJosh Kalderimis2011-05-211-1/+0
* Optimize the most common resolver case.José Valim2011-05-091-13/+26
* No need for replace.José Valim2011-05-091-12/+11
* Added activesupport requires for Array.wrap in previously modified filesBurke Libbey2011-05-071-0/+1
* Remove redundant check for is_a?(String)Burke Libbey2011-05-061-1/+1
* Added a test for MissingTemplate change, and changed to use Array.wrap() asBurke Libbey2011-05-061-1/+1
* Made ActionView::MissingTemplate#initialize optionally accept a single stringBurke Libbey2011-05-061-0/+1
* Yo dawg, I heard you like streaming. So I put a fiber, inside a block, inside...José Valim2011-04-161-14/+4
* Buffer should be an option passed down to template rendering.José Valim2011-04-161-1/+1
* removes a remaining reference to .rjs in template resolver's RDocXavier Noria2011-04-131-1/+1
* removes the RJS template handlerXavier Noria2011-04-132-15/+0
* s/ERb/ERB/gAkira Matsuda2011-04-031-1/+1
* fixes a couple of regexps, the suite showed warnings about themXavier Noria2011-03-271-2/+2
* Improved resolver docs a bitJosé Valim2011-03-191-2/+10
* [action_view] docs for FileSystemResolverChris Kowalik2011-03-201-2/+30
* [action_view] added custom patterns to template resolverChris Kowalik2011-03-201-18/+49
* Add additional text to NotImplementedErrors [#6328 state:resolved]Mike Gehard2011-03-121-1/+1
* Action Pack typos.R.T. Lechow2011-03-051-1/+1
* reduce string append funcallsAaron Patterson2011-02-081-3/+3
* Ensure render is case sensitive even on systems with case-insensitive filesys...José Valim2011-02-081-3/+12
* Merge branch 'template_error' into mergeAaron Patterson2011-01-181-4/+1
|\
| * Ensure original exception message is present in both Template::Error#message ...John Firebaugh2010-10-291-4/+1
| * ActiveSupport::Deprecation.silence no longer needed.John Firebaugh2010-10-291-1/+1
* | A bunch of cleanup on the inherited template patchwycats2010-12-262-3/+7
* | Bring back config.action_view.cache_template_loading [#5847 state:resolved]Piotr Sarnacki2010-12-161-3/+8
* | Ensure resolvers backward compatibility.José Valim2010-12-091-1/+1
* | Deprecate handler_class_for_extension as template handlers can be any Ruby ob...José Valim2010-12-012-2/+8
* | Make safe_append= live on AV::OutputBuffer not AS::SafeBufferMichael Koziarski2010-11-081-0/+1
* | Added support for Erubis <%== tagJan Maurits Faber2010-11-081-1/+5
|/
* Remove :cache => true on lookup templates initialization.José Valim2010-10-141-20/+0
* SReorganize autoloads slightly and move two files to lib/action_view root.José Valim2010-10-141-2/+2
* Do not allow templates coming from Fallback resolvers to store a virtual path.José Valim2010-10-101-0/+13
* Use identifiers for template equality.José Valim2010-10-101-0/+20
* Resolvers now consider timestamps.José Valim2010-10-101-21/+46
* Deprecate old template handler API. Remove old handlers.José Valim2010-10-105-30/+35
* Remove locals dependency from template.José Valim2010-10-072-11/+23
* Get rid of ruby warnings in Resolvers. Move a few methods up to the abstract ...José Valim2010-10-071-21/+24
* Template::Error is also used if rendering fails.John Firebaugh2010-10-041-2/+3
* Initialize @path.Emilio Tagua2010-09-281-0/+1
* Initialize @sub_templatesEmilio Tagua2010-09-281-0/+1
* Revert "Setup explicit requires for files with exceptions. Removed them from ...José Valim2010-09-021-1/+0