1. Урок 1. 00:07:29
    Introduction
  2. Урок 2. 00:07:24
    Let's code the quiz!
  3. Урок 3. 00:08:25
    Course Structure, Overview and best way to use the course
  4. Урок 4. 00:02:08
    Ruby on Rails Development Environment overview
  5. Урок 5. 00:11:05
    Preview: SaaS - Project Management App built in section 11
  6. Урок 6. 00:02:51
    Preview of MessageMe chat application showcasing real-time Rails - Section 8
  7. Урок 7. 00:03:18
    Preview of Finance Tracker App built in section 9, rapid prototyping
  8. Урок 8. 00:02:13
    Preview of Univ App using material design for front-end (Section 12)
  9. Урок 9. 00:02:45
    Preview of Alpha Blog App built from section 4 through 7
  10. Урок 10. 00:02:26
    How to get Free Live Help!
  11. Урок 11. 00:14:06
    Introduction to Section 2 and Ruby
  12. Урок 12. 00:19:31
    Working with Strings part 1
  13. Урок 13. 00:05:43
    Working with Strings part 2: Getting input from user
  14. Урок 14. 00:15:31
    Working with numbers
  15. Урок 15. 00:04:30
    Brief look at comparison operators
  16. Урок 16. 00:06:48
    Methods
  17. Урок 17. 00:14:24
    Branching if/elsif/else/end
  18. Урок 18. 00:23:14
    Arrays and Iterators
  19. Урок 19. 00:14:48
    Hashes
  20. Урок 20. 00:03:56
    Homework Project: Authenticator
  21. Урок 21. 00:21:55
    Authenticator project implementation
  22. Урок 22. 00:06:46
    Ruby Style Guide
  23. Урок 23. 00:06:48
    Homework Assignment: Area code dictionary
  24. Урок 24. 00:08:16
    Solution: Area code dictionary
  25. Урок 25. 00:01:10
    Practice what you have learnt
  26. Урок 26. 00:12:40
    Introduction to Object Oriented Programming
  27. Урок 27. 00:15:53
    Attributes, getters and setters
  28. Урок 28. 00:08:50
    Final Ruby project: Classes, Modules, Mixins - 1 - bcrypt
  29. Урок 29. 00:16:50
    Final Ruby project: Classes, Modules, Mixins - 2 - methods
  30. Урок 30. 00:17:14
    Final Ruby project: Classes, Modules, Mixins - 3 - modules
  31. Урок 31. 00:02:34
    'self' notation for method names
  32. Урок 32. 00:10:00
    Final Ruby project: Classes, Modules, Mixins - 4 - include
  33. Урок 33. 00:08:16
    Introduction to Section 3 and Ruby on Rails kickoff
  34. Урок 34. 00:06:52
    Model, View, Controller and Rails App Structure
  35. Урок 35. 00:15:27
    Root route, controller, more MVC and say 'Hello World!'
  36. Урок 36. 00:15:33
    Structure of a Rails application
  37. Урок 37. 00:16:04
    Version control with Git
  38. Урок 38. 00:12:44
    Setup online code repository with GitHub
  39. Урок 39. 00:06:17
    Front-end: Learn and practice HTML and CSS
  40. Урок 40. 00:11:43
    Add About page and homework assignment
  41. Урок 41. 00:17:31
    Production Deploy!
  42. Урок 42. 00:08:45
    The back-end: Database and tables in Rails
  43. Урок 43. 00:19:01
    The back-end: CRUD, scaffold and wrap-up section 3
  44. Урок 44. 00:17:29
    Introduction to Section 4: Tables, migrations and naming conventions
  45. Урок 45. 00:09:30
    Models and rails console
  46. Урок 46. 00:08:28
    CRUD operations from rails console
  47. Урок 47. 00:08:03
    Validations
  48. Урок 48. 00:19:57
    Show articles (route, action and view)
  49. Урок 49. 00:12:34
    Articles index
  50. Урок 50. 00:14:21
    Forms - build a new article creation form
  51. Урок 51. 00:12:40
    Create action - save newly created articles
  52. Урок 52. 00:12:42
    Messaging - validation and flash messages
  53. Урок 53. 00:15:19
    Edit and update: update existing articles
  54. Урок 54. 00:14:03
    Delete: delete articles
  55. Урок 55. 00:14:03
    User Interface - add layout links
  56. Урок 56. 00:18:09
    DRY (Don't Repeat Yourself) code - refactoring and partials
  57. Урок 57. 00:10:45
    Production deploy and wrap up section 4
  58. Урок 58. 00:06:49
    Introduction to Section 5 and styling
  59. Урок 59. 00:08:57
    Learn to use Bootstrap
  60. Урок 60. 00:15:17
    Install Bootstrap, asset pipeline, JavaScript, webpack - Rails 6 vs 5
  61. Урок 61. 00:04:49
    Install Bootstrap in Rails 5 (or earlier versions)
  62. Урок 62. 00:22:01
    Build homepage
  63. Урок 63. 00:05:07
    Layout links using Bootstrap classes
  64. Урок 64. 00:20:58
    Style articles index page
  65. Урок 65. 00:19:21
    Style form partial
  66. Урок 66. 00:12:45
    Style validation and flash messages
  67. Урок 67. 00:08:43
    Style show view
  68. Урок 68. 00:13:38
    Cleanup layout, production deploy and wrap up section 5
  69. Урок 69. 00:05:11
    Introduction to section 6: users, associations, ERD and more
  70. Урок 70. 00:12:58
    One-to-many associations demo with the rails console
  71. Урок 71. 00:10:13
    Create users
  72. Урок 72. 00:17:51
    Add user validations
  73. Урок 73. 00:11:28
    One to many association
  74. Урок 74. 00:03:21
    Show user info in articles
  75. Урок 75. 00:03:32
    Alter object state before_save
  76. Урок 76. 00:13:29
    Add secure password
  77. Урок 77. 00:16:13
    New user signup form
  78. Урок 78. 00:12:59
    Create new users (back-end)
  79. Урок 79. 00:11:36
    Edit users
  80. Урок 80. 00:20:28
    Show user and profile image
  81. Урок 81. 00:11:43
    Add users index
  82. Урок 82. 00:07:47
    Cleanup layout
  83. Урок 83. 00:16:55
    Add pagination to views
  84. Урок 84. 00:09:57
    Add login form
  85. Урок 85. 00:16:08
    Create and destroy user sessions
  86. Урок 86. 00:13:51
    Authentication helper methods
  87. Урок 87. 00:07:02
    Controller methods as helper methods
  88. Урок 88. 00:09:50
    Restrict actions from UI
  89. Урок 89. 00:08:28
    Modify navigation based on helpers
  90. Урок 90. 00:07:16
    Restrict actions at controller level - articles
  91. Урок 91. 00:03:54
    Restrict actions in controller level - users
  92. Урок 92. 00:09:36
    Delete user
  93. Урок 93. 00:06:25
    Add admin user functionality - intro
  94. Урок 94. 00:15:41
    Add admin user access through views and controllers
  95. Урок 95. 00:03:56
    Assignment - alert message color based on type
  96. Урок 96. 00:06:11
    Production deploy and wrap up section 6
  97. Урок 97. 00:08:38
    Introduction to Section 7
  98. Урок 98. 00:10:01
    Category model and testing
  99. Урок 99. 00:10:12
    Validations using unit tests
  100. Урок 100. 00:10:53
    Categories controller and tests
  101. Урок 101. 00:11:53
    Create category and test
  102. Урок 102. 00:08:51
    Integration test: Create category business process
  103. Урок 103. 00:05:47
    Integration test for invalid category
  104. Урок 104. 00:11:13
    Integration test and feature: listing categories
  105. Урок 105. 00:13:37
    Admin user requirement and test
  106. Урок 106. 00:03:23
    Update navigation
  107. Урок 107. 00:03:45
    Many-to-many association - introduction
  108. Урок 108. 00:07:40
    Many-to-many association - back-end implementation
  109. Урок 109. 00:18:18
    Add association from UI
  110. Урок 110. 00:12:45
    Update article views to display categories
  111. Урок 111. 00:11:13
    Complete category index and show views
  112. Урок 112. 00:08:17
    Edit categories
  113. Урок 113. 00:05:17
    Deploy to production, homework, wrap up section 7
  114. Урок 114. 00:02:51
    Preview of the app built in this section
  115. Урок 115. 00:09:19
    Start new rails app (local, cloud9, AWS cloud9 all 3 for demo)
  116. Урок 116. 00:02:34
    Task 1: Version control
  117. Урок 117. 00:03:00
    Task 2: Root and Login routes
  118. Урок 118. 00:05:39
    Install Semantic-UI for front-end
  119. Урок 119. 00:09:19
    Add navigation menu
  120. Урок 120. 00:06:02
    Enable dropdown functionality and create nav partial
  121. Урок 121. 00:04:51
    Add favicon
  122. Урок 122. 00:15:19
    Build Chatroom Homepage
  123. Урок 123. 00:08:50
    Complete Chatroom
  124. Урок 124. 00:02:00
    Task 3: Build login page
  125. Урок 125. 00:03:37
    Explore the back-end design
  126. Урок 126. 00:05:43
    Task 4: Build User resource
  127. Урок 127. 00:02:25
    Task 5: Build Message resource
  128. Урок 128. 00:01:14
    Task 6: Add actual messages from table
  129. Урок 129. 00:03:47
    Add message partial and refactor some code
  130. Урок 130. 00:02:53
    Task 7: Start authentication system
  131. Урок 131. 00:12:26
    Add authentication system - create and destroy sessions
  132. Урок 132. 00:05:56
    Enable flash messages display
  133. Урок 133. 00:04:26
    Restrict views at controller layer
  134. Урок 134. 00:15:10
    Add messages from UI
  135. Урок 135. 00:03:48
    Introduction to WebSocket protocol
  136. Урок 136. 00:07:59
    Implementing real-time with ActionCable overview
  137. Урок 137. 00:05:50
    Generate a Chatroom channel
  138. Урок 138. 00:08:02
    Modify and broadcast messages
  139. Урок 139. 00:12:48
    Display messages using partial
  140. Урок 140. 00:10:58
    Add auto-scrolling to chat window
  141. Урок 141. 00:14:58
    Beautify input box, functionality and create custom scope
  142. Урок 142. 00:04:11
    Section Project
  143. Урок 143. 00:04:20
    Finance Tracker Requirements
  144. Урок 144. 00:01:49
    Assignment 1 completion
  145. Урок 145. 00:05:25
    Assignment 2 completion
  146. Урок 146. 00:06:57
    Add devise gem for authentication
  147. Урок 147. 00:07:21
    Create users using devise
  148. Урок 148. 00:04:48
    Test authentication system, login, logout
  149. Урок 149. 00:02:23
    Assignment: Add Bootstrap to the application
  150. Урок 150. 00:08:27
    Implementation: Add Bootstrap 4 step by step
  151. Урок 151. 00:04:58
    Update views
  152. Урок 152. 00:06:08
    Update layout: containers for styling
  153. Урок 153. 00:04:49
    Layout Assignment: Add messages and nav partial
  154. Урок 154. 00:05:43
    Setup and use API key to get stock data
  155. Урок 155. 00:05:26
    Create Stock model with attributes
  156. Урок 156. 00:05:55
    Stock lookup: build class method to lookup stock info
  157. Урок 157. 00:07:34
    Secure credentials in Rails 6
  158. Урок 158. 00:04:26
    Store secure API key
  159. Урок 159. 00:05:42
    Setup front-end structure for stock lookup
  160. Урок 160. 00:12:20
    Build Stock Lookup Form
  161. Урок 161. 00:07:49
    Display stock price in browser
  162. Урок 162. 00:09:56
    Create and display stock objects in browser
  163. Урок 163. 00:07:51
    Dealing with invalid search results
  164. Урок 164. 00:06:15
    Use Ajax for form submission
  165. Урок 165. 00:08:29
    Setup JavaScript response
  166. Урок 166. 00:08:42
    JavaScript responses to invalid search results
  167. Урок 167. 00:04:16
    Users and stocks: many-to-many association
  168. Урок 168. 00:12:49
    Setup UserStock resource
  169. Урок 169. 00:12:15
    Stocks listing view
  170. Урок 170. 00:12:11
    Cleanup application layout
  171. Урок 171. 00:15:38
    Track stocks from front-end: browser
  172. Урок 172. 00:15:04
    Implement stock tracking restrictions
  173. Урок 173. 00:10:29
    Add functionality to remove tracking
  174. Урок 174. 00:09:44
    Modify user model
  175. Урок 175. 00:15:17
    Accept additional fields in app - edit action
  176. Урок 176. 00:01:42
    Complete signup assignment
  177. Урок 177. 00:11:08
    Self referential association - users and friends
  178. Урок 178. 00:04:46
    Assignment completion walkthrough: friends list
  179. Урок 179. 00:02:30
    Assignment: Create search friends form
  180. Урок 180. 00:04:05
    Add JavaScript response to form submission
  181. Урок 181. 00:16:17
    Search users/friends: implement search method
  182. Урок 182. 00:11:22
    Display search results in the browser
  183. Урок 183. 00:12:28
    Implement remove tracking functionality
  184. Урок 184. 00:05:15
    Implement add friend functionality
  185. Урок 185. 00:20:59
    Display user/friend profile and tracking options
  186. Урок 186. 00:10:20
    Start Photo App
  187. Урок 187. 00:10:20
    Setup Authentication System
  188. Урок 188. 00:12:18
    Sending Email in Production
  189. Урок 189. 00:10:00
    Update Layout and Test Email in Production
  190. Урок 190. 00:05:56
    Build Homepage
  191. Урок 191. 00:12:03
    Stripe and Payment Introduction
  192. Урок 192. 00:08:11
    Payment Model
  193. Урок 193. 00:09:54
    Update Form for Credit Card Payments
  194. Урок 194. 00:08:36
    Javascript Events
  195. Урок 195. 00:17:41
    Extend Devise Registrations Controller
  196. Урок 196. 00:07:43
    Fix Conflict Bug
  197. Урок 197. 00:14:36
    Image Upload
  198. Урок 198. 00:10:18
    Image Size Validations
  199. Урок 199. 00:10:21
    Image Upload in Production
  200. Урок 200. 00:08:12
    Complete Prod Image Upload
  201. Урок 201. 00:10:52
    Start the new SaaS app
  202. Урок 202. 00:08:28
    Setup email
  203. Урок 203. 00:06:32
    Setup Milia and Devise
  204. Урок 204. 00:10:37
    Add Bootstrap for styling
  205. Урок 205. 00:10:05
    Build Homepage and add styling
  206. Урок 206. 00:15:19
    Add Plans for Tenants
  207. Урок 207. 00:18:15
    Confirmations and Styling
  208. Урок 208. 00:10:44
    Invite new members
  209. Урок 209. 00:17:29
    Projects for Tenants
  210. Урок 210. 00:11:28
    Projects Controller
  211. Урок 211. 00:08:38
    Add Datepicker
  212. Урок 212. 00:14:42
    Projects show and list
  213. Урок 213. 00:06:58
    Create Artifacts
  214. Урок 214. 00:11:42
    Setting up AWS
  215. Урок 215. 00:11:09
    Upload Artifacts
  216. Урок 216. 00:10:13
    Complete Artifacts
  217. Урок 217. 00:07:25
    Fix AWS issues and Preview App
  218. Урок 218. 00:12:13
    Setup Stripe for Payments
  219. Урок 219. 00:04:46
    Form for Credit Card Fields
  220. Урок 220. 00:14:43
    Javascript details - Stripe and Payment Processing
  221. Урок 221. 00:24:19
    Javascript continued
  222. Урок 222. 00:17:10
    Custom Registrations Controller
  223. Урок 223. 00:15:35
    Edit Tenant Plans
  224. Урок 224. 00:15:35
    Update Action
  225. Урок 225. 00:03:38
    Add Admin User for Organizations
  226. Урок 226. 00:10:46
    Create Nav Partial
  227. Урок 227. 00:18:51
    Users and Projects
  228. Урок 228. 00:14:18
    Complete User - Project views
  229. Урок 229. 00:12:55
    Bug Fixes, Preview and Deploy!
  230. Урок 230. 00:02:13
    Section intro - Use MaterializeCSS as front-end instead of bootstrap
  231. Урок 231. 00:09:06
    Start new rails app, run server - both local and cloud-IDE example
  232. Урок 232. 00:12:42
    App structure, MVC and root route
  233. Урок 233. 00:06:12
    Add routes
  234. Урок 234. 00:09:23
    Explore the layout file and erb
  235. Урок 235. 00:07:54
    Start styling the app
  236. Урок 236. 00:12:42
    Add front-end framework and navigation
  237. Урок 237. 00:08:49
    Create a sticky footer
  238. Урок 238. 00:16:03
    Add dropdown feature and hamburger menu
  239. Урок 239. 00:11:46
    Work on the content layout view - Courses
  240. Урок 240. 00:20:35
    CRUD from the back-end and courses resource
  241. Урок 241. 00:13:07
    Front-end display and validations
  242. Урок 242. 00:03:56
    Learn how to use partials
  243. Урок 243. 00:10:08
    Create students resource
  244. Урок 244. 00:11:05
    Students index
  245. Урок 245. 00:15:41
    Create a new student form
  246. Урок 246. 00:10:50
    Create students and work with errors
  247. Урок 247. 00:12:35
    Add flash messages and errors
  248. Урок 248. 00:05:58
    Student show page
  249. Урок 249. 00:13:36
    Edit student functionality
  250. Урок 250. 00:18:38
    DRY your code - extract redundancies
  251. Урок 251. 00:11:38
    Add secure password
  252. Урок 252. 00:13:32
    Update forms to accept passwords and modify styling
  253. Урок 253. 00:13:16
    Authentication system - build routes and form
  254. Урок 254. 00:21:42
    Create and destroy sessions - add auth methods
  255. Урок 255. 00:18:36
    Restrict actions, views and clean up layout
  256. Урок 256. 00:07:11
    Introduction to many to many associations
  257. Урок 257. 00:10:45
    Create association from rails console
  258. Урок 258. 00:23:05
    Add associations from front-end
  259. Урок 259. 00:13:31
    Terminal basics in MacOS
  260. Урок 260. 00:04:19
    Command Line Tools
  261. Урок 261. 00:17:42
    Text editor
  262. Урок 262. 00:02:59
    Install (or check installation of) NodeJS
  263. Урок 263. 00:01:57
    Install Yarn (JavaScript package manager)
  264. Урок 264. 00:02:19
    Install RVM (Ruby version manager)
  265. Урок 265. 00:06:24
    Install Ruby
  266. Урок 266. 00:03:31
    Install and setup Git for version control
  267. Урок 267. 00:07:40
    Install and use Ruby on Rails 6
  268. Урок 268. 00:05:51
    Install and use Ruby on Rails 5
  269. Урок 269. 00:05:11
    Amazon Web Services Cloud9 setup
  270. Урок 270. 00:17:18
    Terminal basics in AWS Cloud9
  271. Урок 271. 00:06:53
    Install (or check installation of) Rails dependencies in IDE
  272. Урок 272. 00:08:24
    Install and use Rails 6 on AWS Cloud9
  273. Урок 273. 00:04:50
    Install and use Rails 5 on AWS Cloud9
  274. Урок 274. 00:02:20
    Final Student Project
  275. Урок 275. 00:00:41
    Thank you