Ruby on Rails
Go to file
David Heinemeier Hansson 5f28a62338 Forgot a small change with the new generators
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@73 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2004-12-07 20:57:15 +00:00
actionmailer Added access to custom headers, like cc, bcc, and reply-to #268 [Andreas Schwarz] 2004-12-07 09:10:50 +00:00
actionpack git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@72 5ecf4fe2-1ee6-0310-87b1-e25e094e27de 2004-12-07 15:35:50 +00:00
activerecord Fixed value quoting in all generated SQL statements, so that integers are not surrounded in quotes and that all sanitation are happening through the database's own quoting routine. This should hopefully make it lots easier for new adapters that doesn't accept '1' for integer columns. 2004-12-07 14:48:53 +00:00
railties Forgot a small change with the new generators 2004-12-07 20:57:15 +00:00