Daniel Naves de Carvalho
Daniel Naves de Carvalho
@DmitryTsepelev / @palkan this code works for the first time when there is no cached value, for a second execution when there is a cached value, it's still throwing the...
Just had a chance to dig in the code and saw the metadata `stub_batches` Suggest improving the readme file
@rzane glad to help but it's the first time I am taking a look at baby_squeel. Squeel is completely broken for our 4.2 upgrade so am I looking for options...
But for your example ```node``` is ```Post``` ```ruby # ``` Its not related to ```Author``` so I don't have the alias to resolve I am probably missing something that is...
@rzane thanks I am investigating missing bind params and I believe its related to this: https://github.com/rails/arel/issues/363 Still trying to learn more about AREL to see what needs to be done...
Yes, problem is I don't have a ActiveRecord relation when calling ```DSL.evaluate``` I only have access to the AST and I'm not 100% sure how can I get the list...
I got bind_values working following your suggestion now need to make sure table and alias references works on where clauses ```.on { a.id == author_id }``` should yield ```ON a."id"...
Bo, thanks for the info!! I am in the works for trying to get this deployed to our staging env and I am facing some problems with SSL cert. I...
bump, any updates for rails 6?