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
/
renderable.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port fast reloadable templates from rails-dev-boost.
thedarkone
2009-02-12
1
-27
/
+3
*
Fix some edge cases when the same template is called with different local ass...
Andrew White
2009-02-10
1
-1
/
+29
*
Improve view rendering performance in development mode and reinstate template...
Andrew White
2009-02-09
1
-5
/
+2
*
Ruby 1.9 compat: change encoding of action_view/renderable to utf-8, so erb t...
Eugene Pimenov
2009-02-06
1
-0
/
+2
*
Clean up view path cruft and split path implementations into Template::Path a...
Joshua Peek
2008-12-29
1
-6
/
+3
*
Defining a new method is atomic, no mutex needed.
Joshua Peek
2008-12-22
1
-8
/
+2
*
Ensure the template format is always passed to the template finder. Now we ca...
Joshua Peek
2008-12-21
1
-2
/
+10
*
Add :partial option to assert_template [#1550 state:resolved]
mark
2008-12-11
1
-5
/
+0
*
fixed template recompile issue with previous commit and add some better tests...
Joshua Peek
2008-11-28
1
-1
/
+1
*
Reinstate "Super lazy load view paths in development mode (no indexing or cac...
Joshua Peek
2008-11-28
1
-1
/
+1
*
Revert "Super lazy load view paths in development mode (no indexing or cachin...
David Heinemeier Hansson
2008-11-27
1
-1
/
+1
*
Super lazy load view paths in development mode (no indexing or caching at all...
Joshua Peek
2008-11-26
1
-1
/
+1
*
Prevent assert_template failures when a render :inline is called before rende...
Luke Melia
2008-11-17
1
-1
/
+3
*
Ensure @content_for_* is checked before yielding to block in render :layout [...
Ryan Bates
2008-10-28
1
-1
/
+1
*
Track rendered templates in stack so the current template can always be acces...
Joshua Peek
2008-10-28
1
-3
/
+9
*
Stopped logging template compiles as it only clogs up the log
David Heinemeier Hansson
2008-09-09
1
-4
/
+1
*
Check for uninitialized instance variables
Jeremy Kemper
2008-09-08
1
-7
/
+7
*
Prefix ActionView::Base private methods with an underscore
Joshua Peek
2008-08-31
1
-4
/
+4
*
Move copying ivar logic from ActionController::Base to ActionView::Base
Pratik Naik
2008-08-31
1
-1
/
+1
*
defined? has no bounds
Joshua Peek
2008-08-26
1
-1
/
+1
*
Require missing libraries and check for defined ActionController constant so ...
Joshua Peek
2008-08-26
1
-1
/
+1
*
Consistently use the framework's configured logger and avoid reverting to RAI...
Joshua Peek
2008-08-18
1
-1
/
+1
*
pass yielded arguments to block for ActionView::Base#render with :layout [#84...
Ryan Bates
2008-08-17
1
-1
/
+8
*
Simplifying usage of ETags and Last-Modified and conditional GET requests
Jeremy Kemper
2008-08-07
1
-3
/
+3
*
Fixed bc5896e, and added test case for the caching bug it originally introduced.
Joshua Peek
2008-07-23
1
-1
/
+1
*
Set the response content type to that of found template if not explicitly set...
Tom Ward
2008-07-18
1
-1
/
+4
*
Removed lagacy TemplateHandler#render API. Left in a legacy TemplateHandler a...
Joshua Peek
2008-07-18
1
-3
/
+3
*
Changed ActiveSupport::Memoizable API to extend since it mainly adds the memo...
Joshua Peek
2008-07-18
1
-2
/
+2
*
Fixed template recompile logic [#630 state:resolved]
Stefan Kaes
2008-07-16
1
-22
/
+31
*
Removed config.action_view.cache_template_loading, use config.cache_classes i...
Joshua Peek
2008-07-15
1
-1
/
+1
*
memorize typo
Joshua Peek
2008-07-14
1
-2
/
+2
*
Include Memoizable in ActionView::Template
Joshua Peek
2008-07-14
1
-9
/
+6
*
Eager load Partial variable_name and counter_name. Tidy up render_partial_col...
Joshua Peek
2008-07-14
1
-2
/
+7
*
Move dead recompile_template? also
Jeremy Kemper
2008-07-14
1
-5
/
+2
*
Made ActionView::Base#first_render a little more private. And added _last_ren...
Joshua Peek
2008-07-13
1
-2
/
+2
*
Refactor template preloading. New abstractions include Renderable mixins and ...
Joshua Peek
2008-07-12
1
-20
/
+61
*
Changed ActionView::TemplateHandler#render API method signature to render(tem...
Joshua Peek
2008-07-11
1
-1
/
+1
*
Added local assign keys to compiled method name so two threads evaluating the...
Joshua Peek
2008-07-06
1
-1
/
+7
*
Lookup compiled methods in CompiledTemplates instance methods set instead of ...
Joshua Peek
2008-07-05
1
-4
/
+3
*
Moved complied method name logic into Renderable
Joshua Peek
2008-07-05
1
-0
/
+4
*
Renamed Renderer to Renderable
Joshua Peek
2008-07-05
1
-0
/
+29