Message Form Handling with Stimulus Discussion
9
General
Why not using stimulus data-action="keypress->conversation#submitForm" on text area instead of addEventListener?
Ruby Pattern Matching Discussion
2
General
What version of Ruby added this?
Realtime Notifications with ActionCable Discussion
23
General
Thanks, Chris! This is an awesome episode, you're the man!
Video Sync Cron Job Discussion
3
General
Hi, I'm a newbie and I want to learn Ruby on Rails. I have a question, will I pay for each course/month or if I sign up for 1 month then I can watch all the courses?
Upgrading to Rails 8.1 Discussion
0
General
Changing Contexts To Objects With IRB Discussion
2
General
pretty neat! Thanks for sharing
Eloise Koch replied
Routing Constraints with Rails Authentication Generator Discussion
4
General
this is a great resource for Rails developers looking to enhance their application's security and routing logic!
Michael replied
Looking for indie hackers + open-source builders to spotlight in our Ruby community
2
General
Our email-list audience for rubyconfth.com grew to 2000 subs this year π
To celebrate, Iβm putting together content that highlights indie hackers, community builders, and open-source creators and ...
fnf unkin replied
How do you setup email in your application and link it to a record
4
General
Hey Chris.
I have been trying to look online but haven't been successful in finding out the following. Say you made a CRM application in Rails and setup a pop3/imap email in the app. How would y...
Your First Ruby Gem Discussion
8
General
Thanks Collin
I've authored a few gems already, but this was a really useful look at the "bare-bones" approach rather than use the "bundle gem your-name-here # and fill in the blanks" approach.
...
miloz replied
What is your dream app?
7
General
If you could build anything (think outside of the box), what would it be?
Things I'm working on that are fun to build:
* Whisper clone with material design UI for mobile and web
* Anonymous Micro...
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. ππ¬
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.
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
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