Go to file
2004-12-07 10:50:26 +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 Added indifference to whether @headers["Content-Type"], @headers["Content-type"], or @headers["content-type"] is used. Added proper handling of HEAD requests, so that content isnt returned (Request#head? added as well) #277 [Eric Hodel] 2004-12-07 10:50:26 +00:00
activerecord Added bind-style variable interpolation for the condition arrays that uses the adapter's quote method [Michael Koziarski] 2004-12-07 10:37:50 +00:00
railties Syntax errors and other exceptions thrown outside of an action are now gracefully handled by the dispatcher 2004-12-06 18:25:01 +00:00