diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-04-01 16:55:35 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-04-01 16:56:20 -0300 |
commit | 3073c3d3aea793432d631a05b3f4cef632d38a8d (patch) | |
tree | c79303d26b8d7b0c0f5373f42d7c24bf93525649 | |
parent | 93302dc442231199fdb871e58055798e7c41b79c (diff) | |
download | rails-3073c3d3aea793432d631a05b3f4cef632d38a8d.tar.gz rails-3073c3d3aea793432d631a05b3f4cef632d38a8d.tar.bz2 rails-3073c3d3aea793432d631a05b3f4cef632d38a8d.zip |
:scissors:
[ci skip]
-rw-r--r-- | railties/CHANGELOG.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index 891fabac90..8f13a9b051 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -65,7 +65,7 @@ *Prem Sichanugrist and Chris Toomey* -* Improve service pages with new layout (404, etc). +* Improve service pages with new layout (404, etc). *Stanislav Sobolev* @@ -289,7 +289,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* @@ -353,7 +353,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: @@ -372,7 +372,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* |