Short URL Link Redirects Discussion
Hi Chris and ROR developers, at min: 3 you put, data: {turbo: false}, and said that was to navigate to an external link, I didn't put that, and also works, maybe something in security that I am doi...

1
General
Live Reload with Esbuild in Rails using an EventSource Discussion
I found the downside with this approach is that if you include certain npm packages it will cause a problem with esbuild that results in some insane memory usage. You'll fly through 10s of gigs of ...

6
General
I need recommendation for ecommerce store
It's great to see your forward-thinking approach to hosting for your ecommerce store, even after four years. Managed hosting like what Cloudways offers can be an excellent choice, providing that mi...

7
General
Rails World 2023: Powerful Rails Features You Might Not Know Talk Slides Discussion
Great advocacy masterclass 💎

5
General
Base62 Encoding Short Codes Discussion
In my case works as expected, so compare again as suggested by Chris or maybe check ruby or rails version

4
General
Net Http API Client from Scratch Discussion
Cat is a superstar. There's something about interruptions that makes things more funny and authentic. So if this basically the first step before extracting this to a ruby gem to build an sdk/wrappe...

7
General
Template Locals in Rails 7.1 Discussion
So great. I will support more your product.

3
General
I'm feeling lost about learning JavaScript, HELP!
Try freeCodeCamp, W3Schools and Udemy

12
Javascript
HyperNav, an advanced and interactive CSS only navigation menu framework
I also agree with you, Chris Oliver.

5
General
Password Sharing Roles & Permissions Discussion
x2 Until now the most difficult tutorial (I am doing the learning path) and with a lot of errors from Cris, I could finish it but it took me 5 hours to follow the tutorial and at the end, I felt co...

2
General
Blog Posts with File Uploads using ActiveStorage & Amazon S3 Discussion
I'm dumb. In the storage.yaml file, '#amazon' also needs to be uncommented.

18
General
Docker build fails with "cssbundling-rails: Command build failed, ensure `yarn build:css` runs without errors" (it does)
For any other folks out there struggling with this problem, in my case it turned out to be a docker issue.
1. On Docker desktop, Settings > General
2. Select `gRPC FUSE` instead of `VirtioFS`, ...

2
General
Sharing Passwords Between Users Discussion
Hey me from future, I tried to delete this question but I can not, the problem of course was me, the code I had to write is this :
def destroy
@password.user_passwords.where(user_id: params[:...

2
General
Strings in Ruby Discussion
Can you share the link to the video? Thanks in advance.

8
General