learn-co-curriculum / activerecord-orms-tutorial

Other
0 stars 4 forks source link

Lots of typos in this lab #2

Open matbalez-zz opened 9 years ago

matbalez-zz commented 9 years ago

Per user comment:

User: Artem Eremin

Batch: 000

Current Lesson: ActiveRecord ORM Tutorial

Location: https://learn.co/tracks/web-development-with-ruby-on-rails/object-relational-mappers-orms/activerecord-migrations-and-crud/activerecord-orm-tutorial?track_id=5309&batch_id=76

Bug Description: Several annoying typos here... please have a look for the future reader's comfort

sammarcus commented 9 years ago

I forgot to file this one. A factualness error, too:

By adding a new migration for each change you make to the database, you won't lose any data you don't want to, and you can easily revert changes.

It should clarify that if you make a migration that prevents data from being stored in the same place (like dropping a table, for example) that table data is cannot and the data loss cannot be reverted. I agree that it was unclear.

AnnJohn commented 9 years ago

Iceboxing for now