Peter Solnica
Peter Solnica
Nope, next bug fix release. @flash-gordon you think you could take care of this?
@flash-gordon I thought about wrapping it in a transaction as a special way of handling this type of association
> Perhaps it's time to break this up into sections, rather than one long page? Yes this should be broken down into sub-sections 🙂
@tokichie how do you run this app locally? also via `puma`?
@tokichie you should not setup rom at run-time, esp that it's probably not thread-safe. What you can do instead, is setting up a basic configuration and then recreate it on...
@tokichie hmm damn, I'll have to debug this. Thanks for the gist. I'll get back to you.
Thanks for working on this. It would be great to expose `Settings` object via `#settings` method, rather than this set object which is just some legacy we have (@timriley do...
It _almost_ works in master, I added a pending spec for now. The issue on the rom-sql side is fixed, now the real problem we have is that Sequel's dataset...
@flash-gordon right, and because of that we have a problem with mysql since we can't easily get back inserted tuple when there's no auto-incremental PK...maybe we should simply return the...
@flash-gordon yeah immediately after posting my comment I realized that what you just said is what needs to be done :D And yeah, I wouldn't recommend using composite pks for...