Let's build an Airbnb clone with Ruby on Rails - Part 1

Let's build an Airbnb clone with Ruby on Rails - Part 1

TypeFast

2 года назад

38,163 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@sm1nch418
@sm1nch418 - 12.12.2023 11:33

Is this rails 7?

Ответить
@KenPococo
@KenPococo - 22.11.2023 15:43

Hi @TypeFast ! First of all thank you for you tutorial. I'm stuck, I can't install the gem "sassc-rails", when I bundle it here the error message :
"An error occurred while installing sassc
(2.4.0), and Bundler cannot continue.
In Gemfile:
sassc-rails was resolved to 2.1.2, which depends
on
sassc"

If you or anyone can help on this ?

Ответить
@alamjim6117
@alamjim6117 - 28.10.2023 07:55

Good video. But if you are making a video which people will learn from, don't spend time alphabetizing gems, finding favicon link etc. Those are not what people are here for.

Ответить
@Sebastian-zz8id
@Sebastian-zz8id - 13.08.2023 21:31

Cool, thank you!

Ответить
@JalaleddinElFirqi
@JalaleddinElFirqi - 08.07.2023 22:25

thank you sir

Ответить
@ludoder
@ludoder - 19.06.2023 13:37

For people doing this tutorial in 2023. You can set the partial header height by using tailwind classes by replacing h-16 with h-[80px]

Ответить
@meleu-dev
@meleu-dev - 19.05.2023 22:37

bro! you surely made a internet a better place with this series! I'm buying your course for sure!

Ответить
@markrutto8955
@markrutto8955 - 08.05.2023 00:47

This is great👍

Ответить
@florianf.3848
@florianf.3848 - 26.04.2023 15:03

I think it's really cool that you did not edit this video, because

a) it shows that even experienced developers struggle with stuff from time to time, making you feel less bad
b) it shows your way to finding solutions to problems, which is really, really valuable

Keep up the good work and thanks so much for sharing all of this!

Ответить
@engmsr1
@engmsr1 - 12.04.2023 15:38

Hi Can you develop this for us?

Ответить
@vasilevskicoding95
@vasilevskicoding95 - 16.02.2023 19:18

Is mac required to build ROR projects, or it can be done in windows?

Ответить
@tonybrown7847
@tonybrown7847 - 01.02.2023 19:20

This is great. I really like how this is done on the fly. I’m a new fan

Ответить
@xeniouskama
@xeniouskama - 28.01.2023 23:25

Hello, I am very happy to start this app with you by following your steps. Thank you so much for sharing all those tutorials. I have a question... I made a typo at the very beginning and now I'm at minute 23rd of your first video. I wonder if there is still a way to correct it at this point. I typed: "rails new airbnb-clone -T -d postgresql --css tailswind", with an "S" in the middle of tailwind! I now have a bug at the 23rd minute because I can't run: "bundle exec rails db:migrate db:test:prepare". It gives me the following message (obviously): "Specified input file ./app/assets/stylesheets/application.tailwind.css does not exist.error Command failed with exit code 9. Any clue how to resolve this ? Many many thanks 🙂

Ответить
@jessewcrockett
@jessewcrockett - 28.12.2022 13:56

Don't sell access.

Ответить
@AndresGarzonMaldonado
@AndresGarzonMaldonado - 24.12.2022 00:50

Thank you for your generosity in sharing this valuable material. I recognize that creating and sharing resources like this requires a significant investment of time and effort, and as a junior developer I am grateful for your willingness to help. I appreciate the opportunity to learn from your expertise and am grateful for your support. Once I have finished my project, I will be sure to share the link to the deployed app here so people can see the results of this work. Thank you again for your generosity and kindness.

Ответить
@lucky765
@lucky765 - 20.12.2022 09:39

Hey i know the video is already 6 months old but is there a reason why u mix tailwind with scss? For the height of the navbar u could have used the h-20 class to get 80 px?

Ответить
@abdu5822
@abdu5822 - 09.12.2022 13:22

small note: there is already a copy button on the right of tailwind template preview instead of copy the whole code.

Ответить
@alexandrataita8331
@alexandrataita8331 - 21.11.2022 19:35

Great video man. But for people like us starting web development how are we going to go about paid tailwind ui. Can you recommend free version?😢

Ответить
@grew7878
@grew7878 - 17.10.2022 20:48

is it legal to clone the site?

Ответить
@adegbitekelvin3875
@adegbitekelvin3875 - 10.10.2022 13:06

+1 sub

Ответить
@alertbaskin
@alertbaskin - 09.10.2022 10:46

Appreciate your work!! Also, not sure why sometimes the UI doesn't work for me even with the bin/dev but solved only after I redo the installation of tailwindcss.

Ответить
@cnadrianrbp
@cnadrianrbp - 26.09.2022 19:38

Overview: Build Airbnb with Rails by TypeFast
1. Modal & user Auth (parts: 1-10) 5h 30min
2. Properties & Geolocation (11-19) 3h 10min
3. Review & Favorites (20-25) 2h 10min
4. Reservations (26-29)
5. Share Modal (30-36)
6. Reviews (37-39)
7. Reservations (40-45)
8. Payments (46-50)
9. Profile & Authz (51-58)
10. Property Host (59-63)
11. Property Search (64-67)

Ответить
@BraisonsCrece
@BraisonsCrece - 22.09.2022 14:31

♥ THANK YOU FOR SHARE

Ответить
@Gary445
@Gary445 - 19.09.2022 16:34

Hey, thank you for these videos, really appreciate the effort you've put into them.

When you begin the project with "rails new <name> -d postgresql..." do you need to have a postgresql DB running elsewhere? When I start a project like this and then start the rails server I immediately get the error:

"ActiveRecord::ConnectionNotEstablished ...
could not connect to server: No such file or directory
Is the server running locally and accepting connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?"

Ответить
@kimhongsieng6457
@kimhongsieng6457 - 27.08.2022 09:21

Great video. but I cannot follow along. Could you show all pre-requirement in order to develop this project as you? I mean that how to install rails & ruby, tool etc...

Ответить
@ahmadirfan7840
@ahmadirfan7840 - 24.08.2022 07:54

when I generated the new rails app with tailwinds as I followed in your way, rails new airbnb-clone -T -d postgresql --css tailwind, rails unable to install tailwindcss. it generates the tailwindcss config file but this file was stored at the app/config. and the most weird is rails' tailwindcss generated the strange files at the root folder. but somehow, i have to manually installed the tailwindcss from the npm and npx-ing the watcher. then when i ran rails server, I manage to get the successfull output as i expected. but somehow, i don't have any idea why i can't generated the tailwindcss package by using --css flag, as you did in this educational video. from what i guess is, maybe rails unable to trace the tailwindcss config file, and it generated the weird file at the root folder.

Ответить
@holobolo1661
@holobolo1661 - 08.08.2022 03:56

bro make a playlist lmfao

Ответить
@bachata_family
@bachata_family - 24.07.2022 23:08

Thanks man 👊

Ответить
@cocoarecords
@cocoarecords - 21.07.2022 00:33

Interesting aff

Ответить
@jemiller1963
@jemiller1963 - 17.07.2022 21:59

Excited to start this series! Can you tell us about your tmux setup? I’m interested in the way you navigate at the bottom of your screen.

Ответить
@prometheus828
@prometheus828 - 05.07.2022 20:46

Amazing video!! Everything is working really well so far. The only snag I've come across is importing _colors. If I import _colors in application.scss, then the color is seen as an unidentified variable. Whereas, if I import it at the top of _header, then it works well. Any thoughts?

Ответить
@josbexerra8115
@josbexerra8115 - 25.06.2022 23:00

Muchas gracias Mister TypeFast....muy emocionado con el tutorial, saludos de los andes peruanos

Ответить
@DevBishwasBh
@DevBishwasBh - 25.06.2022 20:23

Thanks but, I guess using a IDE like Ruby Mine or VsCode makes us to understand the video quite well.

Ответить
@DevBishwasBh
@DevBishwasBh - 25.06.2022 03:47

How about giving some time stamps?

Ответить
@jamesharold661
@jamesharold661 - 19.06.2022 14:46

Hey, I want to continue the course. But all videos past video 13 are hidden. Is there a way to see the other new videos?

Ответить
@weslleylucassilvadossantos3783
@weslleylucassilvadossantos3783 - 18.06.2022 17:02

Awesome work man, congratz! :)

my i ask you why you keep changing sigle quotes for double quotes?

Ответить
@CHACHANUS
@CHACHANUS - 18.06.2022 03:35

thanks for your videos!!!

Ответить
@GreG-mv1jv
@GreG-mv1jv - 16.06.2022 22:44

Will there be an admin side to this like airBNB? Thanks for the great tutorials. Keep it up!

Ответить
@ddd2283
@ddd2283 - 15.06.2022 13:14

Why no course code ? (((

Ответить
@martinarce8138
@martinarce8138 - 09.06.2022 18:28

Amazing videos! Pity you went for a paid option for TW! Anything else is on poin!

Ответить
@lala-wb7gi
@lala-wb7gi - 06.06.2022 22:24

Keep going bro I need this series, I want to learn ruby on rails

Ответить
@bahubaliak6552
@bahubaliak6552 - 02.06.2022 09:13

thanks man!. would like to see more clone videos on ruby on rails

Ответить
@MikeHickman
@MikeHickman - 02.06.2022 06:47

Hey hey! Thanks for the videos. Quick tip for you since you're in vim/nvim. Don't manually sort your gems if you want to get them in alphabetical order.

I'm still learning vim, but check this out:
- Shift + v and visually select all the gem lines you want to order
- :sort

Run that sort command once your lines are highlighted and it's instant. Done. Takes -0.00001 seconds and you're good to go. Enjoy!

Ответить
@arthurmiranda8896
@arthurmiranda8896 - 31.05.2022 18:30

Cant wait for part 2!

Ответить
@EnjoytheMents
@EnjoytheMents - 31.05.2022 12:29

Cant wait to watch this one !! saved for now and will follow the whole serie!! any way we can tip/ donate?

Ответить
@shinzhang4961
@shinzhang4961 - 31.05.2022 04:45

Thank you!

Ответить
@codingkrazy
@codingkrazy - 31.05.2022 03:25

Nice.. excited for this one

Ответить
@smhabibjr
@smhabibjr - 31.05.2022 02:15

Appreciated . looking forward to seeing this series.

Ответить