Venue – Part 2 – Adding Images to Your Site with Amazon S3
For part 2 of our five-part series, we add image uploads with resizing to our site using Carrierwave (a Ruby 'gem', a.k.a. a library for adding functionality) and a place to store the images, Amazon S3
View demo
Also in this series
Venue – Part 5 – Editing and Deleting Posts
Venue – Part 4 – Getting Your Code Live and Hosted with Heroku
Venue – Part 3 – Adding Styles to Our Site Using Sass
Venue – Part 2 – Adding Images to Your Site with Amazon S3
Venue – Part 1 – How to Make a Web App from Scratch
Also in this series
Intermediate
14:15
TUTORIAL
Venue – Part 4 – Getting Your Code Live and Hosted with Heroku
In part 4 of 5 of our series, we talk about how to get your Rails code from just being on your computer to being hosted by Heroku where everyone in the world can view your work. We talk about how to use Git to deploy our code and making your code's configuration safe with secrets.
Intermediate
25:58
TUTORIAL
Venue – Part 1 – How to Make a Web App from Scratch
In this 5-part series, we talk about how to make an image bookmarking web application using Ruby on Rails, Sass, Git, Amazon S3 and Heroku. If you've ever wanted to make your own custom web software, this is the series for you.