Skip to content

kastner/ar_playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Active Record Playground

Active Record is a fantastic ORM(Object Relational Mapping) library in ruby that is the basis of Ruby on Rails' database layer.

ar_playground is a simple script for exploring the ins-and-outs of Active Record in a clean, non-destructive way.

It creates and in-memory sqlite3 database, creates the tables and models you define, then drops you into an interactive ruby shell (IRB) to interact with your domain model. When you exit irb, the database is gone!

About

Active Record playground for exploring and playing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages