Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Build a Photo Blog with Ruby on Rails
Rating: 4.4 out of 5(61 ratings)
2,434 students

Build a Photo Blog with Ruby on Rails

Learn how to build a robust Ruby on Rails photo uploading and management application in this project based course.
Created byJordan Hudgens
Last updated 3/2015
English

What you'll learn

  • Learn how to build a Ruby on Rails photo uploading application
  • Learn how to work with the Amazon Web Services (AWS) API
  • Fully scaffold a blog application
  • Learn skills such as dynamic image sizing
  • Build applications with a MVC (model, view, controller) structure
  • Gain an introductory level of experience with RSpec testing
  • Work with the Postgres database

Course content

5 sections21 lectures1h 33m total length
  • Creating the Rails Application3:26
  • Reviewing the File Setup in the Application5:45
  • Setting up the application's Model, Views, and Controller5:41
  • Working with the Rails Console5:09
  • Integrating Validations for Data Integrity4:28
  • Setting up the homepage in the route's file3:21

Requirements

  • Basic understanding of the Ruby on Rails framework
  • Have Ruby on Rails setup on their systems

Description

In this intermediate Ruby on Rails development course you will learn how to create a rails application from scratch and implement all of the code necessary for creating a photo uploading feature for a blog. This includes: creating and scaffolding the rails application with full CRUD functionality, building out the upload configuration files and dynamic sizing methods, connecting to the Amazon S3 CDN server for both uploading and downloading files for the application, building out the view files in the application to render the images, and much more. At the end I've also included an introduction to RSpec testing and how to integrate it into the application.

The frameworks, systems, and libraries you will learn how to use in this course are:

  • Ruby on Rails, version 4.2
  • Carrierwave for file upload processing
  • Amazon Web Services (AWS) CDN API for storing and retrieving image files
  • Figaro for secure credential management
  • Fog for AWS API connections
  • Rspec for automated testing
  • MiniMagick for dynamically manipulating file sizes
  • ActiveRecord for managing database migrations and queries
  • And the processes associated with building a real Ruby on Rails web application!
By the end of this course you will be able to create a fully functional image uploading application, you can either extend it's functionality to turn it into something that fits your needs, or leverage the processes to include photo uploading and management into your own applications.
All of the source code for the working application is available for students to review and use.
Finally, it's my goal that all students are able to get through the course successfully, and I therefore check the course message board daily and assist students through any parts of the course.

Who this course is for:

  • This Ruby on Rails course is meant for developers with a basic level of Ruby on Rails experience, this is an intermediate level course.