On Oct 15, 6:35 pm, Nate Wiger <[email protected]> wrote: > I see that it was moved to a Sequel::Model plugin, but I can't find > rdoc anywhere in the innertubes...
Note that the plugin, while supported, is not really encouraged. It's mostly for backwards compatibility. Production deployments should use migrations (of some form), and for test code I recommend just using the database's schema modification methods before the model definition. 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 -~----------~----~----~----~------~----~------~--~---
