diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-02-19 16:04:50 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-02-19 16:04:50 +0000 |
commit | 2a5fc27ceac142762dc66680364be17b100ab0b8 (patch) | |
tree | 2358154541295547ab1c48003a288dad209d8fdc /actionpack/CHANGELOG | |
parent | ad1fe7dd277e4e82bd8588e06c1181b6f8402683 (diff) | |
download | rails-2a5fc27ceac142762dc66680364be17b100ab0b8.tar.gz rails-2a5fc27ceac142762dc66680364be17b100ab0b8.tar.bz2 rails-2a5fc27ceac142762dc66680364be17b100ab0b8.zip |
Added AssetTagHelper that provides methods for linking a HTML page together with other assets, such as javascripts, stylesheets, and feeds.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@689 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 342f96f3ee..e153726ffc 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added AssetTagHelper that provides methods for linking a HTML page together with other assets, such as javascripts, stylesheets, and feeds. + * 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 |