aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2006-03-01 15:52:40 +0000
committerJamis Buck <jamis@37signals.com>2006-03-01 15:52:40 +0000
commit7056fc6782cba6dacccbba86cb231b58d8f5b4c8 (patch)
treee95709dd97d30d8775bd237a8cd302c196e020ab /railties/CHANGELOG
parent491554f6dd8b7f63005b5c7c89c01e6b35f69597 (diff)
downloadrails-7056fc6782cba6dacccbba86cb231b58d8f5b4c8.tar.gz
rails-7056fc6782cba6dacccbba86cb231b58d8f5b4c8.tar.bz2
rails-7056fc6782cba6dacccbba86cb231b58d8f5b4c8.zip
Add 'app' accessor to script/console as an instance of Integration::Session
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3717 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 8b9fdddda7..f32e60ce8c 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Add 'app' accessor to script/console as an instance of Integration::Session [Jamis Buck]
+
* Generator::Base#usage takes an optional message argument which defaults to Generator::Base#usage_message. [Jeremy Kemper]
* Remove the extraneous AR::Base.threaded_connections setting from the webrick server. [Jeremy Kemper]