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
...
*
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
*
Actually, revert previous commit. Having a lot of information is better than ...
José Valim
2010-03-05
1
-9
/
+3
*
Define to_s method in ActionView::Resolver, so I'm not required to write it i...
José Valim
2010-03-05
1
-1
/
+5
*
Fix render :file => "#{Rails.root}/public/404.html", :status => :not_found. C...
Yehuda Katz
2010-02-23
1
-1
/
+1
*
Resolve view paths correctly on CygWin
Sam Ruby
2010-02-02
1
-1
/
+1
*
Convert to class_attribute
Jeremy Kemper
2010-02-01
1
-1
/
+2
*
deOMGifying Railties, Active Support, and Action Pack
Mikel Lindsaar
2010-01-31
1
-2
/
+1
*
Fix t('.helper').
José Valim
2010-01-26
1
-5
/
+8
*
Silence some trivial warnings: shadowed local vars, indentation mismatches
Jeremy Kemper
2009-12-28
1
-8
/
+4
*
Reorganize autoloads:
Carlhuda
2009-12-02
1
-3
/
+3
*
Fix a bug where templates with locales were not being sorted correctly
Yehuda Katz
2009-10-16
1
-1
/
+1
*
Replace :formats => ["*/*"] with the default formats set
Yehuda Katz + Carl Lerche
2009-09-03
1
-0
/
+2
*
Refactor ActionView::Resolver
Yehuda Katz + Carl Lerche
2009-09-03
1
-77
/
+95
*
Fix the */* with Net::HTTP bug [#3100 state:resolved]
Yehuda Katz + Carl Lerche
2009-09-01
1
-22
/
+9
*
Add a default parameter for Resolver#initialize
Carl Lerche
2009-08-26
1
-1
/
+1
*
Got tests to pass with some more changes.
Yehuda Katz
2009-08-15
1
-1
/
+1
*
Add some more caching to the lookup
Yehuda Katz
2009-08-11
1
-12
/
+18
*
This change causes some failing tests, but it should be possible to make them...
Yehuda Katz
2009-08-11
1
-2
/
+4
*
Rename find_by_parts and find_by_parts? to find and exists?
Yehuda Katz
2009-08-07
1
-1
/
+1
*
Rename path.rb to resolver.rb
Yehuda Katz + Carl Lerche
2009-06-17
1
-0
/
+150
[prev]