Hi,
I am running into a problem which really confuses me. I have Rails 2.1
and friends installed on both my osx development machine and a gentoo
linux machine.
I get a different ActiveRecord initialisation behaviour on those
machines. Here is a console example:
OSX (IMHO correct behaviour):
Loading development environment (Rails 2.1.0)
Image.new.parent_id
=> nil
Linux (IMHO wrong behaviour):
Loading development environment (Rails 2.1.0)
Image.new.parent_id
=> 0
Image is an ActiveRecord using the attachment_fu plugin (but that is
not the problem).
Any ideas why this is happening???
Thanks
nikwest