Ruby on Rails
Go to file
David Heinemeier Hansson c328f64e37 Catch ArgumentError not NameError
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@514 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-01-25 20:05:17 +00:00
actionmailer git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@459 5ecf4fe2-1ee6-0310-87b1-e25e094e27de 2005-01-18 14:17:52 +00:00
actionpack Catch ArgumentError not NameError 2005-01-25 20:05:17 +00:00
activerecord Updated documentation for serialize 2005-01-25 20:00:44 +00:00
activesupport Raise LoadErrors separately 2005-01-25 18:35:16 +00:00
railties Fixed dependency reloading by switching to a remove_const approach where all Active Records, Active Record Observers, and Action Controllers are reloading by undefining their classes. This enables you to remove methods in all three types and see the change reflected immediately and it fixes #539. This also means that only those three types of classes will benefit from the const_missing and reloading approach. If you want other classes (like some in lib/) to reload, you must use require_dependency to do it. 2005-01-25 18:45:06 +00:00
pushgems.rb A few missing files 2005-01-20 14:55:13 +00:00