Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby

How to show images on Heroku project?

I've created one ruby on rails project and deployed it by using heroku. This is it.

https://kampoquiz1.herokuapp.com/

As you can see, there is no images on my website. I researched way to solve this problem but I couldn't figured out.

I understood heroku ignore uploading images from this Q&A and it's better to use s3(AWS).

https://teamtreehouse.com/forum/image-not-showing-on-ruby-on-rails-app-deployed-on-heruku

So I googled about relationship between heroku and s3 but there is not good instruction as far as I know....

Please recommend me good website or tutorial video for showing images or tell me what I should do.

1 Answer

https://devcenter.heroku.com/articles/s3

Hope there is better solution...