1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib
David Heinemeier Hansson 822742164e Forgot to include the new session module
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@254 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2004-12-22 14:30:29 +00:00
..
action_controller Forgot to include the new session module 2004-12-22 14:30:29 +00:00
action_view Fixed error rendering of rxml documents to not just swallow the exception and return 0 (still not guessing the right line, but hey) 2004-12-21 02:05:12 +00:00
action_controller.rb 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
action_view.rb Updated documentation 2004-12-16 17:45:37 +00:00