rails--rails/actionpack/lib/action_view
Jeremy Kemper 3edc98a1cc form_options_helper refactoring for clarity. Closes #7787.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6377 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-03-11 13:14:53 +00:00
..
helpers form_options_helper refactoring for clarity. Closes #7787. 2007-03-11 13:14:53 +00:00
base.rb Prefer MIME constants to strings. Closes #7707. 2007-03-06 09:46:04 +00:00
compiled_templates.rb Tighten rescue clauses. Closes #5985. 2006-08-31 03:16:28 +00:00
partials.rb Added .erb and .builder as preferred aliases to the now deprecated .rhtml and .rxml extensions [Chad Fowler]. This is done to separate the renderer from the mime type. .erb templates are often used to render emails, atom, csv, whatever. So labeling them .rhtml doesn't make too much sense. The same goes for .rxml, which can be used to build everything from HTML to Atom to whatever. .rhtml and .rxml will continue to work until Rails 3.0, though. So this is a slow phasing out. All generators and examples will start using the new aliases, though. 2007-02-20 22:09:12 +00:00
template_error.rb Template errors: fix strange deprecation warnings on e.g. @flash.inspect, remove deprecated @assigns, handle sources without a discernable line number, clean up code. 2006-11-17 12:47:08 +00:00