Displaying 1 result from an estimated 1 matches for "all_noload".
Did you mean:
all_load
2009 Mar 12
4
Help: rails magic fallout
Hi all,
I''ve just wasted a day fixing an issue that IMO shouldn''t be one. I''ve
got a workaround, but it smells as there''s more, and I would greatly
appreciate pointers what to watch out for.
The issue: I''ve got a model, and it had a method ''all_noload''. It''s
homebrew, i.e. doesnt'' derive from ActiveRecord::Base. all_noload
simply enumerated a directory and made model objects of it.
Now in production, it didn''t work any more. Instead on an array, I got
[]. But not in development or test, i.e. it worked fine in...