aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2004-12-16 16:56:30 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2004-12-16 16:56:30 +0000
commitf033833fb9f48927995e8bc521ae032888813989 (patch)
tree6b644dfb4e4153d2b57991cb561adb72d4034cc5 /activerecord/CHANGELOG
parent6860db61f516b813af624d38b47fef0bf983539c (diff)
downloadrails-f033833fb9f48927995e8bc521ae032888813989.tar.gz
rails-f033833fb9f48927995e8bc521ae032888813989.tar.bz2
rails-f033833fb9f48927995e8bc521ae032888813989.zip
Improving documentation...
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@191 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG4
1 files changed, 0 insertions, 4 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index e7399fb800..a503e27e55 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -166,12 +166,8 @@
* Added option to establish_connection where you'll be able to leave out the parameter to have it use the RAILS_ENV environment variable
-* Added ADO-based SQLServerAdapter (only works on Windows) [Joey Gibson]
-
* Fixed problems with primary keys and postgresql sequences (#230) [Tim Bates]
-* Fixed problems with nested transactions (#231) [Tim Bates]
-
* Added reloading for associations under cached environments like FastCGI and mod_ruby. This makes it possible to use those environments for development.
This is turned on by default, but can be turned off with ActiveRecord::Base.reload_dependencies = false in production environments.