diff options
Diffstat (limited to 'railties')
-rw-r--r-- | railties/CHANGELOG.md | 15 |
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* |