rails--rails/actionpack/lib
David Heinemeier Hansson 94921293db 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]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@57 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2004-12-07 10:50:26 +00:00
..
action_controller 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
action_view Fixed that cached template loading would still check the file system to see if the file existed #258 [Andreas Schwarz] 2004-12-01 16:10:40 +00:00
action_controller.rb 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
action_view.rb Initial 2004-11-24 01:04:44 +00:00