2025 Rails frontend solution: Phlex or ViewComponents?
5
Gems / Libraries
I'm just wondering what everyone's opinions are on the two. I've always leaned into ViewComponents, but it seems like Phlex is on the come up. What has everyone's experience been with the two as of...
wretchedwhipp replied
Rails 8.1 Deprecated Associations Discussion
2
General
Oh man! I misunderstood the title of this episode. I thought you were saying that ActiveRecord Associations had been deprecated haha!!! That would not have gone over well!!
Great episode as usual ...
wretchedwhipp replied
How do I generate SEO Friendly URL's for filter combinations in Rails?
7
General
I have a site where the user can apply a combination of multiple filters.
To improve the SEO on the site I would like to have the URL in a human-readable format when filters are applied.
I would ...
Wishaway Mike replied
How much does it cost to built an e commerce app ?
2
General
How much does it cost to build an e commerce app. Cost to built an e commerce with features to sell the products in different countries.
John Datanvy replied
Syncing Repositories with Ruby Scripts - Part 1 Discussion
11
General
Nice tutorial. Why git fetch followed by git pull and not just a single git pull?
ElikaParner replied
activeadmin with devise_invitable
3
Gems / Libraries
Hey everyone,
I know... I'm still using AA... Anyways, I'm looking for a complete guide on being able to invite my non-admin devise users through the admin panel. Strangely I can't find a single, ...
datecongress replied
Ruby on Rails 3 Tutorial Book Question
5
General
Im following the PDF version of this book and keep having an issue with different versions of gems being compatible. I had to skip the TDD section all together because I couldnt get a compatible ve...
datecongress replied
Single Table Inheritance (STI) with ActiveRecord in Rails Discussion
7
General
Thanks Chris, It's funny that we just stopped using this design pattern at Gitlab
https://docs.gitlab.com/ee/development/database/single_table_inheritance.html
Bekean Loinse replied
LearnHotwire Course - stuck with Could not find table 'solid_queue_processes'
4
Rails
Hi all,
I bought the Learn Hotwire course and stuck at the Rails Application Introduction (3rd video).
When I ran "rails s" at 1.29 minute of the video, I got this error
'ActiveRecord::Connectio...
Bekean Loinse replied
How to read EDI (electronic data interchange) Format in rails
2
Rails
Hi Chris,
Please help me, How to read edi format in rails. I am trying to do to googling for that solution but I didn't get any best solution If you have any idea about that, How to read and write...
Steven Owen replied
why driftboss is addictve?
3
General
DriftBoss is an addictive car drifting game where timing and control are everything. Steer carefully to stay on the track and score big points. Challenge yourself to beat your high score with every...
Steven Owen replied
SMTP not relaying SMS text messages
1
Servers
Heya guys, thanks in advance for any assistance on this. I'm getting a weird behavior that just started happening last month. I have a MS Server 2019 (on premise VM) that is setup as a SMTP relay. ...
Alek Zapatchco replied
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
JavaScript vs TypeScript
2
Javascript
Anyone here who can help me with this?
Lazy Requiring Dependencies in Ruby Discussion
7
General
I love removing dependencies. 💖
Also, learning how libraries can make features or dependencies optional is a great thing to learn along the way.
ReActionView Discussion
2
General
WOW - Cheese and Crackers Marco, this is mind blowing. This should be the star feature of Rails 9...and nice video Collin. :)
Rails 8.1 Local CI Discussion
0
General
I found the default local CI to be a bit basic. One of my projects is a platform and when we run CI we have to run the test suite multiple times for each implementation of the platform, and we leve...
How do I create a reply comment system?
12
Rails
I have been trying to get the hang of rails and I understand most of Rails but I'm currently stuck on how I would go about and create a reply commenting system. For example, just like on GoRails.&n...
How to add Lazy Load Hooks to Rails Plugins Discussion
0
General
Have you used lazy load hooks to extend a gem with some interesting features?
Deploying our Rails Blog to Production Discussion
17
General
Hello Chris, thank you very much for you do to help us... I'm trying to deploy the blog but when building it on render I'm getting an error... Your RubyGems version (3.0.3.1) has a bug that preven...
Lannie Chaput replied