Environment Variables Discussion
5
General
I always found Env Variables very confusing, this does help. However still not a 100% sure if I'm use this method over something like Figaro.Also how do I push these to Heroku?
How to use Bootstrap with CSS bundling in Rails Discussion
27
General
Thanks for another great video. It's no wonder why I sometimes feel lost in the Rails ecosystem. I learned Rails using the asset pipeline, then it switched to using Webpacker which I never fully un...
Mountaindog replied
One Time Payments With Pay And Stripe Discussion
11
General
I followed every step and all seems to be working to the point where the form is supposed to come up on the screen. Instead of the credit card form being displayed, my screen just goes blank and n...
cjilbert504 replied
Module extend self Discussion
3
General
This is such a handy feature of Ruby. I was amazed when I first learned about it. Really makes modules useful for any situation, not just being included in another object.
Chris Oliver replied
Markdown Renderer & MIME Type in Rails 8.1 Discussion
0
General
Rails Credentials Fetch Discussion
0
General
Adding the Domains model Discussion
0
General
Improving Onboarding By Registering With A Domain Discussion
0
General
Adding UI Labels For Domain Statuses Discussion
0
General
Sorting Domains Discussion
0
General
Email Notifications For Domain Expirations Discussion
0
General
Testing The Domain Model Discussion
0
General
Domain Expiring Soon Emails Discussion
0
General
Adding Madmin For Customer Support And Monitoring Discussion
0
General
Adding WHOIS Fallback For Domain Lookup Discussion
0
General
Monitoring Domain Syncing with Mission Control Jobs Discussion
0
General
Syncing Domains In The Background With Solid Queue Discussion
0
General
SQL Introduction with PostgreSQL Discussion
4
General
Nice job Collin! : )
Dale Holmes replied
Virtual Attributes And Attribute API Discussion
16
General
Nice. I'd love to see an screencast with the ActionCable feature
Dale Holmes replied
Foreign Key on_delete db Constraints Discussion
3
General
The `add_foreign_key` docs show all the various options for `on_delete` and others: https://api.rubyonrails.org/classes/ActiveRecord/ConnectionAdapters/SchemaStatements.html#method-i-add_foreign_key
Terry S replied