rails--rails/actionpack/test
David Heinemeier Hansson 229f959d15 Added the option to declare an asset_host as an object that responds to call (see http://github.com/dhh/asset-hosting-with-minimum-ssl for an example) [DHH] 2008-11-27 17:51:33 +01:00
..
activerecord Use autoload instead of explicit requires for ActionController 2008-11-23 16:35:47 -06:00
controller Fix routing test and add changelog note about draw no longer clearing the route set 2008-11-26 20:26:55 +01:00
fixtures Allow helpers directory to be overridden via ActionController::Base.helpers_dir (Sam Pohlenz) [#1424 state:committed] 2008-11-23 13:42:53 +01:00
template Added the option to declare an asset_host as an object that responds to call (see http://github.com/dhh/asset-hosting-with-minimum-ssl for an example) [DHH] 2008-11-27 17:51:33 +01:00
abstract_unit.rb Require Mocha >= 0.9.3 which includes a MiniTest adapter 2008-11-23 15:05:59 -08:00
active_record_unit.rb Update AR integration tests for TestCase changes 2008-11-07 15:51:50 -05:00
adv_attr_test.rb Add some tests for adv_attr_accessor. Closes #10633 [fcheung] 2008-01-12 03:06:10 +00:00
testing_sandbox.rb