>From the docs: > Sequel doesn't directly support creating a bunch of associated objects and > delaying saving them to the database until the main object is saved, like you > can with the association.build methods in ActiveRecord.
Is there a reason why sequel doesn't support this? I find myself wanting to do it relatively often - it's the one thing I miss most from active record. Is it just a lack of demand for the feature or is it that you fundamentally believe it should be implemented on a per-project basis? If I wanted to add this would a plugin be the way to go about it? -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
