1. Урок 1. 00:04:53
    Why this course
  2. Урок 2. 00:03:48
    Creating Ruby on Rails API application
  3. Урок 3. 00:05:25
    About API
  4. Урок 4. 00:01:41
    Article's object
  5. Урок 5. 00:06:44
    Article's basic Validations
  6. Урок 6. 00:04:55
    Articles collection route
  7. Урок 7. 00:02:30
    Routing explained
  8. Урок 8. 00:05:49
    Listing Articles - Empty JSON
  9. Урок 9. 00:06:17
    Serializing Articles
  10. Урок 10. 00:05:07
    Code improvements
  11. Урок 11. 00:03:55
    Recent articles
  12. Урок 12. 00:06:01
    Paginating resources
  13. Урок 13. 00:01:02
    Create Github Application
  14. Урок 14. 00:03:16
    Octokit Gem installation
  15. Урок 15. 00:08:02
    Create User object
  16. Урок 16. 00:06:53
    Authentication service - failure
  17. Урок 17. 00:10:33
    Authentication service - success
  18. Урок 18. 00:02:47
    Reuse existing users
  19. Урок 19. 00:04:55
    Token preparation
  20. Урок 20. 00:01:51
    Login User Endpoint - Routing
  21. Урок 21. 00:06:29
    ogin User Endpoint - Unauthorized
  22. Урок 22. 00:03:37
    Shared Examples
  23. Урок 23. 00:07:21
    Create session - success
  24. Урок 24. 00:08:18
    Authorization error handler
  25. Урок 25. 00:03:42
    Refactoring error tests
  26. Урок 26. 00:08:12
    Logout and authorize!
  27. Урок 27. 00:04:40
    Create Articles - unauthorized request
  28. Урок 28. 00:06:57
    Handle validation errors
  29. Урок 29. 00:07:36
    Create Articles - success call
  30. Урок 30. 00:03:27
    Article's Update showcase
  31. Урок 31. 00:06:26
    Updating articles tweaks
  32. Урок 32. 00:04:34
    Article's removal showcase
  33. Урок 33. 00:10:02
    Listing comments - scaffolds cleanup
  34. Урок 34. 00:12:04
    Creating comments - scaffold cleanup
  35. Урок 35. 00:10:11
    Listing comments improvements
  36. Урок 36. 00:10:11
    34-listing-comments-improvements
  37. Урок 37. 00:07:16
    Creating comments improverments
  38. Урок 38. 00:02:02
    Creating heroku account
  39. Урок 39. 00:08:44
    Deploying to Heroku
  40. Урок 40. 00:03:48
    Lesson plan
  41. Урок 41. 00:05:11
    Standard login - Controller preparation
  42. Урок 42. 00:06:42
    Multiple authentication handlers
  43. Урок 43. 00:05:09
    Fixing our authentication service specs
  44. Урок 44. 00:05:50
    Tests Standard flow authenticator
  45. Урок 45. 00:07:38
    Encrypted password support for the user
  46. Урок 46. 00:05:35
    Standard login service - finding the e user
  47. Урок 47. 00:06:30
    Standard Authentication flow Access token preparation.
  48. Урок 48. 00:08:26
    Authentication endpoint - test coverage
  49. Урок 49. 00:06:55
    Finishing the authentication flow
  50. Урок 50. 00:08:39
    Regsitration - Tests
  51. Урок 51. 00:04:27
    Registration - Success request
  52. Урок 52. 00:08:10
    Registration - Handling validation failures