diff options
author | Piotr Sarnacki <drogus@gmail.com> | 2010-11-11 12:00:42 -0600 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2010-11-16 00:04:34 +0100 |
commit | d988fa820a0131b7ca44f503b60581ab8df080e1 (patch) | |
tree | 56996a8e2a1a929ded18e57d602ad464247db237 | |
parent | fefce1262b7eddfe463873843d9719e76d385ff5 (diff) | |
download | rails-d988fa820a0131b7ca44f503b60581ab8df080e1.tar.gz rails-d988fa820a0131b7ca44f503b60581ab8df080e1.tar.bz2 rails-d988fa820a0131b7ca44f503b60581ab8df080e1.zip |
Update changelog with rails plugin new
-rw-r--r-- | railties/CHANGELOG | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index fdfdb5eef5..75f1df44e7 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *Rails 3.1.0 (unreleased)* +* Added `rails plugin new` command which generates rails plugin with gemspec, tests and dummy application for testing [Piotr Sarnacki] + * Added -j parameter with jquery/prototype as options. Now you can create your apps with jQuery using `rails new myapp -j jquery`. The default is still Prototype. [siong1987] * Added Rack::Etag and Rack::ConditionalGet to the default middleware stack [José Valim] @@ -20,7 +22,7 @@ * Changed ActionDispatch::Static to allow handling multiple directories [Piotr Sarnacki] -* Added namespace() method to Engine, which sets Engine as isolated [Piotr Sarnacki] +* Added isolate_namespace() method to Engine, which sets Engine as isolated [Piotr Sarnacki] * Include all helpers from plugins and shared engines in application [Piotr Sarnacki] |