- Able to create a rails app
- Style the rails app using the asset pipeline
- Use the Router (config/routes) to have a dynamic set of pages
- Pass data from the controller to the views to render
- Craft a Rails app that shows your Surf and Paddle (can expand from day 18)
- Make the pages dynamic, where:
- The root page shows the latest post
- The images at the bottom of the page link link to that post
- When viewing that post (URL will be /posts/:name) it shows that post