Rob Zolkos

Results 37 comments of Rob Zolkos

Should this be the responsibility of the web server in front of the Rails app? This gem helps cache the action into static files but not sure if it should...

+1 great idea

Have this problem too. Example http://take.ms/R1oEp There is an issue https://github.com/jubos/fake-s3/issues/126 that attempted resolution but doesn't work for me.

> No more react my dude #19 This is great but I can't get Netlify to work. Can you help with what settings I need? (It keeps detecting it as...

@stephenmathieson approved.

The Dockerfile that the devcontainer uses should specify the versions of node and ruby that are built in the environment. imo adding `asdf` and other tools like this misses the...

> Does whenever Gem works with Solid Queue Whenever has access to your Rails application via rake or the rails runner, so you can queue up jobs using that (its...

I largely agree with @josefarias on this. But it can really be painful with elements that repeat through a rails codebase. Shared partials are easier to handle. But for forms...

Hey @leemcalilly - I added the devcontainer config into this project and run an M3 Mac. I will try on an M1 Mac and see if this happens there. It...