Marcello Rocha

Results 31 comments of Marcello Rocha

Any contribution guidelines that I must be aware of before sending you folks a PR?

ROM can deal with composite keys but it seems that `hanami-model` can't deal with them right now.

It's one of those cases where the POLS bites back at you. We make sure that everything that a repository returns is turned into an Entity. But entities have schemas...

BTW sorry for taking so long to get back at you, @wuarmin =(

I vaguely remember a past issue of this up ahead in the framework. Also that's how ruby's `#to_h` works. It only operates on the instance leaving nested objects intact. We...

@iJackUA I'm sorry for the veeery late response. We really need to up our game on the documentation side of things (contributions are always welcome ;)). About the insert/update part:...

@solnic @flash-gordon how does `rom` deals with it?

I'm sorry for your experience. =( Good news is that we are updating ROM for the next release, hopefully to ROM 5.

Just some belated news: just confirming that ROM 5 will be included out of the box for the 2.0 release.

If the column allows `NULL`s and you send a nil, this one will get persisted as this was what you asked for (or so the underlying layers think). Same goes...