Skip to content

Commit

Permalink
Adds starter repository to Advanced AR lesson
Browse files Browse the repository at this point in the history
  • Loading branch information
cjsim89 authored Oct 20, 2023
1 parent 7e73990 commit fb884c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion module3/lessons/advanced_activerecord.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ tags: rails, active record
* Diagram database relationships.
* Identify the tables in a database that hold information required to complete complex queries.
* Generate complex ActiveRecord queries using joins, group, order, select, and merge.
* Use the rails dbconsole and rails console to generate ActiveRecord queries.
* Use the `rails dbconsole` and `rails console` to generate ActiveRecord queries.

## Resources

* [Video](https://www.youtube.com/watch?v=OccKyvGvLKE&t=1329s) from a past class and the core ideas
* [Repository](https://github.com/turingschool-examples/b2-final-starter-7) - fork & clone, then run `bundle install` and `rails db:{drop,create,migrate,seed}` to set up the application.

## Objective

Expand Down

0 comments on commit fb884c9

Please sign in to comment.