Ruby on Rails
Go to file
David Heinemeier Hansson 4b229d1034 Added Base#clear_association_cache to empty all the cached associations #347 [Tobias Luetke]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@252 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2004-12-22 13:54:44 +00:00
actionmailer Rails 0.9 is a reality 2004-12-16 19:54:04 +00:00
actionpack Added search through session to clear out association caches at the end of each request. This makes it possible to place Active Record objects in the session without worrying about stale data in the associations (the main object is still subject to caching, naturally) #347 [Tobias Luetke] 2004-12-22 13:53:47 +00:00
activerecord Added Base#clear_association_cache to empty all the cached associations #347 [Tobias Luetke] 2004-12-22 13:54:44 +00:00
railties Fixed CTRL-C exists from the Breakpointer to be a clean affair without error dumping [Kent Sibilev] 2004-12-22 13:17:35 +00:00