aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2012-11-07 20:54:49 +0100
committerYves Senn <yves.senn@garaio.com>2012-11-08 13:08:19 +0100
commit1785bf7d6727c8c9d847eaa741ad41a9b750cd28 (patch)
tree090f95aca392a9efcd4bc1038713a3e5c3af65a9 /railties/CHANGELOG.md
parentc1488232e75ff61dd4babfa20842c5c0746da0f9 (diff)
downloadrails-1785bf7d6727c8c9d847eaa741ad41a9b750cd28.tar.gz
rails-1785bf7d6727c8c9d847eaa741ad41a9b750cd28.tar.bz2
rails-1785bf7d6727c8c9d847eaa741ad41a9b750cd28.zip
`plugin new` adds dummy app tasks when necessary.
Closes #8121 The `plugin new` generator always adds the dummy app rake tasks, when a dummy app was created.
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index cc77d08684..8538d5fbfa 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,5 +1,10 @@
## Rails 4.0.0 (unreleased) ##
+* Add dummy app Rake tasks when --skip-test-unit and --dummy-path is passed to the plugin generator.
+ Fix #8121
+
+ *Yves Senn*
+
* Ensure that RAILS_ENV is set when accessing Rails.env *Steve Klabnik*
* Don't eager-load app/assets and app/views *Elia Schito*
@@ -9,7 +14,7 @@
* New test locations `test/models`, `test/helpers`, `test/controllers`, and
`test/mailers`. Corresponding rake tasks added as well. *Mike Moore*
-* Set a different cache per environment for assets pipeline
+* Set a different cache per environment for assets pipeline
through `config.assets.cache`.
*Guillermo Iguaran*