Can't get enough of this. Keep them coming. As a Rails Junior Engineer this is very important.
@Deanin2 жыл бұрын
Haha will do. Glad to see there's junior Rails developers in the wild. Now I pretty much have to do it! 😀
@samlevin7152 Жыл бұрын
Great great tutorial, love to see super targeted content about configuration.
@Deanin2 жыл бұрын
If you're interested in seeing more mobile app type of tutorials, please let me know. I try to focus on videos that have demand, and I usually gauge that demand based on comments/likes. Hope this video helps! Edit: User Authentication with Rails and React using the Doorkeeper Gem is live now! kzbin.info/www/bejne/gZ-3pZeuh9F4e5I
@adammusaali49062 жыл бұрын
Personally I like to see more rails video specially target mobile platform
@andriyabu2 жыл бұрын
More... more... and more.. awesome bro
@bilursag2 жыл бұрын
Yeah, this is very interesting, thanks for the tutorial
@sayf34462 жыл бұрын
Please do more with react native!
@MarceloGonzalez-is3pu Жыл бұрын
Excelent video! Very interesting!
@instantopera2 жыл бұрын
definitely what I was expecting! As a beginner in react native and ruby, I was looking for a way to merge both technologies to start my app. Thanks for this content and hope you'll do more, for example about devise !
@soufianeberrada1315 Жыл бұрын
Very intresting tuto Thank you
@ComradeClarkie2 жыл бұрын
I'm looking to create my first mobile 'toy' app with react + rails api.. These videos are a godsend. Thanks King.
@Deanin2 жыл бұрын
Yeah that's what I kept getting stuck on too. I liked the idea of using a rails API for a few projects, but nothing ever handled it well until I tried this doorkeeper setup
@stanleychan20992 жыл бұрын
Definitely create more please. Wondered if there is a variation of websockets/graphql/grpc variation.
@adegbitekelvin38752 жыл бұрын
Thank you for the effort you put in creating real world tutorials Dean. Yes. I'd love to see more mobile tutorials. You could make the mobile version of your incoming Instagram clone. That would cover a lot.
@Deanin2 жыл бұрын
You're right, that's actually a really good idea. I'll add it to the list, but good lord is that idea daunting haha.
@gretaallwyn6881 Жыл бұрын
I followed your instructions step by step, but when i create a post on postman, I get this error ActionController::ParameterMissing (param is missing or the value is empty: post): Any help?
@deejaykabwoy442 жыл бұрын
Do more of this , am very excited to learn how ruby works in mobile
@Deanin2 жыл бұрын
Will do! Seems like a popular topic haha.
@adammusaali49062 жыл бұрын
I'm super excited to see how rails work on mobile . And that's allowed me to build one application to target two plateforme (web and mobile)
@Deanin2 жыл бұрын
You could even do three if you used electron for desktop apps 🤔
@mhwadah2 жыл бұрын
You can use flutter to write code once and target ios, android, and web.
@nejdetkadir44472 жыл бұрын
👌🏻👌🏻👌🏻
@MrJNajera2 жыл бұрын
Thanks for the video! It's a good start for me. I'm trying to find a good way to integrate React Native with Rails 7 and devise for auth, if you have any idea on how to integrate it please let me know. Thanks
@Deanin2 жыл бұрын
I don't have an example specifically for React Native, but I did do a couple tutorials on using Devise+Doorkeeper for a React API solution that might be helpful? You'd probably have to change the forms, but the actual authentication stuff is probably similar? kzbin.info/www/bejne/gZ-3pZeuh9F4e5I
@digitalluxury20332 жыл бұрын
thanks I`m flowing you to make my ROR website native with android and ios I hope I get it
@JorgeOrtiz-dh9fw2 жыл бұрын
Hello Guys. I'm getting this error: [Unhandled promise rejection: TypeError: Network request failed] Does anyone know what could be the solution? Thanks I'm using WSL2, but It's giving me that error. My URL is: localhost:3000/books
@기재민2 жыл бұрын
I have no idea why my app doesn't work on deploying mode. I successfully got same result on localhost (production mode). But when typed lionfish-app-2b5vt.ondigitalocean.app/api/v1/posts, I got http error 500, noting showed on my screen. Is anyone having same problem?