Reverse Proxy with Caddy and Custom (Dynamic) Domain Names
4
Servers
TL;DR - how do I override the base_url (akin to CSRF protection?) with a set of valid domains?
Hi all
I run a PaaS of sorts which at present is hosted on Heroku and I have to map all my custom do...
wretchedwhipp replied
Solved
How Do Show Loading Indicator On A Turbo(Stimulus) Form ?
6
Ruby
I am learning rails by building a project. I am using the turbo frames for the form.
I would like to add a loading indicator to the submit button just like the one on this forum when you comment on...
Solved
How to limit comment nesting with Hotwire and Turbo?
6
Rails
I asked this question in the discussion on the tutorial itself, but there doesn’t seem to be any activity there. I went through the nested comments series, and the last three videos focused on real...
Solved
Pro
5
General
Hi Chris.. I would like to purchase the pro series for 3 months..is this possible?
Chris Oliver replied
Solved
Hatch Deploy
1
Servers
Hi,
I recently deployed 2 apps on one server, how do I view the second app coz the view site button redirect me to the first app Ive deployed ?
Solved
Devise and Turbo-rails
8
Rails
I've followed the guide for implementing devise with turbo-rails. It worked for few projects. But, when i tried to implement in new rails 7.0.4 project, the line render rendering_options is throwin...
EthanFinn replied
Solved
Should I switch to RoR from Laravel?
6
General
Hello there,
I'm a web developer and using Laravel for day-to-day life.
It's been around 5 years of developing with Laravel. But I feel neither comfortable nor confident using Laravel.
And I feel ...
Tonni Alex replied
Solved
Is there a torrent or similar to download all episodes?
9
Site Feedback
Hello,
in the next month I will go on vacation. There is only very slow internet access and I want to use the free time to refresh my Rails knowlege. I know, I should just relax, but learning som...
Solved
Passenger vs Puma
6
Servers
I notice that there seems to be a preference for Passenger over Puma in your screencasts and hatchbox.io. Can you elaborate? I was curious about HTTP/2, multithreading, performance, etc.
Jonathan Nguyen replied
Solved
Sprockets::FileNotFound in Users::Sessions#new
5
Rails
Thank you for allowing me to be part of your group and my problem is the following, I currently have version 2.7.0 of ruby on my computer, version 5.1.7 of rails, they just shared a project that ...
Gilbert Wise replied
Solved
I joined GitHub Education
6
Tips
I joined GitHub Education. How can I validate the account in Gorails to take advantage of the benefit?
kravec65 replied
Solved
How to send Webhook?
11
Rails
I'm building a content management service which needs to send a webhook everytime the user saves a record.
What's a best practice to send webhooks in a rails app? A LOT of tutorials are about rece...
Chris Oliver replied
Solved
rendering issue
2
Rails
OK, so I fairly new at rails, but i'm at the point where i feel confidence enough to start making my own side project which i decide would be a clone of facebook in rails. first i'm working on is g...
Solved
What are the best practices for generating SEO friendly urls in Rails 5?
7
Rails
What is the best way to generate SEO friendly urls?
The Rails default is to put the id in the URL e.g articles/2
I want to be able to have a url like this
articles/article-heading
Previously I...
William Kennedy replied
Solved
How do I manage business hours for a store?
8
Databases
I've taken a few stabs at this over the past two months and haven't found a great solution for what seems to be a straightforward feature seen in applications such as SkipTheDishes and UberEats.
G...
Solved