Medellín.rb
ActiveRecord Internals
@RubyMedellin
http://medellinrb.org
Schedule
- Say Hi
- Active Record Pattern
- ActiveRecord (Rails)
- Yummy yummy
- Code Kata
@RubyMedellin
http://medellinrb.org
PEAA
http://www.amazon.com/Patterns-Enterprise-Application-Architecture-
Martin/dp/0321127420
GoF
http://www.amazon.com/Design-Patterns-Elements-Reusable-Object-Oriented/dp/0201633612/
Ruby Patterns
http://www.amazon.com/Design-Patterns-Ruby-Russ-Olsen/dp/0321490452/
Active Record Pattern
An object that wraps a row in a
database table or view,
encapsulates the database
access, and adds domain logic
on that data.
http://www.martinfowler.com/eaaCatalog/activeRecord.html
ActiveRecord (Rails)
Active Record facilitates the creation and
use of business objects whose data
requires persistent storage to a database.
It is an implementation of the Active
Record pattern which itself is a description
of an Object Relational Mapping system.
http://guides.rubyonrails.org/active_record_basics.html
ActiveRecord (Rails)
- ActiveModel
- Migrations
- Adapters
- Validations
- Callbacks
- etc
http://guides.rubyonrails.org/active_record_basics.html
ActiveRecord (Rails)
class Product < ActiveRecord::Base
# ...
end
Product.first
Product.where(name: ‘LCD TV’)
http://guides.rubyonrails.org
class CreateProducts <
ActiveRecord::Migration
def change
create_table :products do |t|
t.string :name
t.text :description
t.timestamps null: false
end
end
end
DEMO
Code will be uploaded to: https://github.com/medellinrb/activerecord-internals
Yummy yummy
Code Kata
Code Kata
Kata (型 or 形 literally: "form"?
), a Japanese word, are the
detailed choreographed patterns of movements practised
either solo or in pairs.
A code kata is an exercise in programming which helps a
programmer hone their skills through practice and
repetition.
http://en.wikipedia.org/wiki/Kata_(programming) - http://en.wikipedia.org/wiki/Kata
Today’s Kata
Implement:
SomeModel.first
SomeModel.all
SomeModel.count
SomeModel.find_by_name(‘given name’)
SomeModel.find_by_whateverattribute(‘xxx’)
SomeModel.where(attr: ‘value’)
Improve multiple DB adapters
Improve setup/teardown on tests
Thanks <3
Medellín.rb
@RubyMedellin
http://medellinrb.org

More Related Content

PDF
Experience with C++11 in ArangoDB
PDF
An E-commerce App in action built on top of a Multi-model Database
PDF
PDF
Webinar: How native multi model works in ArangoDB
ODP
Rails 3 Asset Pipeline
PDF
Building Read Models using event streams
PDF
Visualize your graph database
PDF
CouchDB at its Core: Global Data Storage and Rich Incremental Indexing at Clo...
Experience with C++11 in ArangoDB
An E-commerce App in action built on top of a Multi-model Database
Webinar: How native multi model works in ArangoDB
Rails 3 Asset Pipeline
Building Read Models using event streams
Visualize your graph database
CouchDB at its Core: Global Data Storage and Rich Incremental Indexing at Clo...

What's hot (13)

PPTX
Android Programming Seminar - MinSCAT
PDF
HBaseCon2017 Splice Machine as a Service: Multi-tenant HBase using DCOS (Meso...
PDF
Parallel RDF generation of heterogeneous Big Data sources
PPT
HTML Flight Scraper
PDF
Big Data Hoopla Simplified - TDWI Memphis 2014
PDF
Rupy2012 ArangoDB Workshop Part1
PDF
WebAPI::DBIC - Automated RESTful API's
PPTX
Introduction to Apache Hive(Big Data, Final Seminar)
PPTX
Benchmarking Redis by itself and versus other NoSQL databases
PDF
Database Driven OpenCL Programming by Tim Child
PPTX
How to build truly scalable Rails apps
PPTX
Data- How Does It Work-
PDF
Apache Hadoop and Spark: Introduction and Use Cases for Data Analysis
Android Programming Seminar - MinSCAT
HBaseCon2017 Splice Machine as a Service: Multi-tenant HBase using DCOS (Meso...
Parallel RDF generation of heterogeneous Big Data sources
HTML Flight Scraper
Big Data Hoopla Simplified - TDWI Memphis 2014
Rupy2012 ArangoDB Workshop Part1
WebAPI::DBIC - Automated RESTful API's
Introduction to Apache Hive(Big Data, Final Seminar)
Benchmarking Redis by itself and versus other NoSQL databases
Database Driven OpenCL Programming by Tim Child
How to build truly scalable Rails apps
Data- How Does It Work-
Apache Hadoop and Spark: Introduction and Use Cases for Data Analysis
Ad

Viewers also liked (20)

PDF
Ruby on Rails Vs. ASP.NET MVC
PDF
Introduction to Active Record - Silicon Valley Ruby Conference 2007
PDF
Rails Best Practices
PDF
Ruby on Rails Presentation
PDF
Paananen: Hyviä uutisia Kouluterveyskyselystä 2013
PPS
upcoming commercial projects in dwarka expressway 7428424386
DOCX
Lecture Commentary On Homosexuality
PPTX
Chatham mba open house (10 5 2013 rc)
PPTX
Rore Consulting Overview Presentation 100828
PPT
Fran y pato - Monstruo 5B
PPTX
Msu bmp widescreen
PDF
Alegações Finais Impeachment Dilma
ODP
Data Integration And Visualization
PPTX
Как стать лидером в ТРАДО
PPTX
Бальямен
PDF
Gestão de Canais de Distribuição
PPT
Простаблисс
PDF
Experimental Media Voodoo™
PDF
Ruby on Rails Vs. ASP.NET MVC
Introduction to Active Record - Silicon Valley Ruby Conference 2007
Rails Best Practices
Ruby on Rails Presentation
Paananen: Hyviä uutisia Kouluterveyskyselystä 2013
upcoming commercial projects in dwarka expressway 7428424386
Lecture Commentary On Homosexuality
Chatham mba open house (10 5 2013 rc)
Rore Consulting Overview Presentation 100828
Fran y pato - Monstruo 5B
Msu bmp widescreen
Alegações Finais Impeachment Dilma
Data Integration And Visualization
Как стать лидером в ТРАДО
Бальямен
Gestão de Canais de Distribuição
Простаблисс
Experimental Media Voodoo™
Ad

Similar to Active Record Internals - Medellin.rb (20)

PPTX
Ruby on Rails with Active Record
PDF
Os riak1-pdf
PPT
Drupal and the Semantic Web
PPT
Jasig Rubyon Rails
PDF
Ruby on Rails
ODP
iPhone Web Development and Ruby On Rails
PDF
Rails 2.0 Presentation
PPT
Ruby on rails
DOCX
PDF
Import web resources using R Studio
PPT
Introduction To Ruby On Rails
PPT
Ruby on Rails introduction
PDF
Data Analytics Service Company and Its Ruby Usage
PDF
Using Ruby on Rails with legacy Oracle databases
PDF
What’s New in Rails 5.0?
PPTX
Ruby on rails for beginers
PPT
Ruby on Rails
PPT
Ruby on rails
PPT
Ruby on rails
PPT
Active Records Barcamp Cameroon 2009
Ruby on Rails with Active Record
Os riak1-pdf
Drupal and the Semantic Web
Jasig Rubyon Rails
Ruby on Rails
iPhone Web Development and Ruby On Rails
Rails 2.0 Presentation
Ruby on rails
Import web resources using R Studio
Introduction To Ruby On Rails
Ruby on Rails introduction
Data Analytics Service Company and Its Ruby Usage
Using Ruby on Rails with legacy Oracle databases
What’s New in Rails 5.0?
Ruby on rails for beginers
Ruby on Rails
Ruby on rails
Ruby on rails
Active Records Barcamp Cameroon 2009

Recently uploaded (20)

PPTX
Cybersecurity: Protecting the Digital World
PDF
Top 10 Software Development Trends to Watch in 2025 🚀.pdf
PDF
AI/ML Infra Meetup | LLM Agents and Implementation Challenges
PPTX
"Secure File Sharing Solutions on AWS".pptx
PPTX
WiFi Honeypot Detecscfddssdffsedfseztor.pptx
PDF
novaPDF Pro 11.9.482 Crack + License Key [Latest 2025]
PDF
Guide to Food Delivery App Development.pdf
PPTX
Matchmaking for JVMs: How to Pick the Perfect GC Partner
PPTX
Tech Workshop Escape Room Tech Workshop
PDF
DuckDuckGo Private Browser Premium APK for Android Crack Latest 2025
PDF
Wondershare Recoverit Full Crack New Version (Latest 2025)
PPTX
Computer Software - Technology and Livelihood Education
PDF
Website Design Services for Small Businesses.pdf
PDF
BoxLang Dynamic AWS Lambda - Japan Edition
PPTX
Advanced SystemCare Ultimate Crack + Portable (2025)
PPTX
Download Adobe Photoshop Crack 2025 Free
PPTX
Cybersecurity-and-Fraud-Protecting-Your-Digital-Life.pptx
PDF
Salesforce Agentforce AI Implementation.pdf
PDF
How Tridens DevSecOps Ensures Compliance, Security, and Agility
PDF
Ableton Live Suite for MacOS Crack Full Download (Latest 2025)
Cybersecurity: Protecting the Digital World
Top 10 Software Development Trends to Watch in 2025 🚀.pdf
AI/ML Infra Meetup | LLM Agents and Implementation Challenges
"Secure File Sharing Solutions on AWS".pptx
WiFi Honeypot Detecscfddssdffsedfseztor.pptx
novaPDF Pro 11.9.482 Crack + License Key [Latest 2025]
Guide to Food Delivery App Development.pdf
Matchmaking for JVMs: How to Pick the Perfect GC Partner
Tech Workshop Escape Room Tech Workshop
DuckDuckGo Private Browser Premium APK for Android Crack Latest 2025
Wondershare Recoverit Full Crack New Version (Latest 2025)
Computer Software - Technology and Livelihood Education
Website Design Services for Small Businesses.pdf
BoxLang Dynamic AWS Lambda - Japan Edition
Advanced SystemCare Ultimate Crack + Portable (2025)
Download Adobe Photoshop Crack 2025 Free
Cybersecurity-and-Fraud-Protecting-Your-Digital-Life.pptx
Salesforce Agentforce AI Implementation.pdf
How Tridens DevSecOps Ensures Compliance, Security, and Agility
Ableton Live Suite for MacOS Crack Full Download (Latest 2025)

Active Record Internals - Medellin.rb