Ruby on Rails
Go to file
David Heinemeier Hansson 0bb824b715 Changed validate_* to validates_*_of, so validate_acceptance becomes validates_acceptance_of, and added :on as a configuration option instead of using _on_create/update
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@157 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2004-12-15 01:36:05 +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 FormHelper#radio_button to work with radio buttons like its already possible with check boxes [Michael Koziarski] 2004-12-14 13:48:27 +00:00
activerecord Changed validate_* to validates_*_of, so validate_acceptance becomes validates_acceptance_of, and added :on as a configuration option instead of using _on_create/update 2004-12-15 01:36:05 +00:00
railties fixtures :models will now also attempt to include the model.rb file 2004-12-14 18:02:11 +00:00