aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-04-01 06:29:32 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-04-01 06:29:32 +0000
commitd08f838c0e4d626a1b78c7799e0cad878ce4943c (patch)
tree4912c4fcf6ee7da1b0c1635ae16e344985a95d48 /railties/CHANGELOG
parent237cc945bb82c3428b85646fe1688fe61d4cc535 (diff)
downloadrails-d08f838c0e4d626a1b78c7799e0cad878ce4943c.tar.gz
rails-d08f838c0e4d626a1b78c7799e0cad878ce4943c.tar.bz2
rails-d08f838c0e4d626a1b78c7799e0cad878ce4943c.zip
Added -f/--freeze option to rails command for freezing the application to the Rails version it was generated with [DHH] Fixed rake rails:freeze:gems (closes #4518) [benji@silverinsanity.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4115 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG8
1 files changed, 6 insertions, 2 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 6abdbf8347..875bc527a6 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,8 +1,12 @@
*SVN*
-* Make Rails::VERSION implicitly loadable. Closes #4491. [Nicholas Seckar]
+* Make Rails::VERSION implicitly loadable #4491. [Nicholas Seckar]
-* Teach Rails apps to only load gems of the same Rails version they were generated with. [Nicholas Seckar]
+* Fixed rake rails:freeze:gems #4518 [benji@silverinsanity.com]
+
+* Added -f/--freeze option to rails command for freezing the application to the Rails version it was generated with [DHH]
+
+* Added gem binding of apps generated through the rails command to the gems of they were generated with [Nicholas Seckar]
* Added expiration settings for JavaScript, CSS, HTML, and images to default lighttpd.conf [DHH]