How I start EVERY Rails app (pt. 1)

preview_player
Показать описание
In this video I show you how I set up a Rails app from scratch to use RSpec, Devise and Tailwind CSS.

---

Has this video helped you out? Consider buying me a coffee to say thanks and support future content like this, thanks!

Рекомендации по теме
Комментарии
Автор

Great stuff mate! I need to setup a doc like the one you are using for starting apps, really handy

kengreeff
Автор

Just stumbled on this video and gotta say, its amazing! About to binge watch all your vids

singletrack_america
Автор

Stumbled across your channel recently, big fan of your videos. I hope you continue to create more content

alexiszucco
Автор

Hugely helpful - thank you so much for posting this video and part 2.

lisapethick
Автор

I'd like to see how you also design your app/db and gather the business requirements things like that, modeling relationships etc.

abdu
Автор

hey thank you for the awesome content, quick question, is this VS Code, and if so what theme are you using, do you have a video or resource on how you set up VSCode for ruby and rails projects? thanks

tylatech
Автор

I have a problem:

The asset "application.css" is not present in the asset pipeline.

In the line:

<%= stylesheet_link_tag "application", "data-turbo-track": "reload" %>

Same version ruby and rails that you used. I dont know why this error :(

eltonsantosoficial
Автор

Thanks for the video. Two questions,

a. how do you link the login and register to use auth.html.erb and not the default layout application.html.erb? Do you also recommend to have separate layouts like your video?
b. Is there a reason to favor esbuild over importmap?

Thanks.

EricChua-gmin
Автор

also, when you start a project do you mkdir X, cd X, git init y, cd y and then start the rails new z project? or ?

RR-etzp
Автор

How do you seperate the views and layouts folders? Did you copy paste everything from application controller into auth.html.erb? For me the auth.html.erb file was with white text, didn't register or something..

RR-etzp
join shbcf.ru