search for: 0x276180c

Displaying 1 result from an estimated 1 matches for "0x276180c".

Did you mean: 0x2716d0c
2005 Dec 30
2
mangled database record ids
...in Agile Web Development With Rails, and hit a bit of a snag. After doing the ''pretty listings'' functionality for the Admin controller, attempting to click ''Show'' next to a product produces an error: ''Couldn''t find Product with ID=#<Product:0x276180c>'' Further, the URL of the page that produces the error looks really weird: ''[...]/admin/show/%23%3CProduct%3A0x276180c%3E'' Navigating to ''[...]/admin/show/1'' works fine. It seems that either Rails or Ruby (or I) are mangling the database record id...