diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-04-17 06:23:27 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-04-17 06:23:27 +0000 |
commit | ffdd4bc25199556bb471767aa0e965c75827efaf (patch) | |
tree | d18e98a561b2f976956a4ee966a6134dfc36e2a8 /actionpack/CHANGELOG | |
parent | 5e3b8b36fa1524bd9b0c66af07732f8950ccf38e (diff) | |
download | rails-ffdd4bc25199556bb471767aa0e965c75827efaf.tar.gz rails-ffdd4bc25199556bb471767aa0e965c75827efaf.tar.bz2 rails-ffdd4bc25199556bb471767aa0e965c75827efaf.zip |
Added AssetTagHelper#image_path, AssetTagHelper#javascript_path, and AssetTagHelper#stylesheet_path #1110 [Larry Halff]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1176 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 f28143ffa8..c73aa707bc 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added AssetTagHelper#image_path, AssetTagHelper#javascript_path, and AssetTagHelper#stylesheet_path #1110 [Larry Halff] + * Fixed url_for(nil) in functional tests #1116 [Alisdair McDiarmid] * Fixed error handling of broken layouts #1115 [Michael Schubert] |