rails--rails/actionpack/lib/action_view
David Heinemeier Hansson df28bdd7ab Documented select, collection_select, and country_select #304 [Ulysses]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@163 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2004-12-15 11:49:23 +00:00
..
helpers Documented select, collection_select, and country_select #304 [Ulysses] 2004-12-15 11:49:23 +00:00
vendor git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@77 5ecf4fe2-1ee6-0310-87b1-e25e094e27de 2004-12-08 08:44:54 +00:00
base.rb Added option to ERB templates to swallow newlines by using <% if something -%> instead of just <% if something %> 2004-12-12 13:02:20 +00:00
partials.rb Added that render_partial will always by default include a counter with value 1 unless there is a counter passed in via the local_assigns hash that overrides it. As a result, render_collection_of_partials can still be written in terms of render_partial and partials that make use of a counter can be called without problems from both render_collection_of_partials as well as render_partial #295 [marcel] 2004-12-12 11:48:01 +00:00
template_error.rb Added TemplateError#backtrace that makes it much easier to debug template errors from unit and functional tests 2004-12-13 23:28:10 +00:00