Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Build a Photo Blog with Ruby on Rails
Application Creation
Creating the Rails Application (3:27)
Reviewing the File Setup in the Application (5:47)
Setting up the application's Model, Views, and Controller (5:43)
Working with the Rails Console (5:11)
Integrating Validations for Data Integrity (4:30)
Setting up the homepage in the route's file (3:22)
Integrate photo uploading processes
Gems for image uploading and connecting to the AWS API (5:38)
Creating the Carrierwave Upload Generator File (2:24)
Configuring the file upload parameters with custom resize methods (6:15)
Integrating the photo upload process into the model (2:25)
Setting up Figaro for secure environment variable management (3:28)
Connecting to the AWS CDN
Creating AWS Buckets on the CDN server (2:44)
Integrating a connector to the AWS API with Fog (5:26)
Integrating photo uploading and rendering
Integrating the file upload field into the view form (3:09)
Rendering images from the server onto the web application (5:23)
Integrating photo rendering on the homepage (5:35)
Making images clickable (2:22)
Introduction to Rspec Testing
RSpec Setup and Installation (3:31)
Creating the User Model (2:15)
Creating and Running User Validation Tests (9:51)
Integrating Length Validations and Running in Documentation Mode (5:19)
Creating AWS Buckets on the CDN server
Download
Complete and Continue