From: Juan Zanos Date: 2009-04-04T01:05:21+09:00 Subject: Can't find table with ActiveRecord in different thread. Hi, I'm not sure if this is a ruby question or a rails question. If I create an ActiveRecord table in one thread I can't find it in another thread, which I'd like to be able to do. Interestingly, this behavior seems to be dependent on whether all the code is in a single file or in separate ones, which seems odd to me.