DCod3rBoy
Joined 4/10/2017
DCod3rBoy said over 5 years ago on Hotwire :
it works now...I had to put a dash between the controller name! "reset-form"

DCod3rBoy said over 5 years ago on Hotwire :
Do you know how to handle scrolling for the window when it comes to Turbo? When an element is added, it doesn't automatically pull it into view at the bottom of the div. Is there a quick way to setup automatic scrolling unless the user is scrolling upward/downward? I haven't seen any real concrete examples of this, being done right.

DCod3rBoy said about 1 year ago on Dockerizing Rails :
Very nice video -- Learned a lot of new stuff. My main concern at my organization is the inability to complete the docker compose process through our proxy. When I reach the npm installation, I get "Failed to fetch....Unable to connect to proxy.business.org:8080" Is there a way to handle docker when you're behind a company vpn and need to use proxy for certain tasks? We also need to bundle gems that live on "gem in a box" -- we have a self-signed cert on that server...Do you have any remedies for this particular issue?

DCod3rBoy said about 1 year ago on Dockerizing Rails :
Thanks, David -- I'll try using network_mode and see how it goes...Folks aren't sure how docker sees the proxy or the proxy sees docker in a local env...We can compile ruby gems behind proxy while utilizing the rails env.

DCod3rBoy said about 1 year ago on Dockerizing Rails :
Changing network_mode fixed this issue. Thanks.