mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
1402bb7a25911e39e1fc00076ccd649af77e9e46
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@721 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Added support for charsets for both subject and body. The default charset is now UTF-8 #673 [Jamis Buck]
Added options to specify an SSL connection for MySQL. Define the following attributes in the connection config (config/database.yml in Rails) to use it: sslkey, sslcert, sslca, sslcapath, sslcipher. To use SSL with no client certs, just set :sslca = /dev/null. http://dev.mysql.com/doc/mysql/en/secure-connections.html #604 [daniel@nightrunner.com]
Description
No description provided
Languages
Ruby
97.9%
CSS
1.5%
HTML
0.5%