On Jul 13, 9:40 am, Scott LaBounty <[email protected]> wrote: > Hmm... I put it right after my require Sequel and I get an "undefined method > 'extension' for Sequel:Module (NoMethodError)". Is there something else I'm > missing? I'm running Sequel 3.0.0, do I need to upgrade?
Sequel.extension was added in 3.1.0. There have a lot of improvements since 3.0.0, so I'd advise upgrading unless you read the release notes and think that the changes required to your app (generally few or none) are too extensive. Historically, Sequel has had very few regressions, so if you aren't messing with private methods and nothing in the release notes indicates that a feature you are using has changed in a backwards incompatible way, upgrading to newer versions is pretty easy. 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 -~----------~----~----~----~------~----~------~--~---
