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
/
template
/
compiled_templates_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor ActionView::Resolver
Yehuda Katz + Carl Lerche
2009-09-03
1
-0
/
+3
*
Separate ActionView::Context so something else can easily be made into an AV ...
Yehuda Katz
2009-07-19
1
-1
/
+1
*
Rename ActionView::Template::Path ActionView::Resolver
Yehuda Katz + Carl Lerche
2009-06-17
1
-1
/
+1
*
Refactor ActionView::Template
Yehuda Katz + Carl Lerche
2009-04-27
1
-31
/
+5
*
Makes rails-dev-boost work again
Carl Lerche & Yehuda Katz
2009-04-14
1
-3
/
+3
*
Bring abstract_controller up to date with rails/master
Carl Lerche & Yehuda Katz
2009-04-13
1
-68
/
+66
|
\
|
*
Fix templates reloading in development when using custom view path [#2012 sta...
Joshua Peek
2009-02-19
1
-25
/
+103
|
*
Port fast reloadable templates from rails-dev-boost.
thedarkone
2009-02-12
1
-15
/
+29
|
*
Fix some edge cases when the same template is called with different local ass...
Andrew White
2009-02-10
1
-32
/
+54
|
*
Improve view rendering performance in development mode and reinstate template...
Andrew White
2009-02-09
1
-19
/
+23
|
*
Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.
Jeremy Kemper
2009-02-03
1
-68
/
+66
|
*
Clean up view path cruft and split path implementations into Template::Path a...
Joshua Peek
2008-12-29
1
-4
/
+5
*
|
Clean up view path cruft and split path implementations into Template::Path a...
Joshua Peek
2009-01-01
1
-4
/
+5
|
/
*
fixed template recompile issue with previous commit and add some better tests...
Joshua Peek
2008-11-28
1
-1
/
+49
*
Reinstate "Super lazy load view paths in development mode (no indexing or cac...
Joshua Peek
2008-11-28
1
-9
/
+0
*
Revert "Super lazy load view paths in development mode (no indexing or cachin...
David Heinemeier Hansson
2008-11-27
1
-0
/
+9
*
Super lazy load view paths in development mode (no indexing or caching at all...
Joshua Peek
2008-11-26
1
-9
/
+0
*
Changed the default of ActionView#render to assume partials instead of files ...
David Heinemeier Hansson
2008-11-19
1
-7
/
+7
*
Fixed bc5896e, and added test case for the caching bug it originally introduced.
Joshua Peek
2008-07-23
1
-1
/
+4
*
Memoize ActionView::Base pick_template and find_partial_path for rendering du...
Joshua Peek
2008-07-22
1
-10
/
+13
*
Fixed template recompile logic [#630 state:resolved]
Stefan Kaes
2008-07-16
1
-0
/
+41
*
Remove dead code, and the tests for it.
Michael Koziarski
2008-05-31
1
-192
/
+0
*
Moved template handlers related code from ActionView::Base to ActionView::Tem...
Pratik Naik
2008-03-05
1
-1
/
+1
*
Refactor partial rendering into a PartialTemplate class. [Pratik]
Michael Koziarski
2008-03-03
1
-12
/
+12
*
Introduce a Template class to ActionView. Closes #11024 [lifofifo]
Michael Koziarski
2008-02-06
1
-24
/
+28
*
Refactor template compilation from AV::Base into the template handlers. Clos...
Michael Koziarski
2008-01-22
1
-49
/
+39
*
* Pass around handler instances, not their classes [Koz]
Michael Koziarski
2008-01-11
1
-108
/
+109
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-1
/
+1
*
Ruby 1.9 compat: compiled templates test
Jeremy Kemper
2007-12-21
1
-1
/
+5
*
More Action View refactoring. Knock :erb default down a notch. Closes #10455.
Jeremy Kemper
2007-12-10
1
-12
/
+14
*
Use mocha to avoid the sleep calls in the compiled_template tests. [tarmo] Cl...
Michael Koziarski
2007-08-29
1
-17
/
+34
*
Ensure compiled template tests pass on windows where there are no symlinks. [...
Michael Koziarski
2007-05-27
1
-22
/
+28
*
Use a consistent load path to avoid double requires. Fix some scattered Ruby ...
Jeremy Kemper
2007-01-28
1
-5
/
+3
*
Extract template_changed_since? from compile_template? so plugins may overrid...
Jeremy Kemper
2006-11-20
1
-1
/
+36
*
New dependencies implementation
Nicholas Seckar
2006-08-08
1
-0
/
+1
*
Fixed that real files and symlinks should be treated the same when compiling ...
David Heinemeier Hansson
2006-07-05
1
-0
/
+134