On Sep 18, 8:35 pm, venkat <[email protected]> wrote: > I am getting the following error when I try to use Sequel with Ramaze > and Webrick. > > Exception `LoadError' at <internal:lib/rubygems/custom_require>:29 - > no such file to load -- sequel > Exception `LoadError' at <internal:lib/rubygems/custom_require>:29 - > no such file to load -- sequel_pg > Exception `LoadError' at <internal:lib/rubygems/custom_require>:37 - > no such file to load -- sequel_pg > Exception `ArgumentError' at /var/lib/gems/1.9.1/gems/sequel-3.26.0/ > lib/sequel/database/query.rb:329 - invalid value for Integer(): > "nextval('user_id_seq'::regclass)" > > Any help is appreciated.
You'll have to provide your code (preferably simplified to the smallest possible example that shows the problem) and a full backtrace. With the limited information you've given, I don't think anyone could diagnose your problem. Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" 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/sequel-talk?hl=en.
