Password Sharing Roles & Permissions Discussion
This episode is very confusing @Chris because of the way you refactor your code every single minute...
stevenpy repliedThis episode is very confusing @Chris because of the way you refactor your code every single minute...
stevenpy repliedI like Beekeeper Studio https://www.beekeeperstudio.io/get-community
Eric Halverson repliedgood stuff collin. thanks for the share!
Jason postedThat sounds like a great tutorial! Combining Noticed with Turbo Streams for real-time notifications in Rails apps is a smart approach. It’ll be a valuable resource for anyone looking to enhance use...
Richard Payne repliedAwesome. Thanks you!
Richard Payne repliedThank you very much for all of your work!
Richard Payne repliedSetting up email in your application and linking it to a record typically involves configuring an SMTP server and integrating it with your application's backend. You can then tie the email function...
Edward Jacksan repliedbrilliant! I had been struggling with brew installation as z3 will not install on macOS 10.14 wish I had found this sooner!
joemcerlane postedI am coming from javascript and most of the concepts are similar but you do an amazing job explaining everything. Good job!
Gabriel repliedThanks for the discussion and I can only agree! Only disadvantage, in partial on projects where cancancan is applied: Instance variables from the controller cannot work inside a view and have to be...
Christian Sedlmair repliedIs there an updated version of this?
Andrés Howard repliedSource code is giving me 404
Carmen repliedIf it helps anyone else, I figured it out. You have to make sure to add `expires_in: nil` to your `:to_sgid` method; otherwise, when you send in the default value, it will use a new expiry, won't m...
Travis Smith repliedHey Collin! First of all I must say I enjoy your videos very much and appreciate the effort you put into them From what I can see, the formmethod attribute in the button tag does not accept delet...
Mikail Bayram repliedHi Punnareddy Jilugu, I think I had an issue with RVM on my new Ubuntu 24.04 LTS. I think I just tried using rbenv instead. I installed usign the following commands on the terminal: sudo apt insta...
Andres Carvajal repliedHello! I have been developing a multitenancy app using acts_ac_tenant. Until now it works really well but now I want to add some support for storing some files. I got a little bit confused about ho...
Andres Carvajal posted