Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Ruby on Rails 5, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:01:04
    Welcome
  • Урок 2. 00:02:53
    How to use the exercise files?
  • Урок 3. 00:06:01
    Ruby on Rails introduction
  • Урок 4. 00:03:30
    Understanding MVC architecture
  • Урок 5. 00:07:03
    Create a project
  • Урок 6. 00:10:15
    Configure a project
  • Урок 7. 00:04:28
    File structure of a project
  • Урок 8. 00:03:38
    Access a project
  • Урок 9. 00:06:37
    Generate a controller and view
  • Урок 10. 00:06:00
    Server request handling
  • Урок 11. 00:09:12
    Routes
  • Урок 12. 00:01:12
    Experiment on your own
  • Урок 13. 00:07:00
    Render a template
  • Урок 14. 00:06:04
    Redirect actions
  • Урок 15. 00:07:04
    View templates
  • Урок 16. 00:03:36
    Instance variables
  • Урок 17. 00:06:11
    Links
  • Урок 18. 00:07:24
    URL parameters
  • Урок 19. 00:07:53
    Introduction to databases
  • Урок 20. 00:02:27
    Create a database
  • Урок 21. 00:03:04
    Migrations
  • Урок 22. 00:04:03
    Generate migrations
  • Урок 23. 00:07:58
    Generate models
  • Урок 24. 00:08:22
    Run migrations
  • Урок 25. 00:07:47
    Migration methods
  • Урок 26. 00:05:41
    Solve migration problems
  • Урок 27. 00:04:00
    Challenge: Migrations for the CMS
  • Урок 28. 00:04:20
    Solution: Migrations for the CMS
  • Урок 29. 00:04:32
    ActiveRecord and ActiveRelation
  • Урок 30. 00:05:52
    Model naming
  • Урок 31. 00:02:51
    Model attributes
  • Урок 32. 00:03:17
    The Rails console
  • Урок 33. 00:04:53
    Create records
  • Урок 34. 00:03:16
    Update records
  • Урок 35. 00:02:29
    Delete records
  • Урок 36. 00:05:48
    Find records
  • Урок 37. 00:07:39
    Query methods - Conditions
  • Урок 38. 00:06:29
    Query methods - Order, limit, and offset
  • Урок 39. 00:08:26
    Named scopes
  • Урок 40. 00:07:02
    Relationship types
  • Урок 41. 00:09:42
    One-to-one associations
  • Урок 42. 00:07:54
    One-to-many associations
  • Урок 43. 00:04:18
    belongs_to presence validation
  • Урок 44. 00:09:58
    Many-to-many associations - Simple
  • Урок 45. 00:10:17
    Many-to-many associations - Rich
  • Урок 46. 00:05:24
    Traverse a rich association
  • Урок 47. 00:06:56
    CRUD
  • Урок 48. 00:05:51
    REST
  • Урок 49. 00:06:54
    Resourceful routes
  • Урок 50. 00:04:05
    Resourceful URL helpers
  • Урок 51. 00:06:31
    Read action - Index
  • Урок 52. 00:05:22
    Read action - Show
  • Урок 53. 00:05:13
    Form basics
  • Урок 54. 00:04:54
    Create action - New
  • Урок 55. 00:05:27
    Create action - Create
  • Урок 56. 00:06:33
    Strong parameters
  • Урок 57. 00:07:53
    Update actions - Edit_update
  • Урок 58. 00:07:11
    Delete actions - Delete_destroy
  • Урок 59. 00:07:28
    Flash hash
  • Урок 60. 00:01:43
    Challenge: Pages and sections CRUD
  • Урок 61. 00:07:38
    Solution: Pages and sections CRUD
  • Урок 62. 00:08:33
    Layouts
  • Урок 63. 00:04:43
    Partial templates
  • Урок 64. 00:04:32
    Text helpers
  • Урок 65. 00:04:22
    Number helpers
  • Урок 66. 00:03:39
    Date and time helpers
  • Урок 67. 00:05:22
    Custom helpers
  • Урок 68. 00:08:53
    Sanitization helpers
  • Урок 69. 00:04:49
    Asset pipeline
  • Урок 70. 00:12:01
    Stylesheets
  • Урок 71. 00:07:33
    JavaScript
  • Урок 72. 00:03:30
    JavaScript tag and sanitizing
  • Урок 73. 00:06:22
    Images
  • Урок 74. 00:08:35
    Form helpers
  • Урок 75. 00:08:45
    Form options helpers
  • Урок 76. 00:06:16
    Date and time form helpers
  • Урок 77. 00:07:36
    Form errors
  • Урок 78. 00:05:03
    Prevent cross-site request forgery
  • Урок 79. 00:11:37
    Validation methods
  • Урок 80. 00:12:07
    Write validations
  • Урок 81. 00:03:15
    Validates method
  • Урок 82. 00:06:12
    Custom validations
  • Урок 83. 00:03:10
    Cookies
  • Урок 84. 00:06:50
    Sessions
  • Урок 85. 00:10:45
    Controller filters
  • Урок 86. 00:07:40
    Logging
  • Урок 87. 00:04:01
    Authentication introduction
  • Урок 88. 00:08:35
    Secure passwords
  • Урок 89. 00:07:30
    Create a controller for access
  • Урок 90. 00:08:29
    Login and logout
  • Урок 91. 00:07:36
    Restrict access
  • Урок 92. 00:02:44
    Challenge: AdminUser CRUD
  • Урок 93. 00:07:56
    Solution: AdminUser CRUD
  • Урок 94. 00:10:35
    Public area
  • Урок 95. 00:06:03
    Public area navigation
  • Урок 96. 00:09:44
    Nesting pages in subjects
  • Урок 97. 00:07:37
    Nesting sections in pages
  • Урок 98. 00:08:25
    Adding RubyGems - acts_as_list
  • Урок 99. 00:03:30
    Finishing touches
  • Урок 100. 00:01:44
    Next steps