m3thom

Results 9 comments of m3thom

I confirm that you need to use the alias methods `:a, :p, :v` instead of the original methods `:attributes, :predicate_name, :values` if you want to use the `conditions` argument."

@mateuszbialowas You could do something like this. ```ruby # Assuming your `params[:q]` # puts params[:q] # {"id_eq": 1, title_eq: "Input title"} ``` - Option 1: Inject your ransacked method into...

I really like this extension and want to keep using it. Maybe we can use the [userScripts](https://developer.chrome.com/docs/extensions/reference/api/userScripts#type-RegisteredUserScript) API? Even though users need to enable developer mode to use the API,...

Ping. Still exists on Turbo-Rails: https://github.com/hotwired/turbo-rails/issues/731 Anyway, feel free to close this issue if the one on the Rails-turbo side is the only one that needs to be kept open.

Ping. Still exists on Turbo-Rails: https://github.com/hotwired/turbo-rails/issues/731 Anyway, feel free to close this issue if the one on the Rails-turbo side is the only one that needs to be kept open.

Or we could have something like this: ```yaml registry: server: registry.app.io # kamal-proxy will use this for the registry networking and TLS. username: myuser password: KAMAL_REGISTRY_PASSWORD self_host: image: registry:2 #...

@pingortle Thank you for your comment. I only have basic knowledge about Docker-related things, so I may be wrong, but here are my thoughts: > Balance simple first-time setup with...

Currently, I'm still using our good old friend Capistrano, but your code looks good to me. P.S. From the [Kamal 2.0 talk at Rails World 2024](https://youtu.be/rne8OoabiC8?si=a2-Nb2UiW_L8iMe4&t=250) (started from 4:10), it...

I have tried this, and it works. Thank you for the PR. Now I need both this PR and #250. I guess I have to try to find a way...