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

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

Ruby Pattern Matching Discussion

3
General
What version of Ruby added this?

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?

How do I install a Bootstrap 5 theme with Rails 7

5
Rails
Hello, I have trouble using a Bootstrap 5 theme (like those we can find on themes.getbootstrap.com, for instance) with a Rails 7 application I'm building. I'm not sure which is the best way to inte...
shirrandas replied

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

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.