Currently working on multiple new video ideas, as well as some courses. I've soft launched a course platform on my website learn.deanin.com It's not done yet, but let me know if there's any courses you'd be interested in. :)
@yahyaelganayni40552 жыл бұрын
I can not thank you enough for what you are doing not a lot of KZbinrs explain rails every one trying to have a trendy video so they explain react most of the time but thanks to you I have a good understanding of rails again thank you very much.
@Deanin2 жыл бұрын
Happy to help! If there's anything else I can cover, feel free to ask.
@mikaelotti2 жыл бұрын
This is really good! Love the structure, pace... and font size. THANK YOU!
@Deanin2 жыл бұрын
Hahaha, first time I've heard positive things about the font size! Glad it was helpful! 🙂
@bienvenupam25842 жыл бұрын
Thank you Deanin ...
@tiagorahal51352 жыл бұрын
Thank you a lot man! I'm having a challenge to get a job as a junior rails dev and this video saved me
@beacoder2 жыл бұрын
this is amazing. your videos have been absolute gold for me! thanks dean
@Deanin2 жыл бұрын
Thank you so much! I'm glad they've been helpful. If there's anything I'm not covering that might be helpful feel free to reach out and I'll try my best to cover it. 😤
@beacoder2 жыл бұрын
@@Deanin I'd be interested in knowing how private keys / data are normally stored in rails!
@Deanin2 жыл бұрын
Sounds good, I'll add it to the list!
@kamerberattopal13582 жыл бұрын
Very informative, great video. Thank you so much sir.
@NoobCodeSaga Жыл бұрын
Thanks, man, you helped me so much!
@Povai2 жыл бұрын
Man thanks so much for this video Loved it!
@ledockol2 жыл бұрын
GOOD VIDEO. THANKS!
@MatthewTrussell Жыл бұрын
I believe that if you run action_text:install it will also install active_storage, as it seems like it's a dependent package.
@RitchieMatos2 жыл бұрын
Thanks for the great video. Just wondering what extensions you're using for you VSCode
@abdouazizseck88382 жыл бұрын
Thanks 👍😊
@tkhobbes2 жыл бұрын
Thanks, love the video! The only thing I cannot find anywhere is how to remove an image (without replacement, ie not uploading a new one, but completely remove), in a way that allows a new picture to be uploaded later.
@OscarDiaz-mt9uq2 жыл бұрын
very good video :) one question is there any way to add a watermark to the images when they are displayed?
@JamesOh-nn9oi2 жыл бұрын
Thank you so much for the video! One quick question, even though I followed the set up in the video, for some reason my page get stuck when I am uploading new images or visit pages that display images. It sometimes work, but when I see the terminal it is stuck on "ActiveStorage::AnalyzeJob" and the page is loading forever. Do you have any idea what is causing this issue?
@marcbentoy2 жыл бұрын
Thanks for this awesome video. Can you please help me do some rspec test on this?
@jesusmiranda96202 жыл бұрын
Any tips or recommendations for documentation to use to host the images on S3?
@Deanin2 жыл бұрын
Off the top of my head, I know that the edge guide has a decent guide for S3. I used that same S3 config the other day when I hosted an app on Heroku that needed active storage, so I used a DigitalOcean Space with it. Here's links to the edge guide: edgeguides.rubyonrails.org/active_storage_overview.html#s3-service-amazon-s3-and-s3-compatible-apis The video using S3: kzbin.info/www/bejne/mmOQlJdqh7B5raM
@jesusmiranda96202 жыл бұрын
@@Deanin Thank you so much!
@Deanin2 жыл бұрын
Happy to help :)
@haroldpepete Жыл бұрын
how can i access an image in falied form? i mean, when your model is not valid because of some validations fail but you want to retrieve that image to the view to customer doesn't have to choose the image again, and customer can fill the other field and send the form again to the backend, and repeat this cycle until the form is valid and all the information can be save
@Sediqwe2 жыл бұрын
Multi image upload -> single image save?
@Pelu6cuerdas2 жыл бұрын
Nice video! But in my case multiple: true is not working. I can only upload one image, do you know why?
@dbelyaev2 жыл бұрын
Is there any way to get more cleaner image url in ActiveStorage?
@ThePazuzu Жыл бұрын
Is there a way to customize the image url? They're all like host:port/rails/active_storage/disk/file. I would like to replace the /rails/active_storage/disk for something like year/month/day/file like wordpress.
@patrickfeeney4180 Жыл бұрын
Thanks
@abdouazizseck88382 жыл бұрын
Please can you make a video with Rails 7 how to get JS code read. Because I have written a JS code in rails 5 that works fine but nothing in rails 7
@Deanin2 жыл бұрын
Yes, they changed how it works in 7. I can cover this, but for now you might want to look at either using Stimulus, or look for an "Import Map" tutorial. That might help you figure out how to get started. I've also created a beginner Rails 7 tutorial series that covers creating comments recently. The "Edit Comment" video uses stimulus JS. That could also be good to watch to see how JS works now. Link to stimulus video: kzbin.info/www/bejne/d2XGdaqgZa-MjNE
@abdouazizseck88382 жыл бұрын
@@Deanin oh really thanks it's a paradise ticket
@dp2586 Жыл бұрын
how to convert image input by user into webp format ? help mee @Deanin
@Deanin Жыл бұрын
Hey there, saw this comment a few days ago and finally got around to it. Hope this helps! kzbin.info/www/bejne/mGXRlGyMi9qCbZo
@anthonyferrer1034 Жыл бұрын
Does this also work in prod environment?
@MrHorse162 жыл бұрын
How would you recommend parsing a file uploaded to Active Storage?
@rodrigocalle982 жыл бұрын
How I can attach images to an API in Rails from Postman?
@Povai2 жыл бұрын
Video idea how to filter through models depending on the filters set