
How do I create a reply comment system?
13
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 limit comment nesting with Hotwire and Turbo?
7
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...
Alice Spencer replied
Solved

Next lesson after classes and objects?
4
Ruby
I got started with the level one path and I just finished the last lesson for the beginner Ruby course. Collin mentions moving on to models but I don't see it included in the beginner Ruby course. ...
Clarabelle Schamberger replied

Defer Job Enqueues After Transaction Commit in Rails 7.2 Discussion
1
General
Raise your hand if you're guilty of making this mistake in the past. 👋😬

How to read EDI (electronic data interchange) Format in rails
4
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...
Sherearter1975 replied

Nested Comment Threads in Rails - Part 3 Discussion
12
General
Really great series, thank you for doing it. One question:
I have a comment form below the comments and it is not clearing out. However, when I move above the comments it does. Any thoughts?
Antonio Tate replied

Morse Code with Ruby - Part 2 Discussion
0
General
In this lesson, we will continue the previous project and add the Morse code sound feature.
Lakedra Cole posted

Customizing Rubocop Rails Omakase Rules Discussion
2
General
It’s great to see a focus on best practices for maintaining code quality while allowing flexibility in style preferences.

Recommended UI component sets?
1
Rails
Our Rails codebase has been going strong for over 10 years now, but we're looking to upgrade the UI of our admin pages. These are all served as HTML snippets as always advocated by the Rails team (...
James Smith replied

Security Hardening Servers with Fail2Ban Discussion
9
General
Great epiode Chris! Would love to see more like this!
Evelyn Stone replied

Deploying the Web Scraper Rails app to Production & Setting Up Cron Jobs Discussion
5
General
I wish the linking of the database was a bit more clear. My app was pulling in the credential in the database.yml file instead of simply linking via the DATABASE_URL environment variable. I had to ...
herrylauu replied

What is the best configuration for VScode for Rails Development alongside JS
5
Tips
Hey Guys, So I'm actually trying to properly setup VS code for rails, But I am not able to make it as perfect as I set it up for JS or other languages.
Currently, I am using rubocop, selenium, rub...
Tedd Higgins replied

Exploring PostgreSQL Tuples Rails PR Discussion
1
General
@Frank Underwood, check out our [GoRails Learning Path](https://gorails.com/path) for a structured way of learning Rails. We designed it with repetition in mind so concepts sink in as you build sev...

Using Deprecation Warnings in Rails Discussion
1
General
What features will be deprecated and replaced with ActiveSupport::Deprecation?
Allen Duke replied

How to Optimize ActiveRecord Queries with Large Data Sets in Rails 7?
4
General
I'm working with a large dataset in Rails 7 and some of my Active Record queries are getting slow. I've tried using .includes and .select, but performance still lags. What are the best practices fo...
kai cenat replied

Thread Safety with Mutexes in Ruby Discussion
5
General
In a Rails application that does standard CRUD for the most part, what would be a good use case for something like this? In the ferrum_pdf example you gave, it looks like you want to ensure there's...

How to get started?
4
General
Hi I'm a complete beginner to Rails, however I know other backend languages. I see a lot of courses here. Can anyone tell me the series of courses I should take up here?
Thanks

Send Notifications in Rails with Noticed gem v2 Discussion
10
General
The video talks about implementing a sort of escalated notification. Like send a slack web hook and then in 5 minutes send an email but not if the recipient already saw the slack web hook.
Is buil...
wuuko replied

ActiveSupport::CurrentAttributes Discussion
0
General

Realtime Nested Comments: Part 1 Discussion
5
General
Amazing episode, Chris! Thank you so much for this!