Oscar Peña
Joined
5,220 Experience
52 Lessons Completed
0 Questions Solved
Activity
Posted in Rails 8.1 Local CI Discussion
Hey Collin, nice video. I'm attempting to use it in my app, but after configuring the required signoff, now dependabot cannot merge the PRs, even after passing the regular github actions workflow. Do you know what could be the best way to deal with that?
Hi! I'm a software developer working with Ruby on Rails, and I'm currently testing out the refer gem for possible integration into my project. I have a couple of questions:
- Is it possible to add new attributes or references to other tables on any of the models created by the gem (Referral, ReferralCode, Visit)? What are the pros and cons of doing this?
- How can I access the records stored in each of the tables (Referral, ReferralCode, Visit)? Do I need to create the models manually in my Rails project?
Thanks in advance!