Hey guys, I'm running a Merb/Sequel app and recently converted my database to Postgres. However, now I get this error: uninitialized constant Sequel::Postgres::Dataset, everytime I run a sequel query. The query works the first time but once I save the controller file (and merb does its refresh thing), it stops working. I don't have this problem with the MySQL adapter.
I posted to the Sequel group and they directed me here. Any ideas? Thanks! Quoting Jeremy Evans: It looks like a bug with merb reloading. Apparently it's unloading Sequel::Postgres::Dataset but not reloading it. You'll have to ask on the merb list. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
