diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-06-21 06:52:05 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-06-21 06:52:05 +0000 |
commit | bc6570dfcb69cbe9c1435fecb7d5949802c57401 (patch) | |
tree | ba63ceaf1616ab0b1c3e7359ed932bf4daad9604 /actionpack/CHANGELOG | |
parent | f2a021dc06d934f569977a05fa4e579e3f593d34 (diff) | |
download | rails-bc6570dfcb69cbe9c1435fecb7d5949802c57401.tar.gz rails-bc6570dfcb69cbe9c1435fecb7d5949802c57401.tar.bz2 rails-bc6570dfcb69cbe9c1435fecb7d5949802c57401.zip |
Added tag_options as a third parameter to AssetHelper#auto_discovery_link_tag to control options like the title of the link #1430 [kevin.clark@gmail.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1460 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 4d7862b811..cb5e692d59 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added tag_options as a third parameter to AssetHelper#auto_discovery_link_tag to control options like the title of the link #1430 [kevin.clark@gmail.com] + * Added option to pass in parameters to CaptureHelper#capture, so you can create more advanced view helper methods #1466 [duane.johnson@gmail.com]. Example: <% show_calendar(:year => 2005, :month => 6) do |day, options| %> |