Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
1,736 results
In this episode, we're cracking open one of Rails' most powerful features - Active Record. If you've been following along so far, ...
5,956 views
7 months ago
Databases crash, connections drop, and queries timeout at the worst possible moments. Rather than writing custom rescue code ...
6,393 views
5 months ago
In this talk, Jess Sullivan, Senior Software Engineer at Scan.com, dives into the inner workings of ActiveRecord, Rails' powerful ...
267 views
6 months ago
https://helvetic-ruby.ch/talks/#jess-suillivan-mastering-rails-orm “ActiveRecord drives Rails' seamless database interactions, but ...
2,519 views
8 months ago
Check out https://gorails.com?via=yt for Pro episodes and more! ▻ Learn Hotwire with Ruby on Rails, iOS, and Android ...
597 views
2 weeks ago
Is your Ruby on Rails app growing—but slowing down? Performance bottlenecks often stem from unoptimized database queries.
90 views
I do a preliminary review of the ActiveRecord Tenanted source code to see what it's all about, how much of Rails it touches (pretty ...
283 views
Get associated ActiveRecord::Relation from complex query Helpful? Please use the *Thanks* button above! Or, thank me via ...
4 views
18 hours ago
In this episode of RECORDABLES, we dig into our ambitious goal of moving from a commingled database to separate SQLite ...
3,723 views
3 weeks ago
Join us as we explore the key differences between Prisma and Active Record! Discover how these two ORMs handle model ...
92 views
9 months ago
The SQL generated is a correct translation of your query. But look at it, just at the SQL level (i shortened it a bit): SELECT * FROM ...
In this talk, we'll dig deep into the design decisions of the Attributes API. We'll talk to its author and hear their experience from "I ...
293 views
Discover how to leverage `ActiveRecord` joins in Rails to display property names from booking records related to inquiries.
1 view
11 months ago
In this video, we'll dive into the world of ActiveRecord in Ruby on Rails, focusing specifically on how to update a specific column in ...
2 views
Discover a more concise and Ruby-friendly way to check for the presence of multiple attributes in ActiveRecord objects with this ...
0 views
10 months ago
Discover how to retrieve multiple records in a single database query using ActiveRecord in Ruby on Rails. Learn to streamline ...
ActiveRecord - Average of Aggregate Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...
5 views
1 day ago
Discover how to effectively query another model in Rails by leveraging ActiveRecord joins, making your database interactions ...
3 views
In this video, we'll explore a common challenge faced by developers working with ActiveRecord: removing an element from a ...
Learn how to ensure correct account associations in multi-tenant applications using ActiveRecord in Ruby on Rails. Avoid `nil` ...