Let's build an Airbnb clone with Ruby on Rails - Part 20 - Adding a review system

preview_player
Показать описание
Purchase access to the GitHub repository at:

TypeFast

We'll build a clone of Airbnb with Ruby on Rails! Learn how to build real apps using the best (100% my opinion) web framework.

This is part 20, and we add a review system in this video.
Рекомендации по теме
Комментарии
Автор

Thank you.. Your tutorials are very helpful.. I like that you including the testing with rspec. Excellent tutorial series.. Thank you.

ricardomordaunt
Автор

Thanks for the series Chris :)) Really like the way you explain things

weslleylucassilvadossantos
Автор

This series is amazing! I'm finding it really useful while building my own first web app with almost the same tech stack you're using here. (My app is actually closer to TripAdvisor in terms of functionality but there's still a lot of feature overlap.)

Is there any chance you might go back and expand on your clone app to give properties multiple images with thumbnail slideshow, as in the real AirBnB? That's something I'm trying to build now in my own app, it would be incredibly useful to see how you would do it.

rebeccamaybaum
Автор

Hi, if you were to make a slideshow, what would you use to do?

davincithings
Автор

I was able to clear all the db:reset, money deprecation warnings by uncommenting locale setting in config/initializers/money.rb "config.locale_backend = :i18n"

jakepillai