ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

27,457 results

Ruby on Rails
Ep 4. Active Record explained | Rails New Tutorial with Typecraft

In this episode, we're cracking open one of Rails' most powerful features - Active Record. If you've been following along so far, ...

13:55
Ep 4. Active Record explained | Rails New Tutorial with Typecraft

5,891 views

7 months ago

Ruby on Rails
Hartley McGuire - Active Record 8: Resilient by Default

Databases crash, connections drop, and queries timeout at the worst possible moments. Rather than writing custom rescue code ...

23:50
Hartley McGuire - Active Record 8: Resilient by Default

6,373 views

5 months ago

balticruby
Jess Sullivan — ActiveRecord Unveiled: Mastering Rails’ ORM | Baltic Ruby 2025

In this talk, Jess Sullivan, Senior Software Engineer at Scan.com, dives into the inner workings of ActiveRecord, Rails' powerful ...

43:54
Jess Sullivan — ActiveRecord Unveiled: Mastering Rails’ ORM | Baltic Ruby 2025

262 views

6 months ago

GoRails
ActiveRecord Explain

Check out https://gorails.com for Pro episodes and more!

10:09
ActiveRecord Explain

11,410 views

9 years ago

Helvetic Ruby
Jess Sullivan -  ActiveRecord Unveiled: Mastering Rails’ ORM

https://helvetic-ruby.ch/talks/#jess-suillivan-mastering-rails-orm “ActiveRecord drives Rails' seamless database interactions, but ...

40:02
Jess Sullivan - ActiveRecord Unveiled: Mastering Rails’ ORM

2,512 views

8 months ago

Drifting Ruby
Episode #127 - ActiveRecord Tricks

In this episode, we look at what would seemingly be simple queries, but are more complex once you start looking into them.

13:27
Episode #127 - ActiveRecord Tricks

33,625 views

7 years ago

Phil Smy
Rails: ActiveRecord::Store - What it is and how I use it. (Rails Tutorial)

This time I look at another interesting part of Rails 6 - the ActiveRecord::Store module. It's a great way to add 'blob-like' ...

9:47
Rails: ActiveRecord::Store - What it is and how I use it. (Rails Tutorial)

2,777 views

5 years ago

APPSIMPACT Academy
Export ActiveRecord Objects in CSV - Rails 7

rubyonrails #rubyonrails7 #exportcsvinrails Hello Friends In this video, you will learn how to build an export feature in a rails ...

29:30
Export ActiveRecord Objects in CSV - Rails 7

2,332 views

4 years ago

Techdots
Speed Up Your Rails App: ActiveRecord Query Optimization Guide

Is your Ruby on Rails app growing—but slowing down? Performance bottlenecks often stem from unoptimized database queries.

5:07
Speed Up Your Rails App: ActiveRecord Query Optimization Guide

89 views

7 months ago

Rafael Merino García
3_10 activerecord basics
20:11
3_10 activerecord basics

76 views

13 years ago

GoRails
How to Normalize All ActiveRecord Attributes

Check out https://gorails.com?via=yt for Pro episodes and more! ▻ Learn Hotwire with Ruby on Rails, iOS, and Android ...

7:41
How to Normalize All ActiveRecord Attributes

561 views

13 days ago

Mike Rogers
ActiveRecord::Events - Awesome Ruby Gems #RubyOnRails

ActiveRecord::Events on Github: https://github.com/pienkowb/active_record-events The ActiveRecord::Events Gem is a fantastic ...

6:10
ActiveRecord::Events - Awesome Ruby Gems #RubyOnRails

565 views

5 years ago

APPSIMPACT Academy
first and last methods in Rails ActiveRecord

rubyonrails #learningrails #activerecordqueries #railsquerymethods #firstinrails #lastinrails Hello Friends In this lecture we will ...

3:15
first and last methods in Rails ActiveRecord

1,809 views

4 years ago

Ruby on Rails
Julia López -Using Multiple Databases with Active Record - Rails World 2023

ActiveRecord is one of the core modules of Rails. Not-so-well-known features like support for multiple databases added in Rails ...

30:27
Julia López -Using Multiple Databases with Active Record - Rails World 2023

3,669 views

2 years ago

Confreaks
RailsConf 2023 - A custom design pattern for building dynamic ActiveRecord queries by Justin Daniel

The pain is familiar to long-time developers of enterprise Rails applications. Database queries through ActiveRecord are an ...

35:44
RailsConf 2023 - A custom design pattern for building dynamic ActiveRecord queries by Justin Daniel

297 views

2 years ago

BeautifulRuby․com
ActiveRecord Tenanted gem: Read the Fantastic Source Code

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

28:16
ActiveRecord Tenanted gem: Read the Fantastic Source Code

283 views

5 months ago

Graham Mansfield (gdmAtStaffs)
v41 Active Record

A description of the Active record design pattern, with an example using servlets and JSP.

7:11
v41 Active Record

3,069 views

10 years ago

From related searches

Tech With Tim
Learn Django in 20 Minutes!!

GET MY FREE SOFTWARE DEVELOPMENT GUIDE https://training.techwithtim.net/free-guide Learn how to build a simple ...

21:25
Learn Django in 20 Minutes!!

772,943 views

2 years ago

ArjanCodes
SQLAlchemy: The BEST SQL Database Library in Python

Try out Oso for free here: https://oso.1stcollab.com/arjancodes_3 Ever heard of SQLAlchemy and thought it sounded like a ...

16:39
SQLAlchemy: The BEST SQL Database Library in Python

171,961 views

1 year ago

Fireship
Redis in 100 Seconds

Use the special link https://redis.info/fireship (or code: MATRIX200) to try Redis Enterprise Cloud to get a $200 credit, become part ...

2:26
Redis in 100 Seconds

943,852 views

4 years ago

webcrunch
Understanding Active Record Associations

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

15:16
Understanding Active Record Associations

36,592 views

6 years ago

Confreaks
RailsConf 2023 - ActiveRecord::Encryption; Stop Hackers from... by Matthew Langlois, Kylie Stradley

ActiveRecord::Encryption; Stop Hackers from Reading your Data by Matthew Langlois, Kylie Stradley Have you ever wondered ...

38:01
RailsConf 2023 - ActiveRecord::Encryption; Stop Hackers from... by Matthew Langlois, Kylie Stradley

87 views

2 years ago

Confreaks
RailsConf 2019 - ActiveRecord, the Repository Pattern, and You by Craig Buchek

RailsConf 2019 - ActiveRecord, the Repository Pattern, and You by Craig Buchek. Cloud 66 - Pain Free Rails Deployments Cloud ...

29:15
RailsConf 2019 - ActiveRecord, the Repository Pattern, and You by Craig Buchek

8,476 views

6 years ago

Screencasts dot org
Configuring ActiveRecord in Sinatra

In a previous episode, Using ActiveRecord with Sinatra, we showed you how to use ActiveRecord and Sinatra, and built a URL ...

7:28
Configuring ActiveRecord in Sinatra

1,189 views

14 years ago

RubyThursday
Ruby Snack #26 ActiveRecord Methods: includes and joins

Confused about when to use includes vs joins when making ActiveRecord calls? In this episode, I break it down and show a few ...

6:31
Ruby Snack #26 ActiveRecord Methods: includes and joins

6,764 views

10 years ago

Kyle Geske
ActiveRecord Without Rails - Setup and Fetching Database Table Rows

ActiveRecord is the ORM (Object Relational Mapper) library that ships with the Rails web framework. In this video I show you how ...

32:01
ActiveRecord Without Rails - Setup and Fetching Database Table Rows

1,387 views

6 years ago

Drifting Ruby
Episode #148 - ActiveRecord Callbacks | Preview

Callbacks are great for quickly tapping into the object life cycle. However, after a model or an application grows, it will become ...

2:18
Episode #148 - ActiveRecord Callbacks | Preview

2,406 views

7 years ago