aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-12-14 20:16:59 -0200
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-12-14 20:25:22 -0200
commitdf9f9b7f3e87b8e83f9cc14cc36e0800c88c3c56 (patch)
treeaf11c2b4b318b83678b0a421bd9db53473566bb8 /railties/CHANGELOG.md
parent99d142a9375f9ba1960863b3cc745265aa9a14df (diff)
downloadrails-df9f9b7f3e87b8e83f9cc14cc36e0800c88c3c56.tar.gz
rails-df9f9b7f3e87b8e83f9cc14cc36e0800c88c3c56.tar.bz2
rails-df9f9b7f3e87b8e83f9cc14cc36e0800c88c3c56.zip
Convert changelogs to 1.9 hash style and fix some formatting [ci skip]
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 543e080ae6..ed5dfc6446 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,10 +1,11 @@
## Rails 4.0.0 (unreleased) ##
-* The public/index.html is no longer generated for new projects. Page is replaced by internal welcome_controller inside of railties
+* The `public/index.html` is no longer generated for new projects.
+ Page is replaced by internal `welcome_controller` inside of railties.
*Richard Schneeman*
-* Add ENV['RACK_ENV'] support to `rails runner/console/server`.
+* Add `ENV['RACK_ENV']` support to `rails runner/console/server`.
*kennyj*
@@ -15,21 +16,21 @@
*Yves Senn*
-* Add sqlserver.yml template file to satisfy '-d sqlserver' being passed to 'rails new'.
+* Add `sqlserver.yml` template file to satisfy `-d sqlserver` being passed to `rails new`.
Fix #6882
- *Robert Nesius*
+ *Robert Nesius*
* Rake test:uncommitted finds git directory in ancestors *Nicolas Despres*
-* Add dummy app Rake tasks when --skip-test-unit and --dummy-path is passed to the plugin generator.
+* 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*
+* Ensure that `RAILS_ENV` is set when accessing Rails.env *Steve Klabnik*
-* Don't eager-load app/assets and app/views *Elia Schito*
+* Don't eager-load `app/assets` and `app/views` *Elia Schito*
* Add `.rake` to list of file extensions included by `rake notes` and `rake notes:custom`. *Brent J. Nordquist*