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
27,457 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,891 views
7 months ago
Databases crash, connections drop, and queries timeout at the worst possible moments. Rather than writing custom rescue code ...
6,373 views
5 months ago
In this talk, Jess Sullivan, Senior Software Engineer at Scan.com, dives into the inner workings of ActiveRecord, Rails' powerful ...
262 views
6 months ago
Check out https://gorails.com for Pro episodes and more!
11,410 views
9 years ago
https://helvetic-ruby.ch/talks/#jess-suillivan-mastering-rails-orm “ActiveRecord drives Rails' seamless database interactions, but ...
2,512 views
8 months ago
In this episode, we look at what would seemingly be simple queries, but are more complex once you start looking into them.
33,625 views
7 years ago
This time I look at another interesting part of Rails 6 - the ActiveRecord::Store module. It's a great way to add 'blob-like' ...
2,777 views
5 years ago
rubyonrails #rubyonrails7 #exportcsvinrails Hello Friends In this video, you will learn how to build an export feature in a rails ...
2,332 views
4 years ago
Is your Ruby on Rails app growing—but slowing down? Performance bottlenecks often stem from unoptimized database queries.
89 views
76 views
13 years ago
Check out https://gorails.com?via=yt for Pro episodes and more! ▻ Learn Hotwire with Ruby on Rails, iOS, and Android ...
561 views
13 days ago
ActiveRecord::Events on Github: https://github.com/pienkowb/active_record-events The ActiveRecord::Events Gem is a fantastic ...
565 views
rubyonrails #learningrails #activerecordqueries #railsquerymethods #firstinrails #lastinrails Hello Friends In this lecture we will ...
1,809 views
ActiveRecord is one of the core modules of Rails. Not-so-well-known features like support for multiple databases added in Rails ...
3,669 views
2 years ago
The pain is familiar to long-time developers of enterprise Rails applications. Database queries through ActiveRecord are an ...
297 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
A description of the Active record design pattern, with an example using servlets and JSP.
3,069 views
10 years ago
GET MY FREE SOFTWARE DEVELOPMENT GUIDE https://training.techwithtim.net/free-guide Learn how to build a simple ...
772,943 views
Try out Oso for free here: https://oso.1stcollab.com/arjancodes_3 Ever heard of SQLAlchemy and thought it sounded like a ...
171,961 views
1 year ago
Use the special link https://redis.info/fireship (or code: MATRIX200) to try Redis Enterprise Cloud to get a $200 credit, become part ...
943,852 views
Hi, My name is Andy Leverenz and I work as a Product Designer at Dribbble. For fun, I design, code, and write. Check out my blog ...
36,592 views
6 years ago
ActiveRecord::Encryption; Stop Hackers from Reading your Data by Matthew Langlois, Kylie Stradley Have you ever wondered ...
87 views
RailsConf 2019 - ActiveRecord, the Repository Pattern, and You by Craig Buchek. Cloud 66 - Pain Free Rails Deployments Cloud ...
8,476 views
In a previous episode, Using ActiveRecord with Sinatra, we showed you how to use ActiveRecord and Sinatra, and built a URL ...
1,189 views
14 years ago
Confused about when to use includes vs joins when making ActiveRecord calls? In this episode, I break it down and show a few ...
6,764 views
ActiveRecord is the ORM (Object Relational Mapper) library that ships with the Rails web framework. In this video I show you how ...
1,387 views
Callbacks are great for quickly tapping into the object life cycle. However, after a model or an application grows, it will become ...
2,406 views