On Aug 31, 12:48 pm, mjskier <[email protected]> wrote: > After pulling my hair trying to understand why my test script failed > when run from the local directory but worked fine when invoked from > somewhere else, I realized that I had a test script called sequel.rb > in my test directory... > Not sure if gem uses PATH to locate gems, but obviously it was picking > the local sequel.rb instead of the gem one.
And don't use a model method named 'load'. When I first started using Sequel for some ETL, I named the model methods that loaded data 'load'. Bad idea. The lesson for me was RTFM. -- 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.
