Skip to content

KaoruDev/mentoring-active-record-querying

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails Querying

Practice your Rails querying skills!

Requirements

  • bundler
  • sqlite3

Installation

git clone git@github.com:KaoruDev/mentoring-rails-querying.git
cd mentoring-rails-querying
bundle install

Test

bundle exec rspec

Objective

Open spec/models/practice_querying_spec.rb and get the tests to turn green!

Hints

  • Which file should you open to see what tables are in the database?
  • How are they associated?

About

Mentoring on how to optimize queries and pull out data quick fast and in a hurry.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published