kik

Results 13 comments of kik

Hi, It seems to me this is not a `activerecord_any_of` error. It is triggered [when AR_any_of tries to extend an AR class](https://github.com/oelmekki/activerecord_any_of/blob/master/lib/activerecord_any_of.rb#L93), which is probably the first time AR is...

Hi @betesh , Is it a problem you encountered as well? I could not reproduce it and had no feedback, so I assumed it was indeed unrelated. Anyway, you're right...

Hi @dv, Can you please include the definition of the `User.admins` scope in your code? Thanks,

Hi guys, sorry not to got back earlier, I handle way too many projects, and this issue is tricky :) The problem is when using `JOIN` statements as condition, typically:...

Hello @ajoulie, Thanks for pointing this out. I've already had problems with prepared statements, `#without_prepared_statement` won't help because statements are already prepared when reaching `#any_of`. Actually, if it's related to...

Oh wow, ok, I see you already quite thought that through :D That sounds awesome! Indeed, the browser managing the keys is the dream solution, I didn't even dare hoping...

Sounds cool indeed :) Thanks!

Hi Craig, I redirect those thanks to @romaind , he's the one who wrote the actual fix :) No problem, I understand how starting to handle validations/translations can be a...

I took the opportunity of changing the LCD screen to take a better picture. Still no visible version number, though… ![saturn](https://user-images.githubusercontent.com/54562/154808134-8bbc8c82-1fa7-47fc-8d6b-605ff0b7c312.jpg)

Thanks for the workaround, @matthewgrossman For the record, if someone is scripting ssh commands, it may be possible with `tmux send` (although, it quickly becomes an escaping nightmare). I had...