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