rails--rails/actionpack/test
David Heinemeier Hansson 5d1a305f06 Fixed ActionView::Helpers::ActiveRecordHelper::form for when protect_from_forgery is used (closes #10739) [jeremyevans]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8626 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2008-01-11 16:25:23 +00:00
..
activerecord require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
controller Provide a nicer way to access headers. request.headers["Content-Type"] instead of request.headers["HTTP_CONTENT_TYPE"] [Koz] 2008-01-11 06:39:56 +00:00
fixtures Fixed rendering of partials with layout when done from site layout (closes #9209) [antramm] 2008-01-03 15:28:36 +00:00
template Fixed ActionView::Helpers::ActiveRecordHelper::form for when protect_from_forgery is used (closes #10739) [jeremyevans] 2008-01-11 16:25:23 +00:00
abstract_unit.rb Move Railties' Dispatcher to ActionController::Dispatcher, introduce before_ and after_dispatch callbacks, and warm up to non-CGI requests. 2007-09-26 01:24:07 +00:00
action_view_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
active_record_unit.rb * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Josh Peek] 2008-01-05 13:34:15 +00:00
testing_sandbox.rb Ruby 1.9 compat: text helper 2007-12-21 11:51:17 +00:00