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
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/