Advertisement
Guest User

Untitled

a guest
Apr 4th, 2011
5,794
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 5.21 KB | None | 0 0
  1. Introduction
  2. Welcome                                 00:00:57
  3. Using the exercise files                00:02:53
  4.  
  5.  
  6. 1. What Is Ruby on Rails?
  7. What is Ruby on Rails?                  00:02:32
  8. Why use Ruby on Rails?                  00:05:44
  9. Understanding MVC architecture          00:03:36
  10.  
  11.  
  12. 2. Installing Ruby on Rails on a Mac
  13. Terminal and Unix setup                 00:10:18
  14. Xcode                                   00:02:28    
  15. Ruby                                    00:03:47    
  16. RubyGems                                00:03:42
  17. Rails                                   00:03:31    
  18. MySQL                                   00:13:00    
  19. Web server                              00:03:02
  20. Text editor                             00:06:17
  21.  
  22.  
  23. 3. Installing Ruby on Rails on a Windows Machine
  24. Using the Command Prompt                00:03:05
  25. Ruby                                    00:05:35  
  26. RubyGems                                00:02:29  
  27. Rails                                   00:01:56  
  28. MySQL                                   00:13:30  
  29. MySQL DLL fix                           00:07:44  
  30. Web server                              00:02:03  
  31. Text editor                             00:05:54  
  32.  
  33. 4. Getting Started
  34. Creating a project                      00:05:15
  35. Accessing a project                     00:04:31
  36. Generating a controller and view        00:07:10
  37. File structure of a Rails applicatio    00:06:30
  38. How server requests are handled         00:07:57
  39. Routes                                  00:07:19
  40.  
  41. 5. Controllers, Views, and Dynamic Content
  42. Rendering templates                     00:07:12
  43. Redirecting actions                     00:06:02
  44. View templates                          00:05:37
  45. Instance variables                      00:04:13
  46. Links                                   00:05:27
  47. URL parameters                          00:09:08
  48.  
  49. 6. Databases and Migrations
  50. Introducing databases                   00:07:03
  51. Creating a database                     00:06:08
  52. Configuring a project for a databas     00:05:49
  53. Rake                                    00:04:43
  54. Introducing migrations                  00:03:51
  55. Generating a migration                  00:10:30
  56. Running a migration                     00:09:53
  57. Migration methods                       00:09:00
  58. Solving migration problems              00:04:59
  59. Migrations for the CMS                  00:03:46
  60. Migration exercise solution             00:07:02
  61.  
  62. 7. Models, ActiveRecord, and ActiveRelation
  63. Understanding ActiveRecord and ActiveRelation   00:05:13
  64. Generating a model                      00:06:49
  65. Working in the Rails console            00:02:35
  66. Creating records                        00:05:25
  67. Updating records                        00:04:01
  68. Deleting records                        00:02:02
  69. Finding records                         00:07:54
  70. Query methods: Conditions               00:12:15
  71. Query methods: Order, limit, and offset 00:06:31
  72. Named scopes                            00:06:14
  73.  
  74. 8. Associations
  75. Relationship types                      00:05:31
  76. One-to-one associations                 00:07:17
  77. One-to-many associations                00:07:49
  78. Many-to-many associations: Simple       00:08:13
  79. Many-to-many associations: Rich         00:10:35
  80. Traversing a rich association           00:05:56
  81.  
  82. 9. Controllers and CRUD
  83. Basic CRUD                              00:04:37
  84. Read action: List                       00:05:54
  85. Read action: Show                       00:06:05
  86. Form basics                             00:06:34
  87. Create action: New                      00:03:24
  88. Create action: Create                   00:04:27
  89. Update actions: Edit/update             00:04:59
  90. Delete actions: Delete/destroy          00:05:54
  91. Flash hash                              00:05:40
  92.  
  93. 10. Layouts, Partials, and View Helpers
  94. Layouts                                 00:07:16
  95. Partial templates                       00:05:01
  96. Stylesheets                             00:05:10
  97. JavaScript                              00:06:52
  98. Images                                  00:03:12
  99. Text helpers                            00:09:07
  100. Number helpers                          00:03:15
  101. Date and time helpers                   00:08:05
  102. Custom helpers                          00:07:02
  103.  
  104. 11. Forms
  105. Form helpers                            00:08:42
  106. Form option helpers                     00:06:03
  107. Date and time form helpers              00:06:59
  108. Form tag helpers                        00:07:46
  109. Form errors                             00:08:02
  110. Form field labels                       00:03:56
  111. Preventing cross-site request forgery   00:04:53
  112. Escaping input                          00:03:21
  113. Escaping output                         00:10:27
  114.  
  115. 12. Data Validation
  116. Validation methods                      00:08:39
  117. Using validation methods                00:13:49
  118. Validates method                        00:03:20
  119. Validating associated records           00:05:15
  120.  
  121. 13. User Authentication
  122. Introduction to authentication          00:03:26
  123. Hashing passwords                       00:06:36
  124. Salting passwords                       00:07:12
  125. Protecting attributes during mass assignment 00:05:45
  126. Callbacks                               00:09:01
  127. Authenticating                          00:03:35
  128. Login and logout                        00:07:07
  129. Cookies and sessions                    00:11:30
  130. Restricting access: Before filters      00:07:15
  131.  
  132. 14. Improving the Simple CMS
  133. Admin user CRUD                         00:10:41
  134. Nesting pages in subjects               00:10:10
  135. Scoping the sort positions              00:04:44
  136. Managing sort positions                 00:09:59
  137. Using the positionMove module           00:09:51
  138. Public area                             00:07:59
  139. Public area navigation                  00:06:16
  140.  
  141. 15. Debugging and Error Handling
  142. Errors in the development environment   00:09:19
  143. Logging to log files                    00:09:01
  144. Debugging techniques                    00:02:40
  145. Errors in the production environment    00:03:12
  146.  
  147. 16. Introducing More Advanced Topics
  148. Deploying                               00:07:32
  149. Adding libraries, gems, and plug-ins    00:04:32
  150. Bundler                                 00:03:50
  151. REST                                    00:08:12
  152. Testing                                 00:06:58
  153.  
  154. Conclusion
  155. Goodbye                                 00:02:08
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement