⏰ Timestamps 0:00 Introduction 0:42 Gem install 1:46 factory_bot config 2:59 Import support files 3:45 Create a factory 4:26 Use new factory 6:34 Run Test Suite 7:16 Using sequence 8:35 Dynamic sequences 9:47 Using Traits 11:08 Nested factories 11:51 Update user factory 13:28 Using associations 15:36 Using with devise create 17:25 Explicit associations 19:08 Push to GitHub 20:28 Closing notes
Thank you some much! Glad you enjoyed the video. Do you have any areas around testing in rails you would like me to cover? I feel like there is not enough current content covering this topic.
⏰ Timestamps
0:00 Introduction
0:42 Gem install
1:46 factory_bot config
2:59 Import support files
3:45 Create a factory
4:26 Use new factory
6:34 Run Test Suite
7:16 Using sequence
8:35 Dynamic sequences
9:47 Using Traits
11:08 Nested factories
11:51 Update user factory
13:28 Using associations
15:36 Using with devise create
17:25 Explicit associations
19:08 Push to GitHub
20:28 Closing notes
Great video!
Thank you! Let me know if you have any topics you would like me to cover!
Ur content is always clear and precise. Thank you!
great tutorial for factoryBot, Thanks a lottt!!!!!!
So glad you liked it! Please let me know if there are any other topics you would like me to try to cover.
Nice explanation,
Requesting you to make more rspec videos for testing rails app
Thank you! I’ll see what I can come up with
Great video!... I loved it!!!. I suscribed, thank you! =)
Thank you some much! Glad you enjoyed the video. Do you have any areas around testing in rails you would like me to cover? I feel like there is not enough current content covering this topic.
Very helpful! good job!
Thanks, glad I could help! Let me know if you have any other topics you would like me to cover.
@@BrainTrustDigital Can you please cover association with factory bot traits
helpful !
Glad I could help!
This is a very good video, thank you!
Thank you! Really appreciate the kind words, let me know if there are any other topics you’d like me to cover!
Thank you very much
No problem, glad I could help! Let me know if there are other topics you’d like me to cover.
Interesting material.
I would also like to see content for Sinatra apps as well as an opinion video for ruby's future and rails market in USA :)
+as for ror I would like to see an app using info from an api as apis' consumption is something there is not a lot of content online
Create is not saving the instance to the database for me . I don't know why , could you help me ? Can I share my code someway
Yes, is this a private or public project? If public, GitHub would be great for sharing.
I fixed it mahn, thanks for the video !!!
I could make associated traits work only with the following syntax
trait :moderator do
association :role, factory: :moderator_role
end
what is name of your bash theme