Displaying 1 result from an estimated 1 matches for "actsaspessimistic".
2008 Oct 18
0
Passenger won't allow ActiveRecord to be extended ?
...s 1.2.6
In one case, I''m doing this:
module ActiveRecord
module Validations
module ClassMethods
# adding my custom methods here
end
end
end
And in another, I have created an acts_as plugin which is loaded by
conventional means of:
ActiveRecord::Base.send(:include, GW::ActsAsPessimistic)
This seems to be prettty sttandard stuff, and it works just fine on
several dev boxes using mongrel, so I don''t see how I''m supposed to do
anything different in my source code.
(admittedly cross posted from Passenger user list to cast broader net on
this one because it''...