ga-wdi-boston / rails-api-many-to-many

Placeholder. Code in the rails-api-*. demo/code-along/lab series
Other
1 stars 77 forks source link

015/master #5

Closed neugierige closed 8 years ago

neugierige commented 8 years ago

summary of changes:

  1. addressed issue #2
  2. addressed issue #4
  3. localhost updated to 4741
  4. in the code snippet for Book model, added "belong_to :author" to avoid confusion
  5. "surname" has been updated to "family_name"
  6. in curl POST for loan, added a missing "date" parameter
  7. updated the variables in inverse_of example for better clarity
  8. added questions to developers re: writing same curl command in Ruby (for both create and destroy)
  9. updated diagram to match demo content
  10. deleted section in clinic that adds patients and doctors because 015 used examples.rb to put doctors and patients in the database
BenGitsCode commented 8 years ago

Lu will be revising this tonight so that the starter code for this talk will match the examples Chris is using in his rails-one-to-many talk today.