rails/actionpack/lib/action_view
2005-05-03 14:39:57 +00:00
..
helpers Added that both AssetHelper#stylesheet_link_tag and AssetHelper#javascript_include_tag now accept an option hash as the last parameter, so you can do stuff like: stylesheet_link_tag "style", :media => "all" 2005-05-03 14:39:57 +00:00
vendor Fixed documentation snafus #575, #576, #577, #585 2005-02-07 14:15:53 +00:00
base.rb Fixed stringification on all assigned hashes. The sacrifice is that assigns[:person] wont work in testing. Instead assigns["person"] or assigns(:person) must be used. In other words, the keys of assigns stay strings but weve added a method-based accessor to appease the need for symbols. 2005-04-19 10:26:03 +00:00
partials.rb Changed render_partial to take local assigns as the second parameter instead of an explicit object and then the assigns 2005-04-16 16:08:29 +00:00
template_error.rb Fixed error rendering of rxml documents to not just swallow the exception and return 0 (still not guessing the right line, but hey) 2004-12-21 02:05:12 +00:00