Kanwei
unread,Sep 25, 2008, 10:17:05 AM9/25/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to merb
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.