How to use the Browser Guard in Rails Discussion
6
General
If you're building a no build Rails application that makes use of modern browser features (like ONCE Campfire!), you'll definitely want to use this.
Richard Ryan replied
Syncing Repositories with Ruby Scripts - Part 1 Discussion
7
General
Nice tutorial. Why git fetch followed by git pull and not just a single git pull?
Rails 8.1 Local CI Discussion
3
General
I found the default local CI to be a bit basic. One of my projects is a platform and when we run CI we have to run the test suite multiple times for each implementation of the platform, and we leve...
Richard Ryan replied
Eigenclasses Discussion
10
General
Why does this video say it is private - I have seen it on my iPhone, but its so small, I wanted to see it on a big screen too
Also - I would enjoy a video on Ruby's Hash caching and Rails Lowlevel ...
Robin Madsen replied
Thread Safety with Mutexes in Ruby Discussion
6
General
In a Rails application that does standard CRUD for the most part, what would be a good use case for something like this? In the ferrum_pdf example you gave, it looks like you want to ensure there's...
evelynnotting replied
Deploying Rails 8 with Hatchbox Discussion
4
General
Awesome video Collin, and thanks for the shoutout! ππ»ππΌπ
Dale Holmes replied
Single Table Inheritance (STI) with ActiveRecord in Rails Discussion
8
General
Thanks Chris, It's funny that we just stopped using this design pattern at Gitlab
https://docs.gitlab.com/ee/development/database/single_table_inheritance.html
Dale Holmes replied
How to use the Ruby 2.6 Just-in-Time (JIT) Compiler Discussion
6
General
Nice!
Eddie Collins replied
Morse Code with Ruby - Part 1 Discussion
1
General
`.. / .-.. --- ...- . / --. --- .-. .- .. .-.. ...`
Cohn Elburn replied
Inbound SMS in Rails with Twilio Discussion
10
General
Thanks Chris. Ended up using this to programatically send a text message after a user completes an order, and allow that user to ask questions, creating a conversation, where we can respond from th...
Sikuoshi replied
Pro
5
General
Hi Chris.. I would like to purchase the pro series for 3 months..is this possible?
Chris Oliver replied
Solved
Retrieving Link Metadata with Background Jobs Discussion
5
General
Posting here in case anyone else ran into the issue where they tried to run a test, but got the error of having pending database migrations (also after running db:migrate).
For me what helped is r...
Noullooduady1995 replied
Looking for indie hackers + open-source builders to spotlight in our Ruby community
2
General
Our email-list audience for rubyconfth.com grew to 2000 subs this year π
To celebrate, Iβm putting together content that highlights indie hackers, community builders, and open-source creators and ...
fnf unkin replied
Your First Ruby Gem Discussion
7
General
Thanks Collin
I've authored a few gems already, but this was a really useful look at the "bare-bones" approach rather than use the "bundle gem your-name-here # and fill in the blanks" approach.
...
Morse Code with Ruby - Part 2 Discussion
0
General
In this lesson, we will continue the previous project and add the Morse code sound feature.
Lakedra Cole posted
Defer Job Enqueues After Transaction Commit in Rails 7.2 Discussion
1
General
Raise your hand if you're guilty of making this mistake in the past. ππ¬
Deploying the Web Scraper Rails app to Production & Setting Up Cron Jobs Discussion
5
General
I wish the linking of the database was a bit more clear. My app was pulling in the credential in the database.yml file instead of simply linking via the DATABASE_URL environment variable. I had to ...
herrylauu replied
Using Deprecation Warnings in Rails Discussion
1
General
What features will be deprecated and replaced with ActiveSupport::Deprecation?
Allen Duke replied
Send Notifications in Rails with Noticed gem v2 Discussion
10
General
The video talks about implementing a sort of escalated notification. Like send a slack web hook and then in 5 minutes send an email but not if the recipient already saw the slack web hook.
Is buil...
wuuko replied
Ruby Pattern Matching Discussion
2
General
What version of Ruby added this?