Peter Krutz

Results 29 comments of Peter Krutz

@vittoriabitton Not sure if you saw this: https://github.com/domaindrivendev/rswag/issues/50#issuecomment-481777011 It worked for me.

I'm not sure what happened... I was using the code from @z-productions, and it was working for me, but now that's its merged, master isn't working for me, it's acting...

@rafaelfranca Thanks for looking into this. I just tried ``` mount ActiveStorage::Engine, at: '/' ``` and ``` mount ActiveStorage::Engine, at: '/rails/active_storage' ``` Neither one is picking up the routing before...

It looks like you're familiar with routing issues, I see you've looked into https://github.com/rails/rails/pull/30783 as well. I'm still poking around to understand the problem more.

@kieraneglin I haven't poked at it lately. For now, I'm just routing one path to work around it. I like your solution. Ugly and works is better than other options,...

This is a problem when using Spraypaint with http://jsonapi-resources.com on the backend as well, the request gets rejected because of the unknown key. I ended up using Hashie DeepLocate to...

@piotrpalek I came across this issue because I was writing tests and started getting that exact initialization error, but it seems to be because I had my models setup incorrectly....

I'm doing the same thing, migrating to Hotwire from Turbolinks. For forms that fail validation, we used to just render with a 200 OK. But now, we need to render...

I'm seeing the same behavior when trying to use the autogrow plugin in a Bootstrap modal. As soon as you add a character, it snaps to the correct height. EDIT:...