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
/
abstract_controller
/
view_paths.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Optimize layout lookup to avoid double calls.
José Valim
2011-12-08
1
-1
/
+1
*
adding missing require to fist railties tests
Aaron Patterson
2011-08-09
1
-0
/
+2
*
deprecating process_view_paths
Aaron Patterson
2011-08-09
1
-1
/
+1
*
avoid object creation via useless duping and freezing
Aaron Patterson
2011-08-09
1
-3
/
+2
*
Array#+ automatically dups, no double duping
Aaron Patterson
2011-08-09
1
-2
/
+2
*
Move variables to underscore format, update protected instance variables list.
José Valim
2011-05-06
1
-1
/
+1
*
Move prefixes to view paths as they are now a lookup context dependency.
José Valim
2011-05-04
1
-0
/
+24
*
Also allow prefixes as third argument to lookup context.
José Valim
2011-05-04
1
-3
/
+1
*
controller's prefixes are now added to LookupContext.
Nick Sutterer
2011-05-03
1
-2
/
+5
*
Change ActionView::ViewPathSet to ActionView::PathSet
Manuel Meurer
2011-03-13
1
-4
/
+4
*
change rdoc to conform to api guidelines
Joost Baaij
2010-08-25
1
-7
/
+7
*
class_attribute is not a direct replacement of class_inheritable_*.
José Valim
2010-06-10
1
-1
/
+2
*
Allow anything that responds to render to be given as :template and use find_...
José Valim
2010-03-12
1
-5
/
+1
*
Optimize and clean up how details key get expired.
José Valim
2010-03-10
1
-1
/
+2
*
Clean LookupContext API.
José Valim
2010-03-08
1
-2
/
+5
*
Move ViewPaths module to its own file.
José Valim
2010-03-08
1
-0
/
+69