Handling New Messages with Turbo Streams Discussion

6
General
In case you're interested, you can sign up for our [Learn Hotwire course](https://learnhotwire.com/) here. We're covering Hotwire with Rails and Native with iOS and Android, diving deep into the de...
1klap replied

LearnHotwire Course - stuck with Could not find table 'solid_queue_processes'

2
Rails
Hi all, I bought the Learn Hotwire course and stuck at the Rails Application Introduction (3rd video). When I ran "rails s" at 1.29 minute of the video, I got this error 'ActiveRecord::Connectio...
Eric Chua replied

Rails for Beginners Part 41: Next Steps Discussion

4
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...
Liam Hellen replied

nanotape

2
General
Depiction The stickiest tape you've at any point utilized! Nanotape is presumably the most grounded, generally sturdy, and unquestionably the most valuable sticky tape you will at any point get y...
ertimely safflow replied

Retrieving Link Metadata with Background Jobs Discussion

3
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...
David Wilkinson replied

How to test ActionMailer in Rails Discussion

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

Message Form Handling with Stimulus Discussion

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

How to use the Browser Guard in Rails Discussion

5
General
If you're building a no build Rails application that makes use of modern browser features (like ONCE Campfire!), you'll definitely want to use this.
Hailey Nelson replied

Deploying the Web Scraper Rails app to Production & Setting Up Cron Jobs Discussion

0
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 ...
Alex H. posted

Sending Emails For Successful Web Scraper Results Discussion

3
General
It took me some time to understand why my ActionMailer::MailDeliveryJob were getting enqueued but not performed when running the rake task. Reading this article https://stevechanin.blogspot.com/201...
Alex H. replied

Stimulus Autoscroll and Broadcasting Messages Discussion

7
General
Very nice, I'm enjoying these videos where you walk through the approaches and build on them piece-by-piece! One StimulusJS-specific update could be converting your message partial to: ``` ...
cjilbert504 replied

Lazy Requiring Dependencies in Ruby Discussion

6
General
I love removing dependencies. 💖 Also, learning how libraries can make features or dependencies optional is a great thing to learn along the way.
donaldrhoward replied

A Simpler Build with Broadcasts Refreshes Discussion

0
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...
Dan LeGrand posted

How to Debug Ubuntu and Debian Packages Discussion

0
General

How to use CodeMirror with ImportMaps Discussion

0
General

Refactoring Madmin Pagination Discussion

0
General

Creating A Blog Post Model Discussion

20
General
Awesome! : )
Aakash replied

Unused Rails Routes Command Discussion

0
General
It should be fine if the tokens are one-time use, have an expiration date, and the user's email isn't compromised. For further peace of mind, you should still use two-factor authentication (2FA).
Carter Watts posted

I'm a beginner to Ruby.

0
Tips
Need a learning path which is impactful... Consider me as a professional having almost 2 years of experience in developing full stack experience in JS. What are the keys things which you might hav...

How To Add Impersonation To Rails Authentication Generator Discussion

10
General
I really love how flexible and easy to customize the new Rails 8 authentication generator is. Think we should cover 2 Factor Auth next?

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

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

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