Let's Build Twitter with Ruby on Rails - Part 1 - Intro and Setting up the app

preview_player
Показать описание
Sign up for the mailing list by hitting the Subscribe button at:

Purchase of the Twitter Clone repository is at:

In this video series, we build a Twitter Clone with Ruby on Rails, Elon Musk's new bird company.

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

Love that you reacted on the tailwind feedbacks. Love your channel. Happy new year Chris!

tkhobbes
Автор

This is awesome, keep it up with ruby on rails clones!

alfonsoancarola
Автор

14:44:02 web.1 | 'unset' is not recognized as an internal or external command, I don't know how to fix

ramdevcalope
Автор

ah little bumped to see that you are not using but will follow along anyway!

EnjoytheMents
Автор

Am excited about this new projects🔥🔥🔥🔥🔥🔥

barakadanny
Автор

Emocionado con con la serie....gracias Mister chang...

josbexerra
Автор

video idea, I've seen in almost all of your videos you organize your gems by alphabet and remove comments. it would be great to teach and build a gem to do this. since most of us don't how to build gems. i think this is great Chris.

abdu
Автор

Great progress and content toy have here. It's been hard seeing updated codes with Rails 7. Please can you work on a Banking app with authentication next? Thank you 🙏

DeleExplore
Автор

Please help with this Error if you can..
i loved your trello video and wanted to do this tut but i get this error when creating rails new command:
yarn run v1.22.19
warning ..\..\package.json: No license field
$ esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds --public-path=assets
X [ERROR] Could not resolve "app/javascript/*.*"

It looks like you are trying to use glob syntax (i.e. "*") with esbuild. This syntax is typically
handled by your shell, and isn't handled by esbuild itself. You must expand glob syntax first
before passing your paths to esbuild.

1 error
node:child_process:924
throw err;
^

ascript/*.* --bundle --sourcemap --outdir=app/assets/builds --public-path=assets
at checkExecSyncError (node:child_process:885:11)
at Object.execFileSync (node:child_process:921:15)
at Object.<anonymous>
at Module._compile
at Module._extensions..js
at Module.load
at Module._load
at [as runMain]
at {
status: 1,
signal: null,
output: [ null, null, null ],
pid: 10660,
stdout: null,
stderr: null
}

Node.js v19.4.0
error Command failed with exit code 1.

it something about glob not workign in ceratin windows shells i tried git bash, powershell, and zsh installed over msys64. i cant get it to work and when i use ./bin/dev i also get an error:
project/_rails/aaabbtestglob master ✗ ◒
./bin/dev
06:29:28 web.1 | started with pid 7316
06:29:28 js.1 | started with pid 7736
06:29:28 css.1 | started with pid 884
06:29:28 web.1 | 'unset' is not recognized as an internal or external command,
06:29:28 web.1 | operable program or batch file.
06:29:28 web.1 | exited with code 1
06:29:28 system | sending SIGTERM to all processes
`kill': Invalid a
rgument (Errno::EINVAL)

i tried manually changing the globs to esbuild app/javascript/*.js intead of "build": "esbuild app/javascript/*.* --bundle still does not work please help if you can

iBindles
Автор

i hope you'll teach us hotwire stuff along the way

abdu
Автор

Anybody facing the error ``Couldn't find package "glob-parent@~5.1.2" required by "chokidar@>=3.0.0 <4.0.0" on the "npm" registry.`` error when running the rails new command? I've tried multiple solutions but couldn't fix it. If anybody can help, it would be great.

kalpeshchaudhari
Автор

"Thank you <3" from Vietnam

anoobrb
Автор

Excellent video! Do you know DaisyUI? I think it can be a free components lib for your videos.

prodrigues
Автор

Thank you for your tutorial, I want to ask, if I'm using rbenv, it can be a problem in the future?

Balabala-iqne
Автор

Thank you very much. But would you be able to increase the voice, please.

qwertyytrewq
Автор

your write code style very interesting and attract : )

azizdevfull
Автор

brother everything is perfect but sound in video is really low, can you please increase it !! I am from South East country called NEPAL

bhupendrabhatt
Автор

Is it only me or the volume is low on this video.

lipin
Автор

please add messaging functionality so we can learn a lil bit more please 👍

computerprogramming
Автор

Can I just follow this series using SQLite. PostgresSQL and pg package is giving me hell .

bytesizedscreencasts