aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2010-03-29 08:56:40 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2010-03-29 08:56:40 -0700
commit36a5e78c14d9c0a929b19939b7841c504ef0467a (patch)
tree7c0dbf7d0c243b3ae339ec17114cfb5046141d0e
parent4072adf9ca0f2b6a81f3eab98168a504973b7049 (diff)
downloadrails-36a5e78c14d9c0a929b19939b7841c504ef0467a.tar.gz
rails-36a5e78c14d9c0a929b19939b7841c504ef0467a.tar.bz2
rails-36a5e78c14d9c0a929b19939b7841c504ef0467a.zip
Add missed changelog for table_name_prefix
-rw-r--r--activerecord/CHANGELOG6
1 files changed, 4 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 214ec8c1d8..e379f4f967 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,9 +1,11 @@
-*Edge*
+*Rails 3.0.0 [Beta 2] (pending)*
+
+* To prefix the table names of all models in a module, define self.table_name_prefix on the module. #4032 [Andrew White]
* Silenced "SHOW FIELDS" and "SET SQL_AUTO_IS_NULL=0" statements from the MySQL driver to improve log signal to noise ration in development [DHH]
-*Rails 3.0 [Beta] (February 4th, 2010)*
+*Rails 3.0.0 [Beta 1] (February 4th, 2010)*
* PostgreSQLAdapter: set time_zone to UTC when Base.default_timezone == :utc so that Postgres doesn't incorrectly offset-adjust values inserted into TIMESTAMP WITH TIME ZONE columns. #3777 [Jack Christensen]