From d08f838c0e4d626a1b78c7799e0cad878ce4943c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 1 Apr 2006 06:29:32 +0000 Subject: 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 --- railties/CHANGELOG | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'railties/CHANGELOG') 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] -- cgit v1.2.3