Addison Wesley Professional Ruby on Rails Tutorial 6th Edition
Focused View
20:22:12
69 View
001 - Ruby on Rails 6 - Introduction.mp4
03:28
002 - Topics.mp4
00:33
003 - 1.0 Introduction.mp4
03:59
004 - 1.1 Up and Running.mp4
01:27
005 - 1.1.1 Development Environment.mp4
02:35
006 - 1.1.2 Installing Rails.mp4
03:07
007 - 1.2 The First Application.mp4
02:31
008 - 1.2.1 Bundler.mp4
02:58
009 - 1.2.2 Rails Server.mp4
02:28
010 - 1.2.3 Model-View-Controller (MVC).mp4
01:29
011 - 1.2.4 Hello, World!.mp4
02:44
012 - 1.3 Version Control with Git.mp4
01:11
013 - 1.3.1 Installation and Setup.mp4
07:48
014 - 1.3.2 What Good Does Git Do You.mp4
02:40
015 - 1.3.3 GitHub.mp4
03:22
016 - 1.3.4 Branch, Edit, Commit, Merge.mp4
07:34
017 - 1.4 Deploying.mp4
00:48
018 - 1.4.1 Heroku Setup and Deployment.mp4
05:17
019 - 1.4.2 Heroku Commands.mp4
01:59
020 - 1.5 Conclusion.mp4
00:25
021 - Topics.mp4
00:41
022 - 2.0 Introduction.mp4
01:59
023 - 2.1 Planning the Application.mp4
07:09
024 - 2.1.1 A Toy Model for Users.mp4
00:47
025 - 2.1.2 A Toy Model for Microposts.mp4
00:46
026 - 2.2 The Users Resource.mp4
02:55
027 - 2.2.1 A User Tour.mp4
02:30
028 - 2.2.2 MVC in Action.mp4
05:44
029 - 2.2.3 Weaknesses of This Users Resource.mp4
01:48
030 - 2.3 The Microposts Resource.mp4
02:59
031 - 2.3.1 A Micropost Microtour.mp4
01:08
032 - 2.3.2 Putting the Micro in Microposts..mp4
02:06
033 - 2.3.3 A User Has Many Microposts.mp4
05:44
034 - 2.3.4 Inheritance Hierarchies.mp4
02:28
035 - 2.3.5 Deploying the Toy App.mp4
04:03
036 - 2.4 Conclusion.mp4
00:48
037 - Topics.mp4
00:35
038 - 3.0 Introduction.mp4
00:26
039 - 3.1 Sample App Setup.mp4
14:44
040 - 3.2 Static Pages.mp4
00:32
041 - 3.2.1 Generated Static Pages.mp4
08:10
042 - 3.2.2 Custom Static Pages.mp4
04:10
043 - 3.3 Getting Started with Testing.mp4
01:17
044 - 3.3.1 Our First Test.mp4
03:13
045 - 3.3.2 Red.mp4
01:22
046 - 3.3.3 Green.mp4
06:34
047 - 3.3.4 Refactor.mp4
00:32
048 - 3.4 Slightly Dynamic Pages.mp4
02:19
049 - 3.4.1 Testing Titles (Red).mp4
02:28
050 - 3.4.2 Adding Page Titles (Green).mp4
03:01
051 - 3.4.3 Layouts and Embedded Ruby (Refactor).mp4
10:07
052 - 3.4.4 Setting the Root Route.mp4
01:23
053 - 3.5 Conclusion.mp4
07:28
054 - 3.6 Advanced Testing Setup.mp4
00:53
055 - 3.6.1 Minitest Reporters.mp4
01:44
056 - 3.6.2 Automated Tests with Guard.mp4
04:01
057 - Topics.mp4
00:29
058 - 4.0 Introduction.mp4
00:14
059 - 4.1 Motivation.mp4
00:41
060 - 4.1.1 Built-In Helpers.mp4
01:06
061 - 4.1.2 Custom Helpers.mp4
07:09
062 - 4.2 Strings and Methods.mp4
02:49
063 - 4.2.1 Strings.mp4
05:01
064 - 4.2.2 Objects and Message Passing.mp4
08:35
065 - 4.2.3 Method Definitions.mp4
03:18
066 - 4.2.4 Back to the Title Helper.mp4
01:54
067 - 4.3 Other Data Structures.mp4
00:26
068 - 4.3.1 Arrays and Ranges.mp4
11:26
069 - 4.3.2 Blocks.mp4
08:07
070 - 4.3.3 Hashes and Symbols.mp4
13:35
071 - 4.3.4 CSS Revisited.mp4
02:42
072 - 4.4 Ruby Classes.mp4
00:28
073 - 4.4.1 Constructors.mp4
02:39
074 - 4.4.2 Class Inheritance.mp4
07:11
075 - 4.4.3 Modifying Built-in Classes.mp4
03:24
076 - 4.4.4 A Controller Class.mp4
02:47
077 - 4.4.5 A User Class.mp4
06:02
078 - 4.5 Conclusion.mp4
02:38
079 - Topics.mp4
00:39
080 - 5.0 Introduction.mp4
00:34
081 - 5.1 Adding Some Structure.mp4
02:04
082 - 5.1.1 Site Navigation.mp4
18:15
083 - 5.1.2 Bootstrap and Custom CSS.mp4
09:18
084 - 5.1.3 Partials.mp4
09:34
085 - 5.2 Sass and the Asset Pipeline.mp4
00:16
086 - 5.2.1 The Asset Pipeline.mp4
02:29
087 - 5.2.2 Syntactically Awesome Stylesheets.mp4
09:04
088 - 5.3 Layout Links.mp4
00:42
089 - 5.3.1 Contact Page.mp4
03:16
090 - 5.3.2 Rails Routes.mp4
04:09
091 - 5.3.3 Using Named Routes.mp4
01:31
092 - 5.3.4 Layout Link Tests.mp4
07:55
093 - 5.4 User Signup - A Frst Step.mp4
00:15
094 - 5.4.1 Users Controller.mp4
01:36
095 - 5.4.2 Signup URL.mp4
01:57
096 - 5.5 Conclusion.mp4
01:56
097 - Topics.mp4
00:33
098 - 6.0 Introduction.mp4
02:15
099 - 6.1 User Model.mp4
01:10
100 - 6.1.1 Database Migrations.mp4
10:07
101 - 6.1.2 The Model Fle.mp4
00:42
102 - 6.1.3 Creating User Objects.mp4
07:06
103 - 6.1.4 Finding User Objects.mp4
04:25
104 - 6.1.5 Updating User Objects.mp4
05:00
105 - 6.2 User Validations.mp4
01:41
106 - 6.2.1 A Validity Test.mp4
03:17
107 - 6.2.2 Validating Presence.mp4
05:42
108 - 6.2.3 Length Validation.mp4
03:47
109 - 6.2.4 Format Validation.mp4
16:33
110 - 6.2.5 Uniqueness Validation.mp4
14:52
111 - 6.3 Adding a Secure Password.mp4
00:29
112 - 6.3.1 A Hashed Password.mp4
02:58
113 - 6.3.2 User Has Secure Password.mp4
01:36
114 - 6.3.3 Minimum Password Standards.mp4
02:54
115 - 6.3.4 Creating and Authenticating a User.mp4
06:46
116 - 6.4 Conclusion.mp4
05:01
117 - Topics.mp4
00:39
118 - 7.0 Introduction.mp4
00:36
119 - 7.1 Showing Users.mp4
01:17
120 - 7.1.1 Debug and Rails Environments.mp4
06:39
121 - 7.1.2 A Users Resource.mp4
06:41
122 - 7.1.3 Debugger.mp4
03:45
123 - 7.1.4 A Gravatar Image and a Sidebar.mp4
16:45
124 - 7.2 Signup Form.mp4
01:33
125 - 7.2.1 Using Form With.mp4
08:59
126 - 7.2.2 Signup Form HTML.mp4
03:26
127 - 7.3 Unsuccessful Signups.mp4
01:00
128 - 7.3.1 A Working Form.mp4
03:56
129 - 7.3.2 Strong Parameters.mp4
06:57
130 - 7.3.3 Signup Error Messages.mp4
12:02
131 - 7.3.4 A Test for Invalid Submission.mp4
09:27
132 - 7.4 Successful Signups.mp4
00:41
133 - 7.4.1 The Finished Signup Form.mp4
04:05
134 - 7.4.2 The Flash.mp4
05:39
135 - 7.4.3 The First Signup.mp4
04:39
136 - 7.4.4 A Test for Valid Submission.mp4
03:55
137 - 7.5 Professional-Grade Deployment.mp4
01:19
138 - 7.5.1 SSL in Production.mp4
01:34
139 - 7.5.2 Production Webserver.mp4
03:24
140 - 7.5.3 Production Database Configuration.mp4
01:19
141 - 7.5.4 Production Deployment.mp4
01:49
142 - 7.6 Conclusion.mp4
00:35
143 - Topics.mp4
00:22
144 - 8.0 Introduction.mp4
00:53
145 - 8.1 Sessions.mp4
01:53
146 - 8.1.1 Sessions Controller.mp4
00:53
147 - 8.1.2 Login Form.mp4
09:29
148 - 8.1.3 Finding and Authenticating a User.mp4
05:43
149 - 8.1.4 Rendering with a Flash Message.mp4
02:11
150 - 8.1.5 A Flash Test.mp4
04:49
151 - 8.2 Logging In.mp4
01:37
152 - 8.2.1 The Log In Method.mp4
04:53
153 - 8.2.2 Current User.mp4
04:10
154 - 8.2.3 Changing the Layout Links.mp4
09:12
155 - 8.2.4 Testing Layout Changes.mp4
10:25
156 - 8.2.5 Login Upon Signup.mp4
03:06
157 - 8.3 Logging Out.mp4
06:02
158 - 8.4 Conclusion.mp4
01:52
159 - Topics.mp4
00:22
160 - 9.0 Introduction.mp4
00:43
161 - 9.1 Remember Me.mp4
00:44
162 - 9.1.1 Remember Token and Digest.mp4
11:44
163 - 9.1.2 Login with Remembering.mp4
13:36
164 - 9.1.3 Forgetting Users.mp4
03:06
165 - 9.1.4 Two Subtle Bugs.mp4
07:14
166 - 9.2 Remember Me Checkbox.mp4
07:08
167 - 9.3 Remember Tests.mp4
01:31
168 - 9.3.1 Testing the Remember Me Box.mp4
07:37
169 - 9.3.2 Testing the Remember Branch.mp4
08:31
170 - 9.4 Conclusion.mp4
04:51
171 - Topics.mp4
00:43
172 - 10.0 Introduction.mp4
00:42
173 - 10.1 Updating Users.mp4
01:51
174 - 10.1.1 Edit Form.mp4
09:00
175 - 10.1.2 Unsuccessful Edits.mp4
02:14
176 - 10.1.3 Testing Unsuccessful Edits.mp4
04:07
177 - 10.1.4 Successful Edits (with TDD).mp4
09:19
178 - 10.2 Authorization.mp4
01:14
179 - 10.2.1 Requiring Logged-In Users.mp4
10:10
180 - 10.2.2 Requiring the Right User.mp4
11:12
181 - 10.2.3 Friendly Forwarding.mp4
10:36
182 - 10.3 Showing All Users.mp4
00:39
183 - 10.3.1 Users Index.mp4
07:35
184 - 10.3.2 Sample Users.mp4
05:26
185 - 10.3.3 Pagination.mp4
05:35
186 - 10.3.4 Users Index Test.mp4
08:08
187 - 10.3.5 Partial Refactoring.mp4
03:16
188 - 10.4 Deleting Users.mp4
00:26
189 - 10.4.1 Administrative Users.mp4
06:17
190 - 10.4.2 The Destroy Action.mp4
06:37
191 - 10.4.3 User Destroy Tests.mp4
09:33
192 - 10.5 Conclusion.mp4
04:14
193 - Topics.mp4
00:34
194 - 11.0 Introduction.mp4
02:06
195 - 11.1 Account Activations Resource.mp4
00:45
196 - 11.1.1 Account Activations Controller.mp4
02:35
197 - 11.1.2 Account Activation Data Model.mp4
10:03
198 - 11.2 Account Activation Emails.mp4
00:15
199 - 11.2.1 Mailer Templates.mp4
09:21
200 - 11.2.2 Email Previews.mp4
06:01
201 - 11.2.3 Email Tests.mp4
06:35
202 - 11.2.4 Updating the Users Create Action.mp4
03:45
203 - 11.3 Activating the Account.mp4
02:42
204 - 11.3.1 Generalizing the Authenticated Method.mp4
07:01
205 - 11.3.2 Activation Edit Action.mp4
06:48
206 - 11.3.3 Activation Test and Refactoring.mp4
13:03
207 - 11.4 Email in Production.mp4
05:53
208 - 11.5 Conclusion.mp4
00:24
209 - Topics.mp4
00:21
210 - 12.0 Introduction.mp4
02:01
211 - 12.1 Password Resets Resource.mp4
00:43
212 - 12.1.1 Password Resets Controller.mp4
03:39
213 - 12.1.2 New Password Resets.mp4
04:40
214 - 12.1.3 Password Reset Create Action.mp4
00:43
215 - 12.2 Password Reset Emails.mp4
00:22
216 - 12.2.1 Password Reset Mailer and Templates.mp4
04:51
217 - 12.2.2 Email Tests.mp4
02:42
218 - 12.3 Resetting the Password.mp4
00:28
219 - 12.3.1 Reset Edit Action.mp4
05:55
220 - 12.3.2 Updating the Reset.mp4
15:10
221 - 12.3.3 Password Reset Test.mp4
23:28
222 - 12.4 Email in Production (Take Two).mp4
06:16
223 - 12.5 Conclusion.mp4
00:56
224 - Topics.mp4
00:43
225 - 13.0 Introduction.mp4
00:33
226 - 13.1 A Micropost Model.mp4
00:37
227 - 13.1.1 The Basic Model.mp4
03:47
228 - 13.1.2 Micropost Validations.mp4
05:28
229 - 13.1.3 User Micropost Associations.mp4
03:45
230 - 13.1.4 Micropost Refinements.mp4
09:21
231 - 13.2 Showing Microposts.mp4
00:37
232 - 13.2.1 Rendering Microposts.mp4
08:50
233 - 13.2.2 Sample Microposts.mp4
04:37
234 - 13.2.3 Profile Micropost Tests.mp4
11:23
235 - 13.3 Manipulating Microposts.mp4
00:53
236 - 13.3.1 Micropost Access Control.mp4
06:09
237 - 13.3.2 Creating Microposts.mp4
15:55
238 - 13.3.3 A Proto-Feed.mp4
09:32
239 - 13.3.4 Destroying Microposts.mp4
05:50
240 - 13.3.5 Micropost Tests.mp4
12:21
241 - 13.4 Micropost Images.mp4
00:30
242 - 13.4.1 Basic Image Upload.mp4
08:01
243 - 13.4.2 Image Validation.mp4
07:21
244 - 13.4.3 Image Resizing.mp4
04:12
245 - 13.4.4 Image Upload in Production.mp4
11:23
246 - 13.5 Conclusion.mp4
00:32
247 - Topics.mp4
00:34
248 - 14.0 Introduction.mp4
02:07
249 - 14.1 The Relationship Model.mp4
01:43
250 - 14.1.1 A Problem with the Data Model (and a Solution).mp4
06:28
251 - 14.1.2 User Relationship Associations.mp4
04:42
252 - 14.1.3 Relationship Validations.mp4
03:16
253 - 14.1.4 Followed Users.mp4
09:54
254 - 14.1.5 Followers.mp4
03:45
255 - 14.2 A Web Interface for Following Users.mp4
00:40
256 - 14.2.1 Sample Following Data.mp4
02:42
257 - 14.2.2 Stats and a Follow Form.mp4
23:38
258 - 14.2.3 Following and Followers Pages.mp4
19:08
259 - 14.2.4 A Working Follow Button the Standard Way.mp4
09:13
260 - 14.2.5 A Working Follow Button with Ajax.mp4
14:19
261 - 14.2.6 Following Tests.mp4
07:54
262 - 14.3 The Status Feed.mp4
00:38
263 - 14.3.1 Motivation and Strategy.mp4
00:44
264 - 14.3.2 A First Feed Implementation.mp4
10:31
265 - 14.3.3 Subselects.mp4
08:07
266 - 14.4 Conclusion.mp4
00:46
267 - Ruby on Rails 6 - Summary.mp4
00:43
More details
User Reviews
Rating
average 0
Focused display
Category

LiveLessons
View courses LiveLessonsPearson's video training library is an indispensable learning tool for today's competitive job market. Having essential technology training and certifications can open doors for career advancement and life enrichment. We take learning personally. We've published hundreds of up-to-date videos on wide variety of key topics for Professionals and IT Certification candidates. Now you can learn from renowned industry experts from anywhere in the world, without leaving home.
- language english
- Training sessions 267
- duration 20:22:12
- Release Date 2023/11/07