Sole One
Sole One
interesting, thanks for the reply, i will give that a try soon and report back
not sure why AppVeyor build failed
yea, i'll address your comments soon, thanks for the feedback!
I just ran into a similar issue. I am only working with MySQL here (slightly related #522): If I understand correctly `update_all` using `joins` _only_ works without using a `limit`...
@joseluistorres okay thanks! for now i will probably do plain SQL. unfortunately in the framework i'm using right now we expect relations to be passed around (e.g. `CardInteraction.joins(:card)` to automatically...
To help debug this issue could you please provide: * any error message you're seeing when trying to call a function on a smart contract * the URL provided to...
any updates on this by chance? this came up to test certain semian details in development mode in osx
👍 for making it an easy accessible default. 200+ people at our company use this workflow of amending/rebasing and force pushing. For what it's worth i use this alias from...
Making this an opt-in feature makes sense to me. 👍 You should know what you're doing before you use it, but it's a workflow that 200+ devs in my company...
We are running into this issue as well. A user provided String that is attempted to be serialized and put into the database is `0000-00-00`: ```ruby require 'psych' original_valid_content =...