Pro

5
General
Hi Chris.. I would like to purchase the pro series for 3 months..is this possible?
Chris Oliver replied
Solved

Retrieving Link Metadata with Background Jobs Discussion

5
General
Posting here in case anyone else ran into the issue where they tried to run a test, but got the error of having pending database migrations (also after running db:migrate). For me what helped is r...
Noullooduady1995 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

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

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

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. šŸ‘‹šŸ˜¬

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

Using Deprecation Warnings in Rails Discussion

1
General
What features will be deprecated and replaced with ActiveSupport::Deprecation?
Allen Duke replied

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

Ruby Pattern Matching Discussion

2
General
What version of Ruby added this?

Rails for Beginners Part 41: Next Steps Discussion

5
General
Thanks Cris I think I have something wrong cause the schedule tweets is not sending tweet at all. I have change the UTC to America/Brasilia. Could give me some advice in my https://github.com/adalb...
Jake Govett replied

How to Build a Slack Slash Command App with Rails Discussion

11
General
/soo nice /great job!
taggame replied

Organizing Rails Model Files Discussion

7
General
Great episode, Collin: thank you I also found the annotate output at the top of the file annoying, so my team now has annotate config set to output at the bottom of the file: Annotate.set_def...
leo rasy replied

Should I switch to RoR from Laravel?

6
General
Hello there, I'm a web developer and using Laravel for day-to-day life. It's been around 5 years of developing with Laravel. But I feel neither comfortable nor confident using Laravel. And I feel ...
Tonni Alex replied
Solved

A Simpler Build with Broadcasts Refreshes Discussion

1
General
My general rule of thumb is I'll use redirecting back/morphing for very simple or low-frequency pages such as admin pages where there's not a lot of user traffic, but will reach for turbo streams w...

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

Routing Concerns and Scopes in Rails Discussion

6
General
Hey Chris, thanks for making a video on this and so quickly. I had been wanting to use routing concerns for a while but finding a good way to access the resource had me stumped. This does the trick.
David Larry replied

Restrict devise routes

2
General
Hi, How can I restrict access to the devise sign_up route to logged in users only? Controller: ```ruby # frozen_string_literal: true class Users::RegistrationsController < Devise::Registrati...
herrylauu replied

How to use Enumerable with Ruby Classes Discussion

1
General
What use cases have you used Enumerable for?
Karla Lara replied

Message Form Handling with Stimulus Discussion

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

Learning Ruby on Rails? Join our newsletter.

We won't send you spam. Unsubscribe at any time.