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
/
test
/
controller
/
view_paths_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the */* with Net::HTTP bug [#3100 state:resolved]
Yehuda Katz + Carl Lerche
2009-09-01
1
-1
/
+1
*
Remove a no-op from view path tests and removed a Symbol#to_proc
Carl Lerche
2009-05-26
1
-2
/
+2
*
Refactor ActionView::Template
Yehuda Katz + Carl Lerche
2009-04-27
1
-20
/
+29
*
Begin unifying the interface between ActionController and ActionView
Yehuda Katz
2009-01-22
1
-1
/
+1
*
Silence server backtrace in rescue templates and log files. Also remove some ...
Joshua Peek
2008-12-05
1
-13
/
+13
*
Move controller assertions from base TestCase to AC:: and AV::TestCase
Jeremy Kemper
2008-11-07
1
-1
/
+1
*
Extract ActiveSupport::TypedArray class to ensure an array is all of the same...
Joshua Peek
2008-07-22
1
-8
/
+2
*
Set global ActionController::Base.view_paths for test cases
Joshua Peek
2008-07-12
1
-2
/
+0
*
Removed a few implementation specific view path tests
Joshua Peek
2008-07-12
1
-14
/
+0
*
Set precompiled fixture load path constant to speed up tests
Joshua Peek
2008-06-25
1
-23
/
+21
*
Consolidate CustomHandlerTest, TemplateFileTest, and TemplateObjectTest and t...
Joshua Peek
2008-06-25
1
-15
/
+15
*
Replaced TemplateFinder abstraction with ViewLoadPaths
Joshua Peek
2008-06-17
1
-43
/
+68
*
Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. C...
Michael Koziarski
2008-01-21
1
-4
/
+2
*
Revert r8669 for now, breaks Action Mailer. Reopens #10800.
Jeremy Kemper
2008-01-19
1
-2
/
+4
*
Introduce TemplateFinder to handle view paths and lookups. Closes #10800.
Jeremy Kemper
2008-01-19
1
-4
/
+2
*
Ensure that the tests use the instance-level view-paths correctly. Closes #1...
Michael Koziarski
2008-01-16
1
-6
/
+11
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-2
/
+2
*
Add #prepend_view_path and #append_view_path instance methods on ActionContro...
Rick Olson
2007-11-26
1
-2
/
+26
*
Fix Tests broken in [8134]
Michael Koziarski
2007-11-14
1
-0
/
+2
*
Simplfy #view_paths implementation. ActionView templates get the exact objec...
Rick Olson
2007-10-26
1
-4
/
+20
*
Removed the deprecated ActionController#Base.template_root/= methods (use Act...
David Heinemeier Hansson
2007-09-09
1
-10
/
+0
*
Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]
Michael Koziarski
2007-09-03
1
-1
/
+1
*
Find layouts even if they're not in the first view_paths directory. Closes #...
Rick Olson
2007-08-15
1
-1
/
+14
*
Make ActionView#view_paths an attr_accessor for real this time. Also, don't ...
Rick Olson
2007-06-15
1
-1
/
+14
*
Fix issue with deprecation messing up #template_root= usage. Add #prepend_vi...
Rick Olson
2007-02-04
1
-2
/
+3
*
Allow Controllers to have multiple view_paths instead of a single template_ro...
Rick Olson
2007-02-04
1
-0
/
+78