
Thread Safety with Mutexes in Ruby Discussion
0
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...
Dan LeGrand posted

How to add a Command Palette to your Ruby on Rails app Discussion
5
General
Amazing information providing by your article, thank you so much for taking the time to share a wonderful article.
Henny Diani replied

SQL Learning Path - Having Statements Discussion
6
General
I have a question about replacing `store_id` with `stores.name` if we add JOIN to the query (4:50 for example). Would it be valid replacement if there are multiple stores with the same name but obv...
cjilbert504 replied

Migrating From jQuery to Vanilla Javascript Discussion
0
General

Ruby Data Class Discussion
0
General

Ruby Pattern Matching Discussion
47
General
`document.querySelectorAll` looks like return an array, but in fact it is an object. It's important to keep this in mind in order to avoid some problems iterating the dom elements.
Dan LeGrand replied

Improving the Rails Route Generator Discussion
5
General
good
marilyn ohara replied

Contributing To Thor Discussion
2
General
Awesome stuff!
marilyn ohara replied

Using Deprecation Warnings in Rails Discussion
0
General
What features will be deprecated and replaced with ActiveSupport::Deprecation?
marilyn ohara posted

Adding Turbo Frame Test Helpers Discussion
0
General
Does GoRail allow users to use group accounts?
marilyn ohara posted

How to get started?
5
General
Hi I'm a complete beginner to Rails, however I know other backend languages. I see a lot of courses here. Can anyone tell me the series of courses I should take up here?
Thanks
Steve Micheal replied

Syncing Repositories with Ruby Scripts - Part 1 Discussion
8
General
Nice tutorial. Why git fetch followed by git pull and not just a single git pull?
animal rampage 3d replied

Exploring PostgreSQL Tuples Rails PR Discussion
3
General
I've been learning Rails through random tutorials but am thinking of block blast committing to something more structured.
Frank Underwood replied

Hatchbox: teams
3
General
Hello,
what are your plans for developing Teams feature on Hatchbox?
Currently I can invite someone by giving them status "admin", "member" or no status at all. The problem is, any invited person h...
Kevin Bishop replied

Magic Link Authentication with generates_token_for in Rails 7.1 Discussion
10
General
is magic link login considered secure ?
can it be used for a production website reliably ?
Thanks
Nathan Ruehs replied

Deploying the Web Scraper Rails app to Production & Setting Up Cron Jobs Discussion
4
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 ...
Jackson Daniel replied

Should I switch to RoR from Laravel?
6
General
Hello there,
I'm a web developer and using Laravel for day-to-day life.
It's been around 5 years of developing with Laravel. But I feel neither comfortable nor confident using Laravel.
And I feel ...
Tonni Alex replied
Solved

How to Debug Ubuntu and Debian Packages Discussion
1
General
Get ready for epic drifts Drift Boss and dramatic car flips that you won't find in any other game!
yayat replied

Your First Ruby Gem Discussion
8
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.
...

Lazy Requiring Dependencies in Ruby Discussion
8
General
I love removing dependencies. 💖
Also, learning how libraries can make features or dependencies optional is a great thing to learn along the way.