aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template/resolver.rb
Commit message (Expand)AuthorAgeFilesLines
* use mutex_m rather than use a delegate systemAaron Patterson2012-06-211-6/+3
* Merge pull request #6428 from pinetops/resolver_concurrency_fixYehuda Katz2012-06-211-19/+76
|\
| * Improve the readability of the Resolver change detection codeTom Clarke2012-05-221-11/+19
| * More granular locking of the Resolver template cacheTom Clarke2012-05-211-5/+23
| * Make the Resolver template cache threadsafe - closes #6404Tom Clarke2012-05-211-19/+50
* | stop subclassing stringAaron Patterson2012-06-211-3/+10
|/
* Revert "Merge pull request #6425 from pinetops/resolver_concurrency_fix"José Valim2012-05-211-68/+19
* More granular locking of the Resolver template cacheTom Clarke2012-05-211-5/+23
* Make the Resolver template cache threadsafe - closes #6404Tom Clarke2012-05-211-19/+50
* Created a Raw handler for templates.Steve Klabnik2012-05-171-1/+3
* Move require to where it's neededSantiago Pastorino2012-05-111-0/+1
* Minor clarification in documentation language and spellingMatthew Daubert2012-03-131-4/+4
* Remove some of the ActiveSupport core extensions related to 1.8.Uģis Ozols2011-12-211-1/+0
* Revert accidental change from cattr_accessor to class_attribute.José Valim2011-12-081-1/+1
* Some small optimizations and improvements to benchmark code.José Valim2011-12-081-1/+1
* minor details revised in a gsubXavier Noria2011-08-181-1/+1
* Properly escape glob characters.Aaron Patterson2011-08-161-3/+12
* Just remove the sort_locals methodAaron Patterson2011-08-091-12/+1
* the freeze trick does nothing on arrays used as hash keys.Aaron Patterson2011-08-091-2/+1
* use functional style to build a list of template objectsAaron Patterson2011-08-091-9/+12
* 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
* Optimize the most common resolver case.José Valim2011-05-091-13/+26
* No need for replace.José Valim2011-05-091-12/+11
* removes a remaining reference to .rjs in template resolver's RDocXavier Noria2011-04-131-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
* 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
* A bunch of cleanup on the inherited template patchwycats2010-12-261-1/+1
* 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-011-1/+1
* Do not allow templates coming from Fallback resolvers to store a virtual path.José Valim2010-10-101-0/+13
* Resolvers now consider timestamps.José Valim2010-10-101-21/+46
* Remove locals dependency from template.José Valim2010-10-071-7/+23
* Get rid of ruby warnings in Resolvers. Move a few methods up to the abstract ...José Valim2010-10-071-21/+24
* Initialize @path.Emilio Tagua2010-09-281-0/+1
* Revert "Setup explicit requires for files with exceptions. Removed them from ...José Valim2010-09-021-1/+0
* Setup explicit requires for files with exceptions. Removed them from autoload...Łukasz Strzałkowski2010-09-021-0/+1
* Avoid using Pathname on Resolver and AS::Dependencies.José Valim2010-06-241-1/+1
* Final touches and fixes.Rizwan Reza2010-06-211-0/+1
* Revert "Moved encoding work in progress to a feature branch."wycats2010-05-171-1/+4