Juani Villarejo
Juani Villarejo
Hi, can you explain a little bit more how are you using it and the context. I don't think you are using it in the right way. By calling auto_curry...
Hey @searls I managed to make it work with propshaft. I left a [PR open to implement](https://github.com/Mange/roadie-rails/pull/113) this. I am using my github repo fork in my web app and...
I think I found where is the problem. I tested and here is the behaviour with single resource on the `form_with` in `lib/action_view/helpers/form_helper.rb` **On 7.1:** https://github.com/rails/rails/blob/7-1-stable/actionview/lib/action_view/helpers/form_helper.rb#L761 Here the`form_with` uses the...
> A maintainer will need to chime in on whether adding the .id to the end of the url is actually an intentional change. There wasn't any intention to change...
Hey @jhawthorn ! Thank you very much for your guidelines. Yes, yesterday I was researching a little bit more, and thought that the best way to fix this was to...
Hey @jhawthorn `resolve` works perfectly fine. Also the documentation states that it is necessary for `form_with` to work with the `model` https://guides.rubyonrails.org/routing.html#singular-resources > The call to resolve is necessary for...
> treat as a side effect of failing to use resolve when necessary/appropriate, now exposed by enhancements to underlying infrastructure I think it's better to treat it as a side-effect...
> Much like the cache-key can be specified using a block (i.e. for each item), I think that `expires_in` as block could be useful but that implementation should be available...