From d2fb072563ff54109ecfec0119a192c8a9071889 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 3 May 2005 14:30:53 +0000 Subject: Added FormTagHelper#image_submit_tag for making submit buttons that uses images git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1280 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionpack/CHANGELOG') diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index fb017b7e7b..ddaa2e1a31 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added FormTagHelper#image_submit_tag for making submit buttons that uses images + * Added the option of specifying a RAILS_ASSET_HOST that will then be used by all the asset helpers. This enables you to easily offload static content like javascripts and images to a separate server tuned just for that. * Fixed action/fragment caching using the filestore when a directory and a file wanted to to use the same name. Now there's a .cache prefix that sidesteps the conflict #1188 [imbcmdth@hotmail.com] -- cgit v1.2.3