Hey thanks for posting this video! I like the neat seeding trick and tips for indexing custom ES fields. I didn't know about Kibana until watching your video😅 Hope you're doing well and happy holidays!
@jlai3836 күн бұрын
Thank you Charlie
@danielvillarreal661013 күн бұрын
Excellent series! Greetings from Taipei, Taiwan 🇹🇼!
@thoughtonpaper24 күн бұрын
Thank you so much for making this video. You have given me a lot of information in a short period of time than so many other videos made by "experts " in their field. Have a great day! 😊
@Spageety26 күн бұрын
I cannot put into words how deeply I respect this man. So damn wise
@abdullahsaleh7196Ай бұрын
keep it up mate
@PhilSmy28 күн бұрын
Thanks!
@simomed5002Ай бұрын
Hi Phil, it's been a while... are you okey? Rails 8 is already here, missing your videos. You disappeared from twitter too, hope you are good.
@PhilSmy28 күн бұрын
Hi! I appreciate your concern. Seriously! I am so neck deep in my MBA and other things that I've had to park Rails videos for now. But in the new year expect more things to come.
@simomed500228 күн бұрын
@@PhilSmy happy to hear from you Phil, wish you all the best with your MBA. and Happy new year in advance :D
@SusieArtistАй бұрын
I really like your take on this, so I subscribed..! You've got a stack of interesting content to look at as well.. things I know nothing about.. here's to learning new things!😊
@PhilSmy28 күн бұрын
Thanks for the sub! We should always be learning. Enjoy your journey.
@LucasIllianoАй бұрын
Great video Phil! I started following you since i found one of your video on setting up stripe for a ruby on rails application! I can only relate to the pain of deploying a dockerized ruby on rails application with all db, redis and so on... I'm hosting my app on a private server (raspberry pi 4). Easy to do for static website, react app. But deploying a ruby on rails application i never found a way to do it. With Docker, same issue so far! Have a good day and keep the good work!
@PhilSmy28 күн бұрын
Thanks for the comment. Yes, in my opinion the easiest way to deploy rails is still with Capistrano. It might not be the cool or sexy way, and it does really require that the machine is dedicated to the app, but it certainly is the easiest and most stable! I have a Capistrano deployment video on here somewhere.
@oguzcicek553Ай бұрын
you are great man!
@PhilSmyАй бұрын
Thank you so much
@_erbetta2 ай бұрын
Not what i was expecting but a nice live exploration of Brakeman anyway. Honestly, my reaction was the same: underwhelming but still useful. I was thinking of adding it to my CI flow, and i might still do, but it's certainly not the magical tool that i was expecting.
@PhilSmy2 ай бұрын
Actually, I find it a bit of a pain. I am stuck right now in that all of my brakeman scans fail because I am using Open3 to run a system command. So that breaks my CI. And I can find no way around the 'warning'.
@simomed50022 ай бұрын
I wanted to use solid_cache and it forces me to upgrade to rails 7.2 so here I am watching :D
@jakethesnake92-j4w2 ай бұрын
Hey Phil, Thanks again for producing such a great course! However, I’m finding EC2 to be a real hassle (maybe less so for a seasoned AWS user). I’m currently stuck at creating an instance on Amazon EC2, and Amazon requires me to reach out for a quota increase, among other things. It’s robust but definitely requires some advanced setup. Do you have any alternatives you could recommend? I’m considering using Lambda Labs and Replicate instead. Thanks a lot in advance!
@VMitram2 ай бұрын
Nice 👍👍
@PhilSmy2 ай бұрын
Thanks 👍
@JeffLuntGames3 ай бұрын
I wouldn't normally watch a video where the tutorial includes a truly "from scratch" setup, but I was recently working on a new project, and I wanted to see a sort of clean, from scratch integration, and I was so glad to find your video!
@PhilSmy2 ай бұрын
I understand completely. How exciting can ‘rails new’ be?! But sometimes it’s good to see because everyone seems to have their own way.
@TheStalinBR3 ай бұрын
"I'm a bootstrap person". Yeah, me too! Love your videos. Thanks
@PhilSmy2 ай бұрын
Thanks for watching! My pleasure!
@manikdesign3 ай бұрын
Thank you for these, nice to come back to these after all these years definitely makes a difference to one’s life.
@PhilSmy2 ай бұрын
Glad you like them!
@martinWein3 ай бұрын
Why aren’t you using rails credentials? Also Ruby 3.3.4 comes automatically with Docker and you did not include a docker ignore file
@PhilSmy3 ай бұрын
I personally prefer to use environment variables over credentials. This video was made long before 3.3.4.
@someguyO2W3 ай бұрын
Resourceful ONLY controllers are not the "best". They are the recommended and preferred way. But there's room for extra actions.
@sherdiliftikhar37033 ай бұрын
A great tutorial. Big thanks. Also, I want to deploy two rails applications on one vps server, how to configure nginx for that?
@ruby-on-rails4 ай бұрын
Been watching all of your videos since I have followed you and you have been uploading incredible videos. Keep it up! ❤
@PhilSmy4 ай бұрын
Wow thanks very much!
@marcosboza81824 ай бұрын
Nice Video Phil, thanks!
@kozenetpro4 ай бұрын
Thank you for sharing 😊
@PhilSmy4 ай бұрын
Thanks for watching!
@rctneil4 ай бұрын
I like the new additions, but get confused when they say "X is now included by default for new applications". How do I find out what to add to my already existing app in order to get new feature X? Eg, how to add devcontainers, new PWA stuff, and browser version guard etc? Would appreciate some guidance here.
@PhilSmy4 ай бұрын
Great question. They used to have an upgrade feature. Let me look into that and make a video!
@PhilSmy4 ай бұрын
I made a new video that walks you through upgrading an app to 7.2. Hope that helps kzbin.info/www/bejne/j52beGhmqL6nmLs
@ThomasBromehead4 ай бұрын
Currently working on a Prestashop app, can't wait to go back to Rails!!
@anthonypetruzzi1584 ай бұрын
ugh... if I may ask... what was the decision to go with that instead of WordPress?
@oyejohnson4 ай бұрын
Rails keeps getting better and better.
@Edvard-Aliev4 ай бұрын
Класс, правда дано не пишу на рельсах, лет так 7 😅😅😅 но слежу 🕵️ за новостями 😮😊
@juniethreatt81604 ай бұрын
This is a great video, thank you. I'm looking at ecom_order_presenter.rb in the repo and wondering if there is a video with an explanation of this file. Specifically, I don't understand what delegate is doing or how those methods are being used
@LuisFlores19614 ай бұрын
love it! Thank you Phil, great video I did learn a lot, and let me tell you, it is good for us when you make mistakes, this way we learn from YOUR experience, you mentioned in other video, I made a lot of mistakes that's why they fired me, but then again I am an entrepreneur now, which is better... Cheers from Mexico!
@PhilSmy4 ай бұрын
I'm glad you found the video helpful! Mistakes are definitely stepping stones to success, and it's inspiring to hear how you've turned yours into an entrepreneurial journey. Gracias!
@LuisFlores19614 ай бұрын
This is without jQuery: document.querySelector('#numSelected.modal-body').innerHTML = "(" + selectedData.length + ") orders selected.";
@alejandroajuria85024 ай бұрын
I really love your videos man!!!! I'd loved to have teachers like you back in college
@PhilSmy4 ай бұрын
Thank you so much. Nice guitar!
@LuisFlores19614 ай бұрын
I tried the same procedures on a sample app I have, it was NOT working as stated in your video, then I just added the tags under: Getting Started - Installation - CDN UNPKG, on Tabular documentation, both <link> and <script> tags on the application.htm.erb layout header and it worked for me (Tabular version 6.2.5)
@PhilSmy4 ай бұрын
Thanks for commenting. Things are always changing so maybe that is now the right way.
@LuisFlores19614 ай бұрын
Hi Phil, thank you for your amazing videos, I'm learning a lot with you
@PhilSmy4 ай бұрын
Thank you for your kind words and for tuning in, it means a lot to me!
@raviranjan-ro4hb4 ай бұрын
Good Resource , Love from India 👍
@PhilSmy4 ай бұрын
Thanks so much for watching!
@mz76404 ай бұрын
where is video ?
@PhilSmy4 ай бұрын
kzbin.info4oiGy1hIApQ?feature=share that is the full live stream
@omarwarraich64294 ай бұрын
A mesmerizing video.
@PhilSmy4 ай бұрын
Thanks for checking out the video, glad you enjoyed it!
@fledglingMarketer5 ай бұрын
Great video. It is amazing that you can code software for a lead creator tool so quickly.
@RedSpark_5 ай бұрын
Hi Phil. I caught a bit of your recent rails stream and I've been having a look through your backlog of videos. I was just wondering, if you're doing a solo bootstrap business, at what point should you incorporate your business? Thanks
@PhilSmy5 ай бұрын
Tough for me to answer...as I have been doing consulting for almost 20 years I've always had a business. I think the answer to your question also varies greatly depending on where you live and what your goals are! In hindsight, my advice is to keep life simple until you are forced otherwise. Of course you need a business account and perhaps a sole proprietorship, but until you start making good money or have lots of customers or lots of liability, don't make your life more difficult than it has to be. I'm not a lawyer or tax consultant, so consult with a professional!
@RedSpark_5 ай бұрын
@@PhilSmy Thanks for the answer Phil, that seems sensible! I'm definitely an over-planner so I think you're right. It's not the right time to be thinking about it yet, I think I just need to make sure I minimise my exposure to liability in the mean time!
@sheko45155 ай бұрын
Massive thanks Phil, we need more of these videos that show us how to build real projects, thanks again.
@PhilSmy5 ай бұрын
Thank you so much. It’s stressful to do it live! But I like the result. I think I will do more of these ‘build a full app’ things. If I can find other services to clone 😂 Thanks again for watching!
@sheko45155 ай бұрын
@@PhilSmy oh Phil, don't be stressed honestly, all what we need from you a quality slow step by step tutorial for a project or a clone, don't worry about the rest at all (what are you wearing, voice , what people think, etc) we all grateful for the content quality, so yes go ahead a have more of these real projects, in fact, I have an idea for the next project, what about the Nomad list that was created by Peter Levels, give it ago, it is a real project that has a unique use case.
@PhilSmy5 ай бұрын
Thanks! I don't really understand what Nomad List is. What part exactly would I start with if I was cloning it? It's a big too big I think to do. Best option would be some sort of 'single solution' type website. I was thinking about doing an Affiliate Management website (like LeadDyno or others)
@sheko45155 ай бұрын
@@PhilSmy here is the Nomad list nomadlist.com/faq#about
@aniketpatidar5 ай бұрын
THANK YOU🥳✨
@PhilSmy5 ай бұрын
You’re welcome 😊 If you have any questions let me know!
@baljassal55 ай бұрын
Il be there!
@junioraos40745 ай бұрын
I'll be there, for sure.
@ThomasBromehead5 ай бұрын
Can't wait Phil!
@justsmile74495 ай бұрын
new to ruby and rails really exited to watch this live
@simomed50025 ай бұрын
great idea Phil, waiting for it!
@PhilSmy5 ай бұрын
Coming soon!
@mz76404 ай бұрын
@@PhilSmy coming soon ?
@PhilSmy4 ай бұрын
@@mz7640 It's already come and gone. You can see the replay on this channel
@sheko45155 ай бұрын
I love it, go for it Phil, please add Rspec tests to it also to show that it is not rocket science to do products that also has best software practices. Can't wait!!
@PhilSmy5 ай бұрын
I think I will not be doing tests on this one. Because I want to get as far along as possible. I think tests end up making better code but I think there is no denying that it takes a lot longer.
@everson_vinicius5 ай бұрын
thank you! helped me a lot. Cheers from brazil.
@PhilSmy5 ай бұрын
Glad it helped! Obrigado!
@bhutchin19965 ай бұрын
As far as I know, Heroku is the only web hosting service to support RoR, but there's no longer a free option. On the other hand, most web hosting companies support PHP and nowadays you can host sites made with several JS frameworks and libraries for free. There are not a lot of hosting options for Django or Flask either.
@SamadAhmed-dm3hz5 ай бұрын
I gladly accept this challenge!
@PhilSmy5 ай бұрын
Good luck! Come back here and tell us how you do or what your idea is (after the competition has closed of course!)
@in77abhishek5 ай бұрын
Thanks for the video, the blue color terminal output is very hard to read 17:13 . ❤ Large memory allocations can cause performance issues, so those gems are useful to investigate and understand ruby memory allocations. Eg. When dealing with writing a large csv file from db. Agains thanks for the really nice compilation of techniques😊 .
@PhilSmy5 ай бұрын
Thanks for your comment! Yes, the blue is not readable. That is a default theme on MacOS, but I don't use that one any more for that very reason. Glad you enjoyed the video otherwise though!