Showing article items from a table generated in Ruby on Rails using a route and a view. We also look at how to show a listing page of the various articles in our database.
Basic understanding of creating modules, requiring modules, and using bcrypt to hash passwords. Also includes a mixin to add a `.create_hash_digest` method to classes.