1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Ruby on Rails
Find a file
2005-02-20 21:47:09 +00:00
actionmailer Added support for charsets for both subject and body. The default charset is now UTF-8 #673 [Jamis Buck] 2005-02-19 21:51:16 +00:00
actionpack Never end generated paths with a '/' #683 2005-02-20 20:54:40 +00:00
actionwebservice add code coverage testing scripts, remove dead code 2005-02-20 01:07:54 +00:00
activerecord 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] 2005-02-20 21:47:09 +00:00
activesupport Blame controller files #684 2005-02-20 20:55:36 +00:00
railties Help against errors in ApplicationController 2005-02-20 17:20:10 +00:00
pushgems.rb More Action Web Service minor tweaks 2005-02-19 00:36:39 +00:00