aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index c9c1048150..ae13c3ccc9 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,5 +1,10 @@
## Rails 4.0.0 (unreleased) ##
+* Move rails.png into a data-uri. One less file to get generated into a new
+ application. This is also consistent with the removal of index.html.
+
+ *Steve Klabnik*
+
* The application rake task `doc:rails` generates now an API like the
official one (except for the links to GitHub).
@@ -17,10 +22,6 @@
*Gabe Kopley*
-* `Rails.version` now returns an instance of `Gem::Version`
-
- *Charlie Somerville*
-
* Don't generate a scaffold.css when --no-assets is specified
*Kevin Glowacz*
@@ -69,7 +70,7 @@
*Prem Sichanugrist and Chris Toomey*
-* Improve service pages with new layout (404, etc).
+* Improve service pages with new layout (404, etc).
*Stanislav Sobolev*
@@ -293,7 +294,7 @@
*Grace Liu*
* `rails dbconsole` now can use SSL for MySQL. The `database.yml` options sslca, sslcert, sslcapath, sslcipher
- and sslkey now affect `rails dbconsole`.
+ and sslkey now affect `rails dbconsole`.
*Jim Kingdon and Lars Petrus*
@@ -357,7 +358,7 @@
*Prem Sichangrist*
-* Allow to set class that will be used to run as a console, other than IRB, with `Rails.application.config.console=`. It's best to add it to `console` block.
+* Allow to set class that will be used to run as a console, other than IRB, with `Rails.application.config.console=`. It's best to add it to `console` block.
Example:
@@ -376,7 +377,7 @@
*Carlos Antonio da Silva*
-* Rails::Plugin has gone. Instead of adding plugins to vendor/plugins use gems or bundler with path or git dependencies.
+* Rails::Plugin has gone. Instead of adding plugins to vendor/plugins use gems or bundler with path or git dependencies.
*Santiago Pastorino*