Fur Face is a basic rails app I made to bet understand the has_many and belongs to relationships between two models. It features two models Cat
and Owner
, and a third model which joins them CatOwner
.
I created this as a learning resource for myself, and I hope others that might stumble accross it will learn from it as well. Someday I might write a blog post that explains everything better, or even just put it into this readme, but I forgot about this project till github mentioned some vulnerabilities in the gems. I am just gonna do basic upkeep on this project for now.
Fur Face runs on ruby-2.6.1
with rails-5.2.2
I only use the standard test suite for now, but I would like to switch to rspec at somepoint in the future.
We use mysql2 gem to interface with a mySQL db server. There are plenty of tutorials that explain how to set up a rails app with mySQL, so I will leave that out for the time being as I am quickly writing this at work instead of doing my actual work.
That's basically it. Like I mentioned before, this is a hella lightweight Ruby on Rails app for demonstration purposes.
If, for some reason, you want to help contribute, then make a github issue, make a branch, and submit a pull request! Make sure to run tests before submitting a pull request! :)
Have fun learning!