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
*
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
*
Remove locals dependency from template.
José Valim
2010-10-07
1
-7
/
+23
*
Get rid of ruby warnings in Resolvers. Move a few methods up to the abstract ...
José Valim
2010-10-07
1
-21
/
+24
*
Initialize @path.
Emilio Tagua
2010-09-28
1
-0
/
+1
*
Revert "Setup explicit requires for files with exceptions. Removed them from ...
José Valim
2010-09-02
1
-1
/
+0
*
Setup explicit requires for files with exceptions. Removed them from autoload...
Łukasz Strzałkowski
2010-09-02
1
-0
/
+1
*
Avoid using Pathname on Resolver and AS::Dependencies.
José Valim
2010-06-24
1
-1
/
+1
*
Final touches and fixes.
Rizwan Reza
2010-06-21
1
-0
/
+1
*
Revert "Moved encoding work in progress to a feature branch."
wycats
2010-05-17
1
-1
/
+4
*
Moved encoding work in progress to a feature branch.
Jeremy Kemper
2010-05-16
1
-4
/
+1
*
Significantly improved internal encoding heuristics and support.
wycats
2010-05-16
1
-1
/
+4
*
yield always return an array, so we don't need to use .key?
José Valim
2010-03-31
1
-6
/
+1
*
Improve performance of the rendering stack by freezing formats as a sign that...
José Valim
2010-03-19
1
-7
/
+12
*
Sending the partial as info is no longer required.
José Valim
2010-03-18
1
-3
/
+3
*
Move more normalization up to the lookup context, so it does not have to repe...
José Valim
2010-03-16
1
-23
/
+1
*
Optimize and clean up how details key get expired.
José Valim
2010-03-10
1
-0
/
+5
*
Clean up the API required from ActionView::Template.
José Valim
2010-03-09
1
-19
/
+12
*
Clean LookupContext API.
José Valim
2010-03-08
1
-6
/
+10
*
Move details to lookup_context and make resolvers use the cache key.
José Valim
2010-03-08
1
-34
/
+12
*
Speed up performance in resolvers by adding fallbacks just when required.
José Valim
2010-03-08
1
-24
/
+7
*
First take on ViewPaths clean up.
José Valim
2010-03-07
1
-8
/
+11
[next]