Marcello Rocha
Marcello Rocha
@kimchy @karmi That's what we are doing. And it works pretty well avoid all the hassle of setting up a HAProxy and whatnot. How long it will last I have...
Should we close this?
Hello @karmi, any plans on supporting delete by query? If there is, I can work on the implementation and submit a pull request. Cheers!
Oh, crap I just saw that. =/ I intend to implement that as I need it on a project, but schedule is a bit... tight right now. I'll see if...
Some guides would be nice, specially to the features where we meddle with rom (associations and the like). Covering all the queries would make our docs coupled to `rom`'s docs,...
Hi @graudeejs, thanks for your bug report and the time spent to create a sample project. What I could find there are 2 issues in there: 1. The mailers need...
@davydovanton it's not implemented right now and even `has_many` is still experimental.
Yep. `has_one`, `has_many`, `belongs_to` and `has_many :through` (aka many-to-many) working good as far as I made the code bend and stretch itself.
Heya folks, The issue seems to exist upstream as we use `mail` under the hood. So I was actually trying to deal with it there without breaking too much stuff,...
This issue is already kinda linked there as you mentioned mikel/mail#1022 here. =) If I manage to fix this, for sure I'd mention both issues. =)