Skip to content
t-cool edited this page Mar 18, 2018 · 2 revisions

Toy app

1 Planning the application

1.1 A model for users

1.2 A model for microposts

2 The Users resource

2.1 A user tour

2.2 MVC in action

3 The Microposts resource

3.1 A micropost microtour

3.2 Putting the micro in microposts

3.3 A user has_many microposts

3.4 Inheritance hierarchies

3.5 Deploying the toy app