1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
[ci skip]
This commit is contained in:
Rafael Mendonça França 2013-04-01 16:55:35 -03:00
parent 93302dc442
commit 3073c3d3ae

View file

@ -65,7 +65,7 @@
*Prem Sichanugrist and Chris Toomey* *Prem Sichanugrist and Chris Toomey*
* Improve service pages with new layout (404, etc). * Improve service pages with new layout (404, etc).
*Stanislav Sobolev* *Stanislav Sobolev*
@ -289,7 +289,7 @@
*Grace Liu* *Grace Liu*
* `rails dbconsole` now can use SSL for MySQL. The `database.yml` options sslca, sslcert, sslcapath, sslcipher * `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* *Jim Kingdon and Lars Petrus*
@ -353,7 +353,7 @@
*Prem Sichangrist* *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: Example:
@ -372,7 +372,7 @@
*Carlos Antonio da Silva* *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* *Santiago Pastorino*