ngrok in 60 seconds
1:14
3 жыл бұрын
How to use web-console & byebug
7:47
How to do Glob Imports in PostCSS
4:20
Aggregating Failures in RSpec
2:24
3 жыл бұрын
Upload Files with Simple File Upload
5:52
How to connect to a dyno on Heroku
1:32
Пікірлер
@foobars3816
@foobars3816 2 ай бұрын
Insta subscribe because of how direct you were. Then I saw most of your videos are Ruby! The language that is about getting straight to the point. ❤
@DobbinZachary-m3r
@DobbinZachary-m3r 2 ай бұрын
Johnson Charles Wilson Edward Young Donna
@DanielleKing-n7z
@DanielleKing-n7z 2 ай бұрын
Lee Donald Anderson Elizabeth Robinson Mary
@regenadaniels8847
@regenadaniels8847 3 ай бұрын
Jones Jennifer Rodriguez Patricia Miller William
@JosephAllen-u2e
@JosephAllen-u2e 3 ай бұрын
Taylor Ruth Lopez Ronald Martinez Angela
@KemalDirican-f2o
@KemalDirican-f2o 4 ай бұрын
Clark Dorothy Walker Thomas Thompson Ronald
@JoanneBanks-m6u
@JoanneBanks-m6u 4 ай бұрын
Williams Amy Moore Jason Jackson John
@BerthaSexton-c5o
@BerthaSexton-c5o 4 ай бұрын
Rodriguez Cynthia Wilson John Williams Daniel
@Larimuss
@Larimuss 4 ай бұрын
Or you can just port forward. I don understand the benefit still. Unless your on some dynamic ip or DNS that doenst give public ip and this gets around it
@davidlyons24
@davidlyons24 5 ай бұрын
Superusefull!! Thank you!
@collimarco
@collimarco 6 ай бұрын
Is it possible to generate an image (preview) of each page of the PDF (and not just the first page)?
@HuynhNguyenGiaBaoKCT
@HuynhNguyenGiaBaoKCT 8 ай бұрын
Very useful. Go straight up to the point. 10/10
@krzysztofjurkiewicz4473
@krzysztofjurkiewicz4473 8 ай бұрын
usefull. I wanted to know about ngrok, and this video told me all I needed to know.
@navincool2003
@navincool2003 9 ай бұрын
it helped , thanks :)
@leonardoibarra8206
@leonardoibarra8206 Жыл бұрын
Excellent video... I have a question... Did you built something similar using materialized views?
@androidarchitect1741
@androidarchitect1741 Жыл бұрын
Thanks Mike, this has been really helpful 👍
@benliu700
@benliu700 Жыл бұрын
Wonder if anyone has solved flash messaging when doing a turbo frame inline edit/update like the one demonstrated in this video. There doesn't seem to be a Rails default way of handling flash messaging with turbo.
@1990EAM
@1990EAM Жыл бұрын
Hey thanks for the video. Any chance you could go over how to debug a Rails app that is running in a container using debugger?
@Aalii6
@Aalii6 Жыл бұрын
👍👍
@DjGregz81
@DjGregz81 Жыл бұрын
i've had a bad experience with ngrok. Ive opened a ngrok tunnel and got a ransomware. I guess this is not safe. I cant figure out how come they can intercept a tunnel or even the tunnel access.
@yuganshthakur7151
@yuganshthakur7151 Жыл бұрын
Hey, Thanks for this tutorial
@bennadel
@bennadel Жыл бұрын
This is great, thank you. I've just started exploring Hotwire - will definitely keep this in my back picket.
@journeytoCTO
@journeytoCTO 2 жыл бұрын
Using your setup will the server reboot sidekiq when the rails project restarts due to new code being deployed? I've had an issue with that.
@MrRodrigorrch
@MrRodrigorrch 2 жыл бұрын
Thanks for showing how the gem works =)
@tencho6656
@tencho6656 2 жыл бұрын
ありがとうございます!!!!!!!
@joshuapinter
@joshuapinter 2 жыл бұрын
Does this refresh the entire page or just the updated comment?
@attackemartin
@attackemartin 2 жыл бұрын
short and right on point. Lovely! thanks
@matiasbg8747
@matiasbg8747 2 жыл бұрын
how change style to nav bootstrap?
@siyaram2855
@siyaram2855 2 жыл бұрын
Would you recommend this for small to mid size projects, for companies who are just starting out, or to a solo dev? Waiting for your reply 🙏
@Johnjohn35961
@Johnjohn35961 2 жыл бұрын
super useful tool for mobile testing!
@JonathanFelipe22
@JonathanFelipe22 2 жыл бұрын
Amazing video! Thank you for sharing that
@carltanner6826
@carltanner6826 2 жыл бұрын
Thanks for the help!
@andressa1163
@andressa1163 2 жыл бұрын
as a beginner myself, it solved my problem and explained the reason why I could not deploy my application using sqlite3. Thanks!
@valcaro87
@valcaro87 2 жыл бұрын
running smoothly.. and successfully ran in my local.. im newbie here.. thank you.
@streamcoders3552
@streamcoders3552 2 жыл бұрын
Bro, how can I stop auto uploading? Like if I have form validation and have error, it will upload and take some spaces for no reason!
@grahambinho
@grahambinho 2 жыл бұрын
Thanks for posting this. It has helped me understand turbo-rails, but it doesn't work using Rails 7.
@rohitshaw4324
@rohitshaw4324 2 жыл бұрын
Thanks man... Really helpful
@johnpitchko
@johnpitchko 2 жыл бұрын
Very helpful thank you. However even when I remove ActiveStorage, I still see it referenced in some of the routes (e.g. `/rails/active_storage/blobs/redirect/:signed_id/*filename(.:format)`). Have you come across this? I am on Rails 7 BTW.
@japandi
@japandi 2 жыл бұрын
Great tutorial. Didn't really understood how hotwire and rails controllers work together before this. I thought the show method would have to be removed, but it makes perfect sense to keep it, nice!.
@staremeraldraysunnyzeerays5105
@staremeraldraysunnyzeerays5105 2 жыл бұрын
bit more consistant less messy ruby - my name is ruby i love ruby code it is akin to learning my own code any links to train in ruby app design appreciated
@ricksmoke4748
@ricksmoke4748 2 жыл бұрын
Are you not able to use .representable? and representation to get the same (but fewer lines of code) result? ie. <%= image_tag(@post.avatar.representation(resize_to_fit: [100,100]), class: "avatar pr-2", alt: @post.title ) if @post.avatar.representable? %> PS I too skipped the red box prompting to install poppler (now it says muPDF for linux) and ffmpeg. Your video saved my bacon T H A N K S !!!!
@MrBowmanXD
@MrBowmanXD 2 жыл бұрын
Cool series idea.
@lilhotdog7011
@lilhotdog7011 2 жыл бұрын
That's awesome, will use this for sure.
@merlin2049er
@merlin2049er 2 жыл бұрын
Where did you get that initializer from
@merlin2049er
@merlin2049er 2 жыл бұрын
Do I need the ahoy gem installed with sidekick/cron. It looks like it’s asking for it
@merlin2049er
@merlin2049er 2 жыл бұрын
I got a task to run a mailer every day @ midnight, I’ve got to give this a try
@whyimustusemyrealname3801
@whyimustusemyrealname3801 2 жыл бұрын
keep going mike!
@a.joshatt7518
@a.joshatt7518 2 жыл бұрын
any command in dashboard console, including "bash", will get stuck at "attaching to dyno...". Any idea?
@1936Dany
@1936Dany 2 жыл бұрын
Hey Mike, great tutorial and concept. Later in the year on one project that I'm working on I'll have to do something similar! One last thing, have a look at audio clipping ... it will improve the audio on your videos and improve the user experinece especially to those using headphones.
@aeroplane769
@aeroplane769 2 жыл бұрын
pretty straightforward example, nice!