aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-02-19 12:49:14 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-02-19 12:49:14 +0000
commit967339e4d324daa659e5f625d48a56dc17d5287e (patch)
treefb8caefc05b1bb604e49941c66890725ceedbd5c /actionpack/CHANGELOG
parentb6854c648bfb08d760f4adf860148783a0015dee (diff)
downloadrails-967339e4d324daa659e5f625d48a56dc17d5287e.tar.gz
rails-967339e4d324daa659e5f625d48a56dc17d5287e.tar.bz2
rails-967339e4d324daa659e5f625d48a56dc17d5287e.zip
Added FormTagHelper that provides a number of methods for creating form tags that doesn't rely on conventions with an object assigned to the template like FormHelper does. With the FormTagHelper, you provide the names and values yourself.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@687 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 3c4f8ee249..342f96f3ee 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added FormTagHelper that provides a number of methods for creating form tags that doesn't rely on conventions with an object assigned to the template like FormHelper does. With the FormTagHelper, you provide the names and values yourself.
+
* Added Iran and Irak to the countries list used by FormOptions#country_select and FormOptions#country_options_for_select
* Renamed link_to_image to link_image_to (since thats what it actually does) -- kept alias for the old method name