aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-03-13 14:00:11 -0300
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-03-13 14:03:14 -0300
commitcd9f7508df9485ea7ec66d0172c1d6bcfe7ed5a8 (patch)
treed9c8a1136d05b8c3410a8cea3636f2571d3e745f /railties/CHANGELOG.md
parent02482671dd101af58ec7d3a6a9e1d03b517a3486 (diff)
downloadrails-cd9f7508df9485ea7ec66d0172c1d6bcfe7ed5a8.tar.gz
rails-cd9f7508df9485ea7ec66d0172c1d6bcfe7ed5a8.tar.bz2
rails-cd9f7508df9485ea7ec66d0172c1d6bcfe7ed5a8.zip
Move some railties changelog entries to the top [ci skip]
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md41
1 files changed, 21 insertions, 20 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index e3b1bc37c6..bbc7d31f33 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,24 +1,5 @@
## Rails 4.0.0 (unreleased) ##
-
-## Rails 4.0.0.beta1 (February 25, 2013) ##
-* Change Service pages(404, etc). *Stanislav Sobolev*
-
-* Improve `rake stats` for JavaScript and CoffeeScript: ignore block comments
- and calculates number of functions.
-
- *Hendy Tanata*
-
-* Ability to use a custom builder by passing `--builder` (or `-b`) has been removed. Consider
- using application template instead. See this guide for more detail:
- http://guides.rubyonrails.org/rails_application_templates.html
-
- *Prem Sichanugrist*
-
-* fix rake db:* tasks to work with DATABASE_URL and without config/database.yml
-
- *Terence Lee*
-
* Rails now generates a `test/test_helper.rb` file with `fixtures :all` commented out by default,
since we don't want to force loading all fixtures for user when a single test is run. However,
fixtures are still going to be loaded automatically for test suites.
@@ -47,10 +28,30 @@
For more information, see `rails test --help`.
- This command will eventually replace `rake test:*` and `rake test` tasks
+ This command will eventually replace `rake test:*` and `rake test` tasks.
*Prem Sichanugrist and Chris Toomey*
+* Improve service pages with new layout (404, etc). *Stanislav Sobolev*
+
+
+## Rails 4.0.0.beta1 (February 25, 2013) ##
+
+* Improve `rake stats` for JavaScript and CoffeeScript: ignore block comments
+ and calculates number of functions.
+
+ *Hendy Tanata*
+
+* Ability to use a custom builder by passing `--builder` (or `-b`) has been removed.
+ Consider using application template instead. See this guide for more detail:
+ http://guides.rubyonrails.org/rails_application_templates.html
+
+ *Prem Sichanugrist*
+
+* Fix `rake db:*` tasks to work with `DATABASE_URL` and without `config/database.yml`.
+
+ *Terence Lee*
+
* Add notice message for destroy action in scaffold generator.
*Rahul P. Chaudhari*