Vanilla Ruby

Code Challenge

Only editable by group admins

  • Last updated November 17, 2020 at 9:15 AM by cpr
  • Evidence visible to group members and anyone with the link
Solve this learning challenge by posting a link to a Github repository with the solution to the challenge.
Post a link to a Github repository with a Ruby app that contains the following:
  • A model (Feel free to name the model whatever you want [Ex. Badge, User, etc.])
  • A set of CRUD operations for that model.
  • Configuration and/or initializer for database connection (Feel free to use whichever DB query language you'd like [Mysql, sqlite3, pg, mongo, etc.])
You're required to use the Ruby convention & the ActiveRecord pattern to make the best use of your code.


All posted evidence

Github code

GitHub

BGCastro89/Ruby-ActiveRecord-Demo

Basics of using Ruby ActiveRecord for CRUD operations on obj in DB GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together. Millions of developers and companies build, ship, and maintain their software on GitHub - the largest and most advanced development platform in the world.
bgc89 Over 3 years ago