From 94e5b10aff8adbda671d5b63a8ad46b1e1263b18 Mon Sep 17 00:00:00 2001 From: Michael Koziarski Date: Tue, 24 Jul 2007 21:06:45 +0000 Subject: Use Gem.find_name instead of search when freezing gems. Prevent false positive for other gems with rails in the name. Closes #8729 [wselman] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7233 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'railties/CHANGELOG') diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 24eda9da03..c942ed6ca4 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* use Gem.find_name instead of search when freezing gems. Prevent false positives for other gems with rails in the name. Closes #8729 [wselman] + * Automatically generate add/remove column commands in specially named migrations like AddLocationToEvent. Closes #9006 [zenspider] * Default to plural table name in Rails Generator if ActiveRecord is not present. Closes #8963 [evan] -- cgit v1.2.3