aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-02-17 19:36:49 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-02-17 19:36:49 +0000
commit7cac2b5e73165d17eb42f0031deb6485513b980b (patch)
tree9f42e16805ed74bbc85238c6c00c996f72650f84 /railties/CHANGELOG
parentbc574a86ac3b19108341af9deb2d23609d44d5c0 (diff)
downloadrails-7cac2b5e73165d17eb42f0031deb6485513b980b.tar.gz
rails-7cac2b5e73165d17eb42f0031deb6485513b980b.tar.bz2
rails-7cac2b5e73165d17eb42f0031deb6485513b980b.zip
Changed script/console to default to development environment and drop --no-inspect (I caed) #650 [bitsweat]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@653 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 857cc917b9..7ba9dc09e9 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Changed script/console to default to development environment and drop --no-inspect #650 [bitsweat]
+
* Added that the 'fixture :posts' syntax can be used for has_and_belongs_to_many fixtures where a model doesn't exist #572 [bitsweat]
* Added that running test_units and test_functional now performs the clone_structure_to_test as well #566 [rasputnik]