How can I convert this code to raw SQL and use in rails?
You can always call to_sql to see what the SQL is at the end of every query

4
Rails
How to insert QRCode into PDF using receipts gem?
I got help on stackoverflow, but I can't post the link.

2
Rails
Safely running custom User Ruby code (e.g. Shopify Scripts)
Hello everyone! Nervous first-time poster here, and of course, my apologies if there's already a video / thread that covers this.
An advanced topic I'd love to see covered on GoRails (or hear any ...

3
Ruby
Reverse Proxy with Caddy and Custom (Dynamic) Domain Names
Rest-assured I overthought this!!
Host and Forwarded host only required and reverse proxy to the actual heroku app (this may not be necessary, as opposed to my other CNAME'd end-points). The below...

2
Servers
Can anyone point me in the direction of some good RSpec tutorials?
Go to tutorialspoint

4
Testing
What is the best way to learn React JS?
Pass one course and search for projects, practice is the best teacher

6
General
I'm feeling lost about learning JavaScript, HELP!
See what questions will you be asked on the interview and start learning from them.

11
Javascript
Docker rails assets:precompile
here is the Dockerfile
i setup the project with rails g new --main --database=postgresql --css=bootstrap
```
# Make sure it matches the Ruby version in .ruby-version and Gemfile
ARG RUBY_VERSION=3....

3
Rails
Chris, would you build Simple_Discussion differently today using Rails 7 and Hotwire?
Just curious - would you consider simple_discussion to be RESTFUL in the classic Rails sense? I wasn't able to use the gem as I use Tailwind for my app, and it would be too much work to change all ...

3
General
Turbo stream problem
Thank you for your reply...
I was under the impression that
```
broadcasts
```
would be enough. But that doesn't include create I guess.
ActionCable seems like a hassle to set up. Thought turbo...

3
Rails
Can anyone recommend an online SQL course that would benefit a Rails dev?

3
General
Madmin: How to handle slugs vs IDs
I've set up Madmin, and I'm trying to go to the (blog) Article model edit page.
Problem is Article's "to_param" is the :slug.
Madmin by default looks for model's IDs: How can I tell it to look for...

3
General