amazing tutorial series, t's still relevant on rails 7. to be honnest, i just learn ROR just on 2 days. thanks, & blassed for you sir
@railspro10 ай бұрын
Thank you for your kind words. I’m glad it helped!
@lukapavicic75014 жыл бұрын
Great approach to teaching Rails! I really like how you debug your errors in the video and show the real problems programmers face while developing and not just working by some script on your second monitor.
@ahmedmustafa7752 жыл бұрын
Thanks man, this series helped me a lot ❤
@mrcallumfleming Жыл бұрын
This is great thank you, I'm just a little confused as to how the FactoryBot creates a book when we have not explicitly told the factory that is creates Books (as in the model)
@sharvyahmed3 жыл бұрын
Thanks man, keep doing the great work.
@marroquinyt3 жыл бұрын
Great video! I have a question about testing routes that require authentication. Lests imagine I have a route to return user information, but that routes requires the user to be authenticated with a JWT. How should I test that route?
@2G1B4 жыл бұрын
Really good tutorial man! I just subscribed to your channel. Hope to see some more in-depth rails testing tutorials. Thanks!
@aknkrstozkn4 жыл бұрын
Good work sir, keep it up!
@amandatiemannjussianicioba3334 жыл бұрын
Would you know if Rspec_rails would work on ruby 2.7. I am new at testing and when I run rspec command I get this message: ✗ rspec rbenv: rspec: command not found The `rspec' command exists in these Ruby versions: 2.6.6 Thank you for your video, your explanations are most helpful
@amandatiemannjussianicioba3334 жыл бұрын
@@railspro Hey Tom, thank you so much for your answer. I ended up having problems with my rbenv. But is all working now. Thanks again for your help. Cheers
@rtfm-inc4 жыл бұрын
rspec did not work for me originally, but gave me a suggestion: sudo apt install ruby-rspec-core - did that and it worked.
@procyu4 жыл бұрын
Thank for the content! It helps a lot!
@al-mokhtar_3 жыл бұрын
thanks mate, can we see how to test jwt ?
@al-mokhtar_3 жыл бұрын
@@railspro sorry just found it hhhh thanks a lot
@vibhanshujain8642 жыл бұрын
For me generate commands give me usage can someone suggest: rails generate rspec:install Usage: rails new APP_PATH [options] . . . Example: rails new ~/Code/Ruby/weblog This generates a skeletal Rails installation in ~/Code/Ruby/weblog.
@adrianoneynascimentodoamar75034 жыл бұрын
Very good video!! Congratulations! I am looking to test request with authentication. I've looked on several sites but every way I try, it goes wrong! I am using the device and simple_token_authentication 1.0 gem for authentication, ruby 2.7.2, rails 6.0.3 and rspec 4.0.0. Can you help me?