rails/actionpack/lib/action_view
2005-04-27 08:17:25 +00:00
..
helpers Added BenchmarkHelper that can measure the execution time of a block in a template and reports the result to the log 2005-04-27 08:17:25 +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