
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.
datecongress replied

Why Join HeroesWithinMe Beta Tester Program
0
General
AI is changing the way we understand emotions. The HeroesWithinMe Beta Tester Program is a chance to grow personally while helping build a smarter platform for emotional intelligence. It offers re...
Jon423211 posted

How to add a Command Palette to your Ruby on Rails app Discussion
4
General
Amazing information providing by your article, thank you so much for taking the time to share a wonderful article.
Judith Phillips replied

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...
Raymond Moss replied

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

How to test ActionMailer in Rails Discussion
13
General
Great episode, Chris. I like how you said you don't really need to test CSS styling but instead focus on testing the higher level functionality of your mailers. That way, a developer doesn't go dow...
Alisha Davies 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

Ruby Pattern Matching Discussion
3
General
What version of Ruby added this?
Skyler White replied

Next lesson after classes and objects?
3
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. ...
cjilbert504 replied

Syncing Repositories with Ruby Scripts - Part 1 Discussion
10
General
Nice tutorial. Why git fetch followed by git pull and not just a single git pull?
bigbear replied

Morse Code with Ruby - Part 1 Discussion
0
General

Morse Code with Ruby - Part 2 Discussion
0
General

Realtime Notifications with ActionCable Discussion
24
General
Thanks, Chris! This is an awesome episode, you're the man!
Skyler White replied

How to use the Ruby 2.6 Just-in-Time (JIT) Compiler Discussion
4
General
Nice!
Skyler White 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...

How do I structure my DB to set up oAuth integrations with Facebook, Instagram, etc.
3
Rails
I have a Shopify app where they (Shopify) handle authentication. If you can login to your Shop on their platform, you can login to the Rails app. Therefore I have no need for Devise. It seems like ...

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