diff options
author | Xavier Noria <fxn@hashref.com> | 2010-07-25 22:08:34 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-07-25 22:55:38 +0200 |
commit | 92669b8320a45e3f0497bfb83c0c8e55d515be0c (patch) | |
tree | 67aac01d249af4f83cc0b5aa090a477f41e8eb43 /railties/CHANGELOG | |
parent | 331df84cc943e08459463d322ca2510490c73b7e (diff) | |
download | rails-92669b8320a45e3f0497bfb83c0c8e55d515be0c.tar.gz rails-92669b8320a45e3f0497bfb83c0c8e55d515be0c.tar.bz2 rails-92669b8320a45e3f0497bfb83c0c8e55d515be0c.zip |
application generation: --skip-testunit and --skip-activerecord renamed to --skip-test-unit and --skip-active-record respectively
Reason is their proper spellings are "Test::Unit" and "Active Record".
Option names and descriptions have been revised, as well as some method
names and minor details here and there.
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r-- | railties/CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 6a8db7c4a6..3cd9647799 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,8 @@ *Rails 3.0.0 [Release Candidate] (unreleased)* +* Application generation: --skip-testunit and --skip-activerecord become --skip-test-unit + and --skip-active-record respectively. [fxn] + * Added console to Rails::Railtie as a hook called just after console starts. [José Valim] * Rails no longer autoload code in lib for application. You need to explicitly require it. [José Valim] |