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 (
Collapse
)
Author
Age
Files
Lines
*
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
|
|
|
|
|
|
If you are setting a hash or an array in class_attribute or you need to freeze it, to ensure people won't modify it in place or you need to dup it on inheritance.
*
Allow anything that responds to render to be given as :template and use ↵
José Valim
2010-03-12
1
-5
/
+1
|
|
|
|
find_template instead of find in views.
*
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