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
/
base.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Begin unifying the interface between ActionController and ActionView
Yehuda Katz
2009-01-22
1
-81
/
+10
|
|
/
|
*
Clean up view path cruft and split path implementations into Template::Path a...
Joshua Peek
2008-12-29
1
-1
/
+1
*
|
Clean up view path cruft and split path implementations into Template::Path a...
Joshua Peek
2009-01-01
1
-1
/
+1
*
|
Initial work to merge several places with similar logic
Yehuda Katz
2008-12-25
1
-1
/
+1
|
/
*
Ensure the template format is always passed to the template finder. Now we ca...
Joshua Peek
2008-12-21
1
-57
/
+5
*
Merge with docrails
Pratik Naik
2008-12-07
1
-2
/
+6
*
Silence server backtrace in rescue templates and log files. Also remove some ...
Joshua Peek
2008-12-05
1
-1
/
+1
*
Set template_format to html inside rjs templates so renders within it default...
Joshua Peek
2008-12-04
1
-3
/
+0
*
Fix rendering html partials from an rjs template
Sam Stephenson
2008-12-04
1
-1
/
+1
*
Reinstate "Super lazy load view paths in development mode (no indexing or cac...
Joshua Peek
2008-11-28
1
-3
/
+1
*
Revert "Super lazy load view paths in development mode (no indexing or cachin...
David Heinemeier Hansson
2008-11-27
1
-1
/
+3
*
Super lazy load view paths in development mode (no indexing or caching at all...
Joshua Peek
2008-11-26
1
-3
/
+1
*
use autoload instead of explicit requires for ActionView
Joshua Peek
2008-11-23
1
-1
/
+1
*
Changed the default of ActionView#render to assume partials instead of files ...
David Heinemeier Hansson
2008-11-19
1
-7
/
+16
*
Fix rendering html partial via inline render when with :js format [#1399 stat...
Luke Melia
2008-11-18
1
-1
/
+2
*
Track rendered templates in stack so the current template can always be acces...
Joshua Peek
2008-10-28
1
-3
/
+8
*
Remove stuff that was deprecated in 2-1-stable
Pratik Naik
2008-10-21
1
-16
/
+0
*
Move controller ivar copying to a separate method
Pratik Naik
2008-10-05
1
-8
/
+10
*
Protect body ivar from being clobbered by the mailer template assigns
Joshua Peek
2008-09-28
1
-2
/
+2
*
Check for uninitialized instance variables
Jeremy Kemper
2008-09-08
1
-4
/
+6
*
Moved layout exemption logic into the view
Joshua Peek
2008-08-31
1
-52
/
+55
*
Prefix ActionView::Base private methods with an underscore
Joshua Peek
2008-08-31
1
-5
/
+6
*
Fix AM tests and add tests for rendering logging
Pratik Naik
2008-08-31
1
-2
/
+0
*
Add lost log messages about template rendering
Pratik Naik
2008-08-31
1
-0
/
+3
*
Move layout rendering logic to ActionView::Base
Pratik Naik
2008-08-31
1
-17
/
+28
*
Move copying ivar logic from ActionController::Base to ActionView::Base
Pratik Naik
2008-08-31
1
-7
/
+9
*
Store application and other context specific helper modules in ActionView::Ba...
Joshua Peek
2008-08-26
1
-0
/
+14
*
Cache JavaScriptGenerator's helper module set on the template
Joshua Peek
2008-08-26
1
-5
/
+0
*
Performance: Cache modules that extend the view context for JavaScriptGenerator
Joshua Peek
2008-08-25
1
-2
/
+6
*
Include all helpers into ActionView::Helper
Joshua Peek
2008-08-25
1
-13
/
+0
*
Removed template_public? because it will always be true since the default tem...
Joshua Peek
2008-08-21
1
-5
/
+0
*
Cleanup around partial rendering
Ryan Bates
2008-08-21
1
-35
/
+8
*
Return nil instead of a space when passing an empty collection or nil to 'ren...
Ryan Bates
2008-08-19
1
-1
/
+1
*
Consistently use the framework's configured logger and avoid reverting to RAI...
Joshua Peek
2008-08-18
1
-1
/
+2
*
pass yielded arguments to block for ActionView::Base#render with :layout [#84...
Ryan Bates
2008-08-17
1
-15
/
+8
*
Tidy up ActionMailer rendering logic to take advantage of view path cache ins...
Joshua Peek
2008-08-06
1
-1
/
+4
*
Fixed bc5896e, and added test case for the caching bug it originally introduced.
Joshua Peek
2008-07-23
1
-0
/
+3
*
Revert 'bc5896e'
Joshua Peek
2008-07-23
1
-3
/
+0
*
Memoize ActionView::Base pick_template and find_partial_path for rendering du...
Joshua Peek
2008-07-22
1
-2
/
+5
*
Fixed spelling mistake in deprecation warning [#381 state:resolved]
Joshua Peek
2008-07-19
1
-4
/
+6
*
Set the response content type to that of found template if not explicitly set...
Tom Ward
2008-07-18
1
-0
/
+6
*
Removed lagacy TemplateHandler#render API. Left in a legacy TemplateHandler a...
Joshua Peek
2008-07-18
1
-2
/
+2
*
Wrap AssetTagHelper's computed public path cache in a threadsafe store
Joshua Peek
2008-07-17
1
-4
/
+0
*
Merge with docrails.
Pratik Naik
2008-07-16
1
-1
/
+1
*
Removed config.action_view.cache_template_loading, use config.cache_classes i...
Joshua Peek
2008-07-15
1
-3
/
+4
*
Check first render format and extension. Fixes failing ActionMailer test.
Joshua Peek
2008-07-13
1
-1
/
+1
*
Made ActionView::Base#first_render a little more private. And added _last_ren...
Joshua Peek
2008-07-13
1
-3
/
+3
*
Set config.action_view.warn_cache_misses = true to receive a warning if you p...
Joshua Peek
2008-07-12
1
-2
/
+20
*
Refactor template preloading. New abstractions include Renderable mixins and ...
Joshua Peek
2008-07-12
1
-35
/
+44
*
Changed ActionView::TemplateHandler#render API method signature to render(tem...
Joshua Peek
2008-07-11
1
-2
/
+2
[prev]
[next]