We have updated the content of our program. To access the current Software Engineering curriculum visit curriculum.turing.edu.
Blogger (A Guided Tutorial for Rails)
Blogger (A Guided Tutorial for Rails)
In this project you’ll create a simple blog system and learn the basics of Ruby on Rails including:
- Models, Views, and Controllers (MVC)
- Data Structures & Relationships
- Routing
- Migrations
- Views with forms, partials, and helpers
- RESTful design
- Adding gems for extra features
This tutorial is open source. If you notice errors, typos, or have questions/suggestions, please submit them to the project on GitHub. You can find a completed (through Iter3) version here.
Getting Started Iteration 0
Form-based Workflow Iteration 1
Adding Comments Iteration 2
Tagging Iteration 3
Authorization Iteration 4
Authentication Iteration 5
Extras Iteration 6