Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Dissecting Ruby on Rails 5 - Become a Professional Developer, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:09:15
    The Application We're Going to Build
  • Урок 2. 00:01:13
    Section Introduction
  • Урок 3. 00:09:52
    Introduction to the Command Line Interface in Mac and Linux
  • Урок 4. 00:01:56
    Installing the X-Code Command Line Tools for Mac
  • Урок 5. 00:03:15
    Installing Git for Source Code Version Control
  • Урок 6. 00:03:49
    How to Install Homebrew on a Mac
  • Урок 7. 00:01:44
    Installing GPG Security System on a Mac
  • Урок 8. 00:09:10
    Guide to RVM for Ruby Management
  • Урок 9. 00:07:20
    Configuring RubyGems and Installing Rails
  • Урок 10. 00:04:40
    Installing the Postgres Database on a Mac
  • Урок 11. 00:17:16
    Installing and Working with the Sublime Text Editor
  • Урок 12. 00:13:52
    Deep Dive into the Command Line - Part 1 of 2
  • Урок 13. 00:11:50
    Deep Dive into the Command Line - Part 2 of 2
  • Урок 14. 00:03:07
    PC Environment Setup: Installing Virtual Box
  • Урок 15. 00:09:35
    Guide to Installing Ubuntu Linux in VirtualBox
  • Урок 16. 00:01:38
    How to Reboot a Linux Virtual Machine from the Terminal
  • Урок 17. 00:08:41
    Installing Desktop Applications and Ubuntu Navigation Tips and Tricks
  • Урок 18. 00:03:11
    How to Sign Up for a GitHub Account
  • Урок 19. 00:19:45
    How to Install Git on Linux and Connect to GitHub via SSH
  • Урок 20. 00:09:16
    How to Securely Install Node and NPM on Linux via NVM
  • Урок 21. 00:14:04
    Installing the Heroku CLI and the Full Deployment Lifecycle
  • Урок 22. 00:08:04
    How to Install and Work with Sublime Text in Linux
  • Урок 23. 00:09:55
    PC Setup: Guide for Ruby on Rails and Postgres on Linux - Part 1 of 2
  • Урок 24. 00:14:51
    PC Setup: Guide for Ruby on Rails and Postgres on Linux - Part 2 of 2
  • Урок 25. 00:05:27
    Fixing the Role Does Not Exist Error
  • Урок 26. 00:00:58
    Section Introduction
  • Урок 27. 00:02:55
    Signing Up for a Project Management Account
  • Урок 28. 00:07:45
    Managing the Project Management Dashboard
  • Урок 29. 00:01:16
    Importing Project Management Tasks into Pivotal Tracker
  • Урок 30. 00:10:41
    Creating a Rails Application
  • Урок 31. 00:11:12
    Generating a Blog for the Portfolio Application Using Rails Scaffolds
  • Урок 32. 00:11:57
    Analyzing the Rails Process: Index and Show Actions
  • Урок 33. 00:13:53
    Analyzing the Rails Process: New, Create, Update, Edit, and Destroy Actions
  • Урок 34. 00:06:50
    Analyzing the Rails Process: Routing with Resources
  • Урок 35. 00:13:08
    Rails File System Overview
  • Урок 36. 00:01:27
    Updating the Project Management Dashboard
  • Урок 37. 00:11:32
    Deep Dive: Analyzing the Application Generator - Part 1 of 2
  • Урок 38. 00:17:16
    Deep Dive: Analyzing the Application Generator - Part 2 of 2
  • Урок 39. 00:02:19
    Section Introduction
  • Урок 40. 00:03:15
    How to Sign Up for a GitHub Account
  • Урок 41. 00:04:23
    Generating SSH Keys to Securely Communicate with GitHub
  • Урок 42. 00:11:50
    Guide to GitHub
  • Урок 43. 00:10:50
    How to Update a .gitignore File to Securely Store Secret Credentials
  • Урок 44. 00:09:40
    Guide to the Markdown Syntax
  • Урок 45. 00:00:34
    Updating the Git Sprint in the Project Management Dashboard
  • Урок 46. 00:18:15
    Deep Dive: Analyzing Version Control and Git - Part 1 of 2
  • Урок 47. 00:12:43
    Deep Dive: Analyzing Version Control and Git - Part 2 of 2
  • Урок 48. 00:00:35
    Section Introduction
  • Урок 49. 00:15:32
    Guide to the Rails Controller Generator to Build Pages Part 1 of 2
  • Урок 50. 00:05:12
    Guide to the Rails Controller Generator to Build Pages Part 2 of 2
  • Урок 51. 00:16:51
    Guide to the Rails Model Generator to Build out Data Specific Features
  • Урок 52. 00:10:19
    Guide to the Rails Resource Generator for Building Out the Portfolio Feature
  • Урок 53. 00:14:37
    Deep Dive: Analyze Rails Generators and How to Customize a Generator - 1 of 2
  • Урок 54. 00:11:06
    Deep Dive: Analyze Rails Generators and How to Customize a Generator - 2 of 2
  • Урок 55. 00:01:32
    Section Introduction
  • Урок 56. 00:17:22
    Building out a Seeds File for Generating Dynamic Sample Data
  • Урок 57. 00:11:37
    Implement an Index Action from Scratch in Rails
  • Урок 58. 00:19:32
    Build the New and Create Functionality from Scratch in Rails
  • Урок 59. 00:12:38
    Implement the Ability to Edit Database Records from Scratch in Rails
  • Урок 60. 00:13:21
    How to Use the Link To Method in Rails for Creating Dynamic Links
  • Урок 61. 00:11:42
    How to Implement the Show Action from Scratch in Rails
  • Урок 62. 00:15:28
    Building the Ability to Delete Items in Rails
  • Урок 63. 00:08:37
    How to Implement Custom Routes for Pages in Rails
  • Урок 64. 00:07:06
    How to Override the Rails Resources Routes for the Show Action
  • Урок 65. 00:17:27
    How to Implement Permalinks in a Rails Application - Part 1 of 2
  • Урок 66. 00:04:36
    How to Implement Permalinks in a Rails Application - Part 2 of 2
  • Урок 67. 00:12:41
    How to Use Enums in Rails to Manage Data Stages
  • Урок 68. 00:12:03
    How to Implement a Custom Action in Rails via a Button Click - Part 1 of 2
  • Урок 69. 00:09:37
    How to Implement a Custom Action in Rails via a Button Click - Part 2 of 2
  • Урок 70. 00:05:03
    Updating the Project Management Dashboard and Performing a Pull Request
  • Урок 71. 00:12:47
    Deep Dive: Rails Routing and Data Flow - Part 1 of 3
  • Урок 72. 00:13:28
    Deep Dive: Rails Routing and Data Flow - Part 2 of 3
  • Урок 73. 00:16:21
    Deep Dive: Rails Routing and Data Flow - Part 3 of 3
  • Урок 74. 00:01:09
    Section Introduction
  • Урок 75. 00:11:39
    Implementing Data Validations in Rails 5
  • Урок 76. 00:15:49
    Guide to Data Relationships in Rails
  • Урок 77. 00:15:44
    How to Implement Custom Scopes in Rails 5
  • Урок 78. 00:12:42
    How to Set Default Values in Rails 5
  • Урок 79. 00:13:18
    How to Use Concerns in Rails 5
  • Урок 80. 00:10:28
    Building an Additional Parent/Child Relationship in Rails 5
  • Урок 81. 00:17:07
    Rails 5 Complex Forms: Configuring Nested Attributes in the Model
  • Урок 82. 00:16:38
    Rails 5 Complex Forms: Configuring Nested Attributes in the Form
  • Урок 83. 00:15:56
    Deep Dive: Working with SQL and ActiveRecord in Rails 5 - Part 1 of 3
  • Урок 84. 00:14:09
    Deep Dive: Working with SQL and ActiveRecord in Rails 5 - Part 2 of 3
  • Урок 85. 00:14:47
    Deep Dive: Working with SQL and ActiveRecord in Rails 5 - Part 3 of 3
  • Урок 86. 00:00:39
    Section Introduction
  • Урок 87. 00:07:48
    How to Install Devise in Rails 5
  • Урок 88. 00:18:11
    Using Devise to Implement Registrations and Login Functionality
  • Урок 89. 00:03:29
    Building Custom Routes for Authentication Pages with Devise in Rails 5
  • Урок 90. 00:06:32
    Enable Users to Logout and Dynamically Render View Content in Rails 5
  • Урок 91. 00:14:46
    How to Add Custom Attributes to a Devise Based Authentication System
  • Урок 92. 00:14:51
    How to Use Controller Concerns in Rails 5 for Devise Custom Attributes
  • Урок 93. 00:19:09
    Integrate Virtual Attributes to Extract First and Last Name Data from a User
  • Урок 94. 00:17:24
    Deep Dive: Using BCrypt to Implement Encryption in Ruby
  • Урок 95. 00:00:57
    Section Introduction
  • Урок 96. 00:14:05
    Rails Data Flow Review and Working with Params
  • Урок 97. 00:18:53
    Using Rails Sessions to Share Data Between Pages
  • Урок 98. 00:07:17
    Refactoring the Session Tracker into a Controller Concern
  • Урок 99. 00:13:14
    Working with Strong Params in a Rails 5 Controller
  • Урок 100. 00:13:40
    Deep Dive: Building a Guest User Feature in Rails - Part 1 of 2
  • Урок 101. 00:17:57
    Deep Dive: Building a Guest User Feature in Rails - Part 2 of 2
  • Урок 102. 00:02:36
    Section Introduction
  • Урок 103. 00:15:16
    How to Customize the Rails Master Layout File - Part 1 of 2
  • Урок 104. 00:08:45
    How to Customize the Rails Master Layout File - Part 2 of 2
  • Урок 105. 00:13:57
    Guide to Using Multiple Layout Files in Rails 5
  • Урок 106. 00:08:14
    Introduction to Partials in Rails 5
  • Урок 107. 00:15:28
    How to Send Data to Partials to Generate Custom Behavior in Rails 5
  • Урок 108. 00:17:00
    Guide to View Helpers in Rails 5
  • Урок 109. 00:14:48
    How to Use the Rails Content Tag Helper to Auto Generate HTML Code
  • Урок 110. 00:09:30
    Introduction to Rendering Collections via Partials in Rails 5
  • Урок 111. 00:07:03
    Guide to Manually Configuring Partials to Work with Collections in Rails
  • Урок 112. 00:14:46
    Guide to Helpful ActionView Helper Methods in Rails 5
  • Урок 113. 00:12:13
    Deep Dive: Tips and Tricks to Working with ActionView in Rails 5 - Part 1 of 2
  • Урок 114. 00:15:07
    Deep Dive: Tips and Tricks to Working with ActionView in Rails 5 - Part 2 of 2
  • Урок 115. 00:01:11
    Section Introduction
  • Урок 116. 00:07:42
    How to Utilize Puts Debugging in Rails
  • Урок 117. 00:09:04
    Guide to Byebug in Rails 5
  • Урок 118. 00:18:54
    Guide to Debugging with Pry in Rails 5
  • Урок 119. 00:14:55
    Proper Way to Implement Error Management in a Rails Application - Part 1 of 2
  • Урок 120. 00:05:55
    Proper Way to Implement Error Management in a Rails Application - Part 2 of 2
  • Урок 121. 00:00:53
    Section Introduction
  • Урок 122. 00:10:10
    How to Install Bootstrap 4 into a Rails 5 Application - Part 1 of 2
  • Урок 123. 00:11:45
    How to Install Bootstrap 4 into a Rails 5 Application - Part 2 of 2
  • Урок 124. 00:11:00
    Strategy for Building a Custom RubyGem
  • Урок 125. 00:06:12
    How to Build a RubyGem from Scratch - Part 1 of 2
  • Урок 126. 00:15:19
    How to Build a RubyGem from Scratch - Part 2 of 2
  • Урок 127. 00:10:57
    How to Publish a Gem on RubyGems.org
  • Урок 128. 00:01:43
    Section Introduction
  • Урок 129. 00:07:55
    Introduction to Authorization and How to Install the Petergate Gem
  • Урок 130. 00:05:15
    How to Add Roles to the User Model in Rails 5
  • Урок 131. 00:15:19
    Guide to Implementing Petergate in a Rails 5 Application - Part 1 of 2
  • Урок 132. 00:11:36
    Guide to Implementing Petergate in a Rails 5 Application - Part 2 of 2
  • Урок 133. 00:00:34
    Section Introduction
  • Урок 134. 00:08:38
    Portfolio Design Planning for Layout Specific Styles
  • Урок 135. 00:08:36
    Implementing the Initial Homepage Design in Rails 5 with Bootstrap 4
  • Урок 136. 00:10:47
    Building a Navigation Partial for the Master Application Layout with Bootstrap
  • Урок 137. 00:14:19
    Implement a Footer Along with Adding Method Arguments to a Rails View Helper
  • Урок 138. 00:06:15
    How to Embed a Google Map into a Rails Application
  • Урок 139. 00:16:20
    Guide to Updating the Styles for the Devise Edit Account Page in Rails
  • Урок 140. 00:06:02
    How to Override Default Bootstrap Styles for Text Alignment in the Card Class
  • Урок 141. 00:14:30
    Implementing Styles for the Devise Registration Page with Bootstrap 4
  • Урок 142. 00:14:47
    How to Design the Login and Password Pages with Bootstrap 4 Form Styles
  • Урок 143. 00:03:51
    How to Set Default Values for View Helper Method Arguments in Rails 5
  • Урок 144. 00:11:34
    Integrating a Different Design for a Separate Blog Layout in Rails 5
  • Урок 145. 00:07:07
    How to Use Bootstrap 4 to Add a Custom Nav Bar to a Blog Layout in Rails
  • Урок 146. 00:19:07
    Customizing the Design for the Blog Index Page with Bootstrap 4
  • Урок 147. 00:11:52
    Guide to Adding Styles to the Blog Show and Form Pages with Bootstrap 4
  • Урок 148. 00:06:30
    Implementing Partials, Pagination, and Font Awesome Icons - Part 1 of 2
  • Урок 149. 00:16:00
    Implementing Partials, Pagination, and Font Awesome Icons - Part 2 of 2
  • Урок 150. 00:17:16
    Initial Design for the Portfolio Index Page with Bootstrap 4
  • Урок 151. 00:13:52
    Integrating the Portfolio Animated Navigation Slider, Footer, and Index
  • Урок 152. 00:05:59
    Using the Bootstrap 4 Grid Layout to Style the Portfolio Show Page in Rails
  • Урок 153. 00:12:52
    Implementing Bootstrap 4 Forms for the Portfolio Form Pages
  • Урок 154. 00:19:49
    How to Build a View Helper to Dynamically Generate a Nav Bar - Part 1 of 2
  • Урок 155. 00:19:29
    How to Build a View Helper to Dynamically Generate a Nav Bar - Part 2 of 2
  • Урок 156. 00:01:15
    Deep Dive: Rails Asset Pipeline Part 1 of 2
  • Урок 157. 00:19:13
    Deep Dive: Rails Asset Pipeline Part 2 of 2
  • Урок 158. 00:01:15
    Section Introduction
  • Урок 159. 00:12:06
    How to Integrate a Position Attribute and Custom Scope in Rails
  • Урок 160. 00:08:43
    Installing the jQuery UI and html5sortable JavaScript Libraries in Rails 5
  • Урок 161. 00:13:02
    Initial Implementation of Drag and Drop Interface in Rails 5
  • Урок 162. 00:18:22
    Implementing Drag and Drop Functionality into a Ruby on Rails 5 App Part 1 of 2
  • Урок 163. 00:11:19
    Implementing Drag and Drop Functionality into a Ruby on Rails 5 App Part 2 of 2
  • Урок 164. 00:06:56
    Implementing Authorization Rules for Drag and Drop Feature with Petergate
  • Урок 165. 00:19:09
    Deep Dive: jQuery + CoffeeScript in Rails
  • Урок 166. 00:00:35
    Section Introduction
  • Урок 167. 00:11:59
    Introduction to Using Images and the Rails Asset Pipeline
  • Урок 168. 00:09:11
    How to Add a Full Size Image Background in Rails with Bootstrap 4
  • Урок 169. 00:08:08
    How to Set a Full Size Video Background in Rails with Bootstrap 4
  • Урок 170. 00:19:59
    Deep Dive: Installing and Configuring Carrierwave for Image Uploads in Rails 5
  • Урок 171. 00:14:12
    Deep Dive: Integrating Connection to AWS S3 for File Hosting with Carrierwave
  • Урок 172. 00:06:18
    Implementing File Upload Button Styles and Refactoring Placeholder - Part 1 of 2
  • Урок 173. 00:19:07
    Implementing File Upload Button Styles and Refactoring Placeholder - Part 2 of 2
  • Урок 174. 00:01:30
    Section Introduction
  • Урок 175. 00:15:27
    Difference Between form_form and form_tag in Rails - Part 1 of 2
  • Урок 176. 00:15:53
    Difference Between form_form and form_tag in Rails - Part 2 of 2
  • Урок 177. 00:19:36
    How to Integrate Cocoon in Rails 5 for jQuery Nested Forms
  • Урок 178. 00:15:26
    Guide to Integrating Alerts that Automatically Fade Away in Rails 5
  • Урок 179. 00:12:58
    Refactoring Alert Notifications to Use a Shared View Helper in Rails
  • Урок 180. 00:17:28
    Deep Dive: How to Build an HTML Form from Scratch the Works with Rails
  • Урок 181. 00:02:48
    Section Introduction
  • Урок 182. 00:19:56
    Integrating the Twitter Gem to Pull in Tweets in Rails 5
  • Урок 183. 00:07:05
    How to Render Tweets on a Rails View Page
  • Урок 184. 00:14:38
    Building a Parser View Helper Method to Make Twitter Links Clickable in Rails
  • Урок 185. 00:06:52
    Customizing the Styles for the Tech News Page with Bootstrap 4
  • Урок 186. 00:01:07
    Section Introduction
  • Урок 187. 00:17:50
    Running the Comment Generator and Installing the NoSQL Redis Database in Rails 5
  • Урок 188. 00:13:44
    Building the Comment Form and Required Controller Actions - Part 1 of 2
  • Урок 189. 00:07:50
    Building the Comment Form and Required Controller Actions - Part 2 of 2
  • Урок 190. 00:05:23
    Refactoring the Comment Form into a Partial and Implementing Data Validations
  • Урок 191. 00:19:27
    Building the jQuery Functions for Processing Comments - Part 1 of 2
  • Урок 192. 00:04:39
    Building the jQuery Functions for Processing Comments - Part 2 of 2
  • Урок 193. 00:14:11
    How to Create a Broadcast with ActionCable in Rails 5
  • Урок 194. 00:14:42
    Guide to Implementing Live Data Updates in a Rails 5 Application - Part 1 of 2
  • Урок 195. 00:05:51
    Guide to Implementing Live Data Updates in a Rails 5 Application - Part 2 of 2
  • Урок 196. 00:15:43
    Styling the Comment Section and Implementing Gravatar Based Thumbnails in Rails
  • Урок 197. 00:00:29
    Section Introduction
  • Урок 198. 00:11:18
    Planning Final Project Updates and Assignment
  • Урок 199. 00:09:23
    Building a Scope to Show the Most Recent Blog Posts and Hiding Draft Posts
  • Урок 200. 00:04:08
    Hiding the Show Page for Blogs in Draft Mode in Rails 5
  • Урок 201. 00:08:51
    How to Add a Drop Down Form Element in Rails 5 for Parent/Child Relationships
  • Урок 202. 00:09:45
    Using the Controller Generator to Build the Topic Features - Part 1 of 2
  • Урок 203. 00:11:14
    Using the Controller Generator to Build the Topic Features - Part 2 of 2
  • Урок 204. 00:16:38
    How to Build a Widget for the Blog to Render Topics in Rails 5
  • Урок 205. 00:08:51
    How to Implement Radio Buttons in a Rails Form to Update Enum Values
  • Урок 206. 00:12:53
    Guide to Integrating Markdown and Syntax Highlighting in a Rails 5 Application
  • Урок 207. 00:11:53
    Integrating Breadcrumbs and Icons for the Blog Show Pages
  • Урок 208. 00:15:27
    Building a Partial for Managing Admin Actions for Blog Posts
  • Урок 209. 00:11:25
    How to Implement a Responsive Navigation Bar with Bootstrap 4
  • Урок 210. 00:13:32
    Updating the Source/Session Tracking System for the New Layouts
  • Урок 211. 00:08:14
    How to Integrate a Favicon in Rails 5
  • Урок 212. 00:05:56
    Implementing Responsive Image Components for the Portfolio Layout
  • Урок 213. 00:08:51
    Adding Card Styles to the About and Contact Pages
  • Урок 214. 00:09:23
    How to Implement Collapsable Content Components in a Rails 5 Application
  • Урок 215. 00:13:25
    How to Integrate Bootstrap Progress Bars in a Rails Application
  • Урок 216. 00:16:52
    How to Integrate Custom Fonts in a Rails 5 Application
  • Урок 217. 00:06:53
    Updating the Seeds File in Rails
  • Урок 218. 00:03:39
    Signing Up for and Creating a New Heroku Application
  • Урок 219. 00:12:52
    How to Deploy a Rails 5 Application to Heroku
  • Урок 220. 00:11:12
    Working with the Rails Console on Heroku
  • Урок 221. 00:04:30
    Installing Redis on Heroku for ActionCable Commenting Feature
  • Урок 222. 00:10:49
    Configuring Action Cable to Work on Heroku
  • Урок 223. 00:11:47
    How to Implement the Typed.js library into a Rails 5 application
  • Урок 224. 00:19:27
    How to Install and Configure Webpack, Yarn, and jQuery into a Rails 5.1+ App
  • Урок 225. 00:24:01
    How to Work with Encrypted Credentials in Rails 5.2+
  • Урок 226. 00:11:01
    How to Generate a Ruby on Rails 6 Application
  • Урок 227. 00:06:07
    The Topics We'll Cover in the Dissecting Rails 6 Course
  • Урок 228. 00:12:50
    Overview of the App Directory in a Ruby on Rails 6 Application
  • Урок 229. 00:12:38
    Overview of the Bin and Config Directories
  • Урок 230. 00:08:23
    Overview of the Database, Lib, and Log Directories in a Rails 6 Application
  • Урок 231. 00:10:31
    Deep Dive: Node Modules Directory in Rails 6
  • Урок 232. 00:17:17
    Overview of the Package JSON and Yarn Lock Files in Rails 6
  • Урок 233. 00:09:34
    Walk Through of the Public, Storage, Tmp, and Vendor Directories
  • Урок 234. 00:05:28
    Overview of the Root Files on a Ruby on Rails 6 Application
  • Урок 235. 00:09:36
    How to Work with a Gemfile in a Ruby on Rails Application
  • Урок 236. 00:05:20
    Overview of the Post CSS Configuration and Rakefile in Rails 6
  • Урок 237. 00:10:26
    Deep Dive: How to Work With and Customize the Rails Server
  • Урок 238. 00:09:57
    Introduction to Controllers in Ruby on Rails 6
  • Урок 239. 00:05:37
    How to Automate Processes with the Rails Controller Generator Options
  • Урок 240. 00:11:37
    Building a Full Authentication Feature in Rails with Devise
  • Урок 241. 00:15:38
    Implementing Dynamic Behavior into Rails Views
  • Урок 242. 00:08:26
    How to Manage User Access to Pages in Ruby on Rails
  • Урок 243. 00:07:49
    Overview of the Model Generator in Rails 6
  • Урок 244. 00:11:20
    How to Create, Edit, and Delete Records in the Database with the Rails Console