Chapter 5. Working with Data
In this chapter, we will cover the following topics:
- Setting up users and running migrations
- Altering a migration
- Using factories for migrations and tests
- Using a generator to scaffold your user wishlist area
- Seeding so you can see how your app looks
- Adding a file upload to user profile
- Validating file upload
- Saving files to S3