Bugs: Browse | Submit New | Admin

[#25922] Silent overwrite of Rails classes upon requiring eBayAPI

Date:
2009-05-15 19:42
Priority:
3
Submitted By:
Silver Dream ! (silverdr)
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
Silent overwrite of Rails classes upon requiring eBayAPI

Detailed description
When updating my old Rails application from Rails 1.1.6 to 2.3.2 I encountered strange problems. After long searching
I found that the reason lies in "ebayAPI", which silently overwrites my Model classes (e.g.
"ProductType") upon requiring it. This (of course) makes the classes unusable in ActiveRecord context. My
suggestion would be at least to verify for potential namespace clashes and failing the require when finding some.

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item