| | Exercise Files.zip | 7.21 MB |
| | info.txt | 1.33 KB |
| | 001. Welcome.mp4 | 9.38 MB |
| | 002. Using the exercise files.mp4 | 6.76 MB |
| | 003. Introducing Ruby on Rails.mp4 | 4.14 MB |
| | 004. Why use Ruby on Rails.mp4 | 9.95 MB |
| | 005. Understanding MVC architecture.mp4 | 5.42 MB |
| | 006. Terminal and Unix setup.mp4 | 23.82 MB |
| | 007. Xcode.mp4 | 9.87 MB |
| | 008. Homebrew.mp4 | 10.92 MB |
| | 009. Ruby.mp4 | 32.3 MB |
| | 010. RubyGems.mp4 | 8.12 MB |
| | 011. Ruby on Rails.mp4 | 10.03 MB |
| | 012. MySQL.mp4 | 30.99 MB |
| | 013. Web server.mp4 | 4.32 MB |
| | 014. Text editor.mp4 | 12.63 MB |
| | 015. Using the Command Prompt.mp4 | 8.02 MB |
| | 016. Ruby.mp4 | 22.64 MB |
| | 017. DevKit.mp4 | 17.68 MB |
| | 018. RubyGems.mp4 | 5.53 MB |
| | 019. Ruby on Rails.mp4 | 9.4 MB |
| | 020. MySQL.mp4 | 30.06 MB |
| | 021. MySQL RubyGem.mp4 | 19.6 MB |
| | 022. Problems with MySQL RubyGem.mp4 | 4.56 MB |
| | 023. Web server.mp4 | 2.84 MB |
| | 024. Text editor.mp4 | 12.51 MB |
| | 025. Creating a project.mp4 | 13.9 MB |
| | 026. Introducing Bundler.mp4 | 14.03 MB |
| | 027. Accessing a project.mp4 | 11.02 MB |
| | 028. Generating a controller and view.mp4 | 12.04 MB |
| | 029. File structure.mp4 | 9.65 MB |
| | 030. Server request handling.mp4 | 10.68 MB |
| | 031. Routes.mp4 | 23.86 MB |
| | 032. Rendering templates.mp4 | 16.96 MB |
| | 033. Redirecting actions.mp4 | 13.27 MB |
| | 034. View templates.mp4 | 11.45 MB |
| | 035. Instance variables.mp4 | 8.97 MB |
| | 036. Links.mp4 | 12.54 MB |
| | 037. URL parameters.mp4 | 19.06 MB |
| | 038. Introducing databases.mp4 | 12.55 MB |
| | 039. Creating a database.mp4 | 13.76 MB |
| | 040. Configuring a project for a database.mp4 | 14.28 MB |
| | 041. Rake.mp4 | 9.14 MB |
| | 042. Introducing migrations.mp4 | 5.27 MB |
| | 043. Generating migrations.mp4 | 23.75 MB |
| | 044. Running migrations.mp4 | 19.66 MB |
| | 045. Migration methods.mp4 | 26.42 MB |
| | 046. Solving migration problems.mp4 | 17.04 MB |
| | 047. Challenge - Migrations for the CMS.mp4 | 7.22 MB |
| | 048. Solution - Migrations for the CMS.mp4 | 15.39 MB |
| | 049. Understanding ActiveRecord and ActiveRelation.mp4 | 8.84 MB |
| | 050. Generating a model.mp4 | 14.83 MB |
| | 051. Working in the Rails console.mp4 | 5.55 MB |
| | 052. Creating records.mp4 | 20.58 MB |
| | 053. Updating records.mp4 | 10.54 MB |
| | 054. Deleting records.mp4 | 8.98 MB |
| | 055. Finding records.mp4 | 14.47 MB |
| | 056. Query methods - Conditions.mp4 | 19.35 MB |
| | 057. Query methods - order, limit, and offset.mp4 | 17.08 MB |
| | 058. Named scopes.mp4 | 23.14 MB |
| | 059. Relationship types.mp4 | 12.14 MB |
| | 060. One-to-one associations.mp4 | 23.49 MB |
| | 061. One-to-many associations.mp4 | 26.29 MB |
| | 062. Many-to-many associations - Simple.mp4 | 25.37 MB |
| | 063. Many-to-many associations - Rich.mp4 | 33.65 MB |
| | 064. Traversing a rich association.mp4 | 13.25 MB |
| | 065. Basic CRUD.mp4 | 10.05 MB |
| | 066. Read action - Index.mp4 | 12.07 MB |
| | 067. Read action - Show.mp4 | 12.73 MB |
| | 068. Form basics.mp4 | 11.47 MB |
| | 069. Create action - New.mp4 | 11.07 MB |
| | 070. Mass assignment and strong parameters.mp4 | 6.78 MB |
| | 071. Create action - Create.mp4 | 20.21 MB |
| | 072. Update actions - Edit-update.mp4 | 18.83 MB |
| | 073. Delete actions - Delete-destroy.mp4 | 17.76 MB |
| | 074. Flash hash.mp4 | 16.96 MB |
| | 077. Layouts.mp4 | 24.94 MB |
| | 078. Partial templates.mp4 | 14.69 MB |
| | 079. Text helpers.mp4 | 32.14 MB |
| | 080. Number helpers.mp4 | 8.76 MB |
| | 081. Date and time helpers.mp4 | 8.36 MB |
| | 082. Custom helpers.mp4 | 17.41 MB |
| | 083. Sanitize helpers.mp4 | 25.04 MB |
| | 084. Introducing the asset pipeline.mp4 | 14.94 MB |
| | 085. Stylesheets.mp4 | 19.85 MB |
| | 086. JavaScript.mp4 | 27.58 MB |
| | 087. Images.mp4 | 19.07 MB |
| | 088. Form helpers.mp4 | 28.3 MB |
| | 089. Form option helpers.mp4 | 29.4 MB |
| | 090. Date and time form helpers.mp4 | 23.77 MB |
| | 091. Form errors.mp4 | 26.33 MB |
| | 092. Preventing cross-site request forgery.mp4 | 8.32 MB |
| | 093. Validation methods.mp4 | 23.27 MB |
| | 094. Using validation methods.mp4 | 36.04 MB |
| | 095. The validates method.mp4 | 8.03 MB |
| | 096. Custom validations.mp4 | 14.67 MB |
| | 097. Introduction to authentication.mp4 | 6.74 MB |
| | 098. Secure passwords.mp4 | 23.17 MB |
| | 099. Login and logout.mp4 | 21.62 MB |
| | 100. Cookies and sessions.mp4 | 19.99 MB |
| | 101. Restricting access with before_action.mp4 | 20.68 MB |
| | 102. Challenge - AdminUser CRUD.mp4 | 7.67 MB |
| | 103. Solution - AdminUser CRUD.mp4 | 24.63 MB |
| | 104. Nesting pages in subjects.mp4 | 37.45 MB |
| | 105. Adding RubyGems - acts_as_list.mp4 | 22 MB |
| | 106. Managing sort positions.mp4 | 16.15 MB |
| | 107. ActiveRecord callbacks.mp4 | 25.28 MB |
| | 108. The public area.mp4 | 26.21 MB |
| | 109. Public area navigation.mp4 | 13.37 MB |
| | 110. What is REST.mp4 | 6.69 MB |
| | 111. REST HTTP verbs.mp4 | 5.97 MB |
| | 112. RESTful routes.mp4 | 7.8 MB |
| | 113. RESTful links and forms.mp4 | 8.08 MB |
| | 114. Using nonstandard resources.mp4 | 5.26 MB |
| | 115. Nested resources.mp4 | 9.35 MB |
| | 116. Understanding errors.mp4 | 32 MB |
| | 117. Logging to log files.mp4 | 22.16 MB |
| | 118. Debugging techniques.mp4 | 5.25 MB |
| | 119. Errors in production.mp4 | 5.99 MB |
| | 120. Testing.mp4 | 10.06 MB |
| | 121. Deploying.mp4 | 8.2 MB |
| | 122. Next steps.mp4 | 5.54 MB |