index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_view
/
template
/
resolver.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Typo in comment to ActionView::Resolver#find_all
RKushnir
2013-03-06
1
-1
/
+1
*
delegate to :class rather than 'self.class'
Gosha Arinich
2013-01-06
1
-1
/
+1
*
Replace some global Hash usages with the new thread safe cache.
thedarkone
2012-12-14
1
-30
/
+29
*
Make caller attribute in deprecation methods optional
Alexey Gaziev
2012-10-30
1
-1
/
+1
*
Fix failing tests and use new hash style in deprecation messages
Carlos Antonio da Silva
2012-10-29
1
-1
/
+1
*
Provide a call stack for deprecation warnings where needed.
Nikita Afanasenko
2012-10-29
1
-1
/
+7
*
Implement ActionView::Template::Types
Piotr Sarnacki
2012-08-28
1
-1
/
+1
*
Remove Mime::Type translations from Action View
Piotr Sarnacki
2012-08-28
1
-1
/
+1
*
use mutex_m rather than use a delegate system
Aaron Patterson
2012-06-21
1
-6
/
+3
*
Merge pull request #6428 from pinetops/resolver_concurrency_fix
Yehuda Katz
2012-06-21
1
-19
/
+76
|
\
|
*
Improve the readability of the Resolver change detection code
Tom Clarke
2012-05-22
1
-11
/
+19
|
*
More granular locking of the Resolver template cache
Tom Clarke
2012-05-21
1
-5
/
+23
|
*
Make the Resolver template cache threadsafe - closes #6404
Tom Clarke
2012-05-21
1
-19
/
+50
*
|
stop subclassing string
Aaron Patterson
2012-06-21
1
-3
/
+10
|
/
*
Revert "Merge pull request #6425 from pinetops/resolver_concurrency_fix"
José Valim
2012-05-21
1
-68
/
+19
*
More granular locking of the Resolver template cache
Tom Clarke
2012-05-21
1
-5
/
+23
*
Make the Resolver template cache threadsafe - closes #6404
Tom Clarke
2012-05-21
1
-19
/
+50
*
Created a Raw handler for templates.
Steve Klabnik
2012-05-17
1
-1
/
+3
*
Move require to where it's needed
Santiago Pastorino
2012-05-11
1
-0
/
+1
*
Minor clarification in documentation language and spelling
Matthew Daubert
2012-03-13
1
-4
/
+4
*
Remove some of the ActiveSupport core extensions related to 1.8.
Uģis Ozols
2011-12-21
1
-1
/
+0
*
Revert accidental change from cattr_accessor to class_attribute.
José Valim
2011-12-08
1
-1
/
+1
*
Some small optimizations and improvements to benchmark code.
José Valim
2011-12-08
1
-1
/
+1
*
minor details revised in a gsub
Xavier Noria
2011-08-18
1
-1
/
+1
*
Properly escape glob characters.
Aaron Patterson
2011-08-16
1
-3
/
+12
*
Just remove the sort_locals method
Aaron Patterson
2011-08-09
1
-12
/
+1
*
the freeze trick does nothing on arrays used as hash keys.
Aaron Patterson
2011-08-09
1
-2
/
+1
*
use functional style to build a list of template objects
Aaron Patterson
2011-08-09
1
-9
/
+12
*
refactor the optimized build_query a bit
Aaron Patterson
2011-08-08
1
-8
/
+3
*
reduce file stats by improving our dir glob pattern
Aaron Patterson
2011-08-08
1
-1
/
+1
*
hash on the template directory in order to improve cache hits
Aaron Patterson
2011-08-08
1
-2
/
+3
*
use meaningful names with our variables
Aaron Patterson
2011-08-08
1
-6
/
+6
*
use binread to read the files
Aaron Patterson
2011-08-08
1
-1
/
+2
*
Use shorter class-level File methods instead of going through File.stat.
thedarkone
2011-07-25
1
-1
/
+1
*
Optimize the most common resolver case.
José Valim
2011-05-09
1
-13
/
+26
*
No need for replace.
José Valim
2011-05-09
1
-12
/
+11
*
removes a remaining reference to .rjs in template resolver's RDoc
Xavier Noria
2011-04-13
1
-1
/
+1
*
fixes a couple of regexps, the suite showed warnings about them
Xavier Noria
2011-03-27
1
-2
/
+2
*
Improved resolver docs a bit
José Valim
2011-03-19
1
-2
/
+10
*
[action_view] docs for FileSystemResolver
Chris Kowalik
2011-03-20
1
-2
/
+30
*
[action_view] added custom patterns to template resolver
Chris Kowalik
2011-03-20
1
-18
/
+49
*
Add additional text to NotImplementedErrors [#6328 state:resolved]
Mike Gehard
2011-03-12
1
-1
/
+1
*
reduce string append funcalls
Aaron Patterson
2011-02-08
1
-3
/
+3
*
Ensure render is case sensitive even on systems with case-insensitive filesys...
José Valim
2011-02-08
1
-3
/
+12
*
A bunch of cleanup on the inherited template patch
wycats
2010-12-26
1
-1
/
+1
*
Bring back config.action_view.cache_template_loading [#5847 state:resolved]
Piotr Sarnacki
2010-12-16
1
-3
/
+8
*
Ensure resolvers backward compatibility.
José Valim
2010-12-09
1
-1
/
+1
*
Deprecate handler_class_for_extension as template handlers can be any Ruby ob...
José Valim
2010-12-01
1
-1
/
+1
*
Do not allow templates coming from Fallback resolvers to store a virtual path.
José Valim
2010-10-10
1
-0
/
+13
*
Resolvers now consider timestamps.
José Valim
2010-10-10
1
-21
/
+46
[next]