Ruby Pattern Matching Discussion

3
General
What version of Ruby added this?
Skyler White 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...

Customizing Rubocop Rails Omakase Rules Discussion

1
General
It’s great to see a focus on best practices for maintaining code quality while allowing flexibility in style preferences.
asa binney replied

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

Your First Ruby Gem Discussion

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

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

Message Form Handling with Stimulus Discussion

10
General
Why not using stimulus data-action="keypress->conversation#submitForm" on text area instead of addEventListener?

Eigenclasses Discussion

8
General
Why does this video say it is private - I have seen it on my iPhone, but its so small, I wanted to see it on a big screen too Also - I would enjoy a video on Ruby's Hash caching and Rails Lowlevel ...
MerleneLatshaw replied

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

How to do a Realtime Basketball Boxscore Widge Properly?

3
General
I have created a basketball stats tracker . Now I wanted to create a widget so that sports site can embed my boxscore widget to their site. My plan is add a job in my app that push the game boxscor...
lawrencecaroll replied

Migrating From jQuery to Vanilla Javascript Discussion

47
General
`document.querySelectorAll` looks like return an array, but in fact it is an object. It's important to keep this in mind in order to avoid some problems iterating the dom elements.
Dan LeGrand replied

Realtime Nested Comments: Part 1 Discussion

5
General
Amazing episode, Chris! Thank you so much for this!

Want to stay up-to-date with Ruby on Rails?

Join 92,051+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.