[Rails-core] 2.3 and Models in subdirectories

2009-03-16 Thread Michael Kintzer
Apologies if this is hard to follow. Previous to Rails 2.3, we have been placing models in subdirectories for organizational purposes, following the suggestions in http://m.onkey.org/2007/12/9/namespaced-models, and setting: config.load_paths += Dir["#{RAILS_ROOT}/app/models/[a-z]*"] The mo

[Rails-core] Patch for HttpMock to allow options that reduce strictness of request matching

2009-02-18 Thread Michael Kintzer
Hi, I submitted a patch to lighthouse which allows users of ActiveResource::HttpMock to relax the strictness of the request matching algorithm in cases when exact matching of path or request headers is not required for the purposes of the test. See the patch at: http://rails.lighthouseapp.com/