Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 475 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 475 Bytes

WDI-8 Rails Blog example

This particular blog example is a walkthrough of how to build out a simple blog using Rails.

Skills specifically focused on:

  • Resources in Routing
  • Associated Models
  • How Model/Views/Controllers are connected
  • Having an organized work flow

Versions:

  • Rails Version: '5.0.1'
  • Ruby Version: '2.3.1'
  • DB: 'Sqlite3'

Inspiration and resources from: Getting Started with Rails