From fc7e06f3e0e661a17ef44d599e35c163afddba00 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 4 Mar 2006 21:34:59 +0000 Subject: [PATCH] Words of caution git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3765 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 8672a7a863..4155b1d539 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,6 +1,6 @@ *SVN* -* Added -a/--with-assets option to rails generator that will include default assets for application layout, javascript, and stylesheet [DHH] +* Added -a/--with-assets option to rails generator that will include default assets for application layout, javascript, and stylesheet (this an experiment and may go away at any time!) [DHH] * Added socket cleanup for lighttpd, both before and after [DHH] -- GitLab