Table of Contents
Meta
Introduction to Ruby
- Programming 101 & IRB
Getting Started
- Creating Your New Application
- Create a new git repo
- Add the project to the git repo
- Deploy to heroku
- Running Your Application Locally
Topics
- Creating a migration
- CRUD with Scaffolding
- Commit and push to heroku
Voting on Topics
- Creating a model for votes
- Hooking up votes and topics
- Allow people to vote
- Commit and push to heroku
Flow
- Setting the default page
- Redirect to the topics list after creating a new topic
- Make the topic title a link
- Clean up links on the topics list
- Commit and push to heroku
Where you can go from here