Hi man, your channel is real help for me thanks. Would be very cool to do a short clip on what concepts a junior should absolutly master. Thanks for your work !
@cjav_dev3 жыл бұрын
Good idea, Xav! I’ll make a list and share something soon 👍👍👍
@no_name_11995 ай бұрын
@@cjav_dev Just wanted to see if this is something that is available. Thanks in advance!
@williamromerovela3 жыл бұрын
This is an amazing video… :) Thanks CJ
@cjav_dev3 жыл бұрын
Thanks, William!
@alexanonym15848 ай бұрын
So you have a repo with this examples?
@shanmugam_m3 жыл бұрын
Great.. thank you so much!
@cjav_dev3 жыл бұрын
I ended up recording 7 or 8 videos that will come out over the next few weeks as I edit them :)
@cjav_dev3 жыл бұрын
Rspec, factory_bot, webmock, testing jobs, request specs, and capybara
@shanmugam_m3 жыл бұрын
@@cjav_dev Thanks for making. Waiting for this great content!
@mehtabahmed60922 жыл бұрын
Thank you so much man !
@valcaro872 жыл бұрын
salamat! its working
@Himanshu-Patel-Clarisights Жыл бұрын
What editor are you using, how do you switch terminals without moving to mouse. You are also able to search for files from terminal itself. Can you make a video on this as well. Demanding? Feel free to drop me a hint.
@RiansyahTohamba6 ай бұрын
Thanks CJ🎉🎉
@atulvyas45922 жыл бұрын
can i get the repo link? Thanks
@awilson1989 Жыл бұрын
Great video! Possible to share your vi/iterm2 config? Looks beautiful!
@joshsantos95368 ай бұрын
Why is it taking several seconds to run the test?
@HistMad3 жыл бұрын
Hello, CJ how long have you been coding in Ruby on Rails
@cjav_dev3 жыл бұрын
On and off for 9 years
@larrydanso11293 жыл бұрын
Hey CJ, thanks for your content. Can you please include creating a devise user and authenticating user with tokens in a TDD way with RSpec. I’m new to testing and I’m doing something similar and will live to see how you go by implementing yours. Again, Great content
@cjav_dev3 жыл бұрын
Hey larry! Thanks for watching and the kind words. I have a video that I recorded last weekend that will come out in a couple weeks about using devise with capybara tests. Until then, the trick is to add this to the bottom of your spec/rails_helper.rb: config.include Warden::Test::Helpers Then in your test call `login_as(user)` or `login_as(create(:user))` if you're using factory bot. The next episode coming out Friday will show how to setup factory_bot_rails! :)
@mdmahmudurrahman82482 жыл бұрын
Dear Avilla, your tutorials are amusing. Could you please share the source code of this RSpec tutorial.