update #6: how namespaces work
Weβre live in beta! Here are our next steps Last week, we at gem.coop announced support for namespaces that you can publish to and use namespaced gems in Bundler today. Our original post outlines how ...
I'm really excited where we're headed with gem.coop, I think there's a real chance we can make significant advances for Ruby as a whole in a way that's equitable and with aligned incentives for all.
More on that soon, but here's how namespaces work with Bundler today:
gem.coop/updates/6/
10.03.2026 20:38
π 5
π 1
π¬ 0
π 0
um jared, that's not
09.03.2026 16:38
π 1
π 0
π¬ 0
π 0
Hi,
09.03.2026 16:36
π 1
π 0
π¬ 1
π 0
I think people are making a mistake trying to revive fixtures and forgetting all their inherent issues.
I've worked with fixtures in production and doing what @thomascannon.me describes would be extremely difficult.
Oaken makes deep refactoring like this doable.
09.03.2026 16:21
π 3
π 1
π¬ 0
π 0
welp that's a lot of brainrot to reach that π¬
09.03.2026 16:05
π 0
π 0
π¬ 0
π 0
Ah fair, just saw in the video with the h1 example. It lets ERB output the value so it doesn't leak what the code looks like client side.
06.03.2026 20:43
π 0
π 0
π¬ 0
π 0
Ah nice, that's cool!
Well for me it's more about not leaking the inner HTML externally. When Herb wraps an HTML comment around an HTML element that has an ERB output in there, does it also comment that out?
06.03.2026 20:42
π 0
π 0
π¬ 1
π 0
Love to read this.
Repo link for the skills @kaspth.com mentions: github.com/palkan/skills
06.03.2026 18:50
π 4
π 1
π¬ 0
π 0
Nice! I tend to insert a `if false &&` to prevent the inner markup from showing up in the output.
06.03.2026 17:48
π 1
π 0
π¬ 1
π 0
I've also been reading through @palkan.bsky.social's & @evilmartians.com Layered Design for Rails and it's cool to see many similar ideas for where I'd like to see Rails go (and Associated Objects gets a mention).
There's lots of interesting ideas and patterns in there, so I highly recommend it!
05.03.2026 17:45
π 3
π 1
π¬ 0
π 1
The whole point of Associated Objects is to help what Rails devs struggle with most often: spotting collaborator objects to unfurl those god object Active Records and set it up in a conventional way.
You trade a bit of OOP design freedom for a lot of bang for your code buck.
05.03.2026 17:37
π 1
π 0
π¬ 0
π 1
@kaspth/active_record-associated_object β gem.coop
Associate a Ruby PORO with an Active Record class and have it quack like one.
A fun thing in my ActiveRecord::AssociatedObject gem's design is that we delegate find_by, so in production I just did:
User::EmailVerification.find_by(email_address: ".@.").mailer.deliver_later
User is an Active Record, while the nested EmailVerification is a PORO!
beta.gem.coop/@kaspth/acti...
05.03.2026 17:37
π 1
π 0
π¬ 1
π 0
#edbspillet
05.03.2026 14:46
π 17
π 5
π¬ 0
π 0
love twin peaks, there's some stuff that doesn't hold up but a lot still does
02.03.2026 21:07
π 1
π 0
π¬ 0
π 0
as I gaze into the camera, it also gazes into me
02.03.2026 21:05
π 6
π 0
π¬ 0
π 0
always wished we had this in the Ruby world https://gem.coop/updates/5/
02.03.2026 18:00
π 5
π 1
π¬ 1
π 0
On Friday, I recorded a @blueridgeruby.com BTS episode with my friend @rhiannon.io, where we get into the crucial topic of marketing for conferences. Full episode here: www.youtube.com/watch?v=B3BB...
02.03.2026 17:01
π 6
π 1
π¬ 0
π 0
Peak
Oaken aims to blend your Fixtures/Factories and levels up your database seeds.
Thinking of adding a new gem? There's a lot of info you need to look through to verify gems.
So based on feedback from @afomera.dev and @marcoroth.dev here's our initial take on that page:
beta.gem.coop/@kaspth/oaken
27.02.2026 23:27
π 9
π 3
π¬ 1
π 0
glad you're hanging out with Tim!
28.02.2026 18:33
π 1
π 0
π¬ 0
π 0
Peak
To use namespaced gems pass a source in your Gemfile, like this:
"Pushing gem to beta.gem.coop/@stephen ...
yaml_csp_config-1.2.0.gem uploaded π"
Pushed my first gem to my new namespace.
27.02.2026 16:00
π 3
π 1
π¬ 0
π 0
(looks like I also need to fix up the page title lol)
27.02.2026 23:27
π 1
π 0
π¬ 0
π 0
Peak
Embed a controller flow within another by stashing the final redirect upfront and performing it after completing.
Ideally the gem profile page, and your namespace profile page like beta.gem.coop/@kaspth, should be pages you'd feel proud to post.
We'd like to show off all the harness/skeleton of a gem in a way that a GitHub README can't.
Curious to hear what you think!
27.02.2026 23:27
π 3
π 0
π¬ 1
π 0
Peak
Oaken aims to blend your Fixtures/Factories and levels up your database seeds.
Thinking of adding a new gem? There's a lot of info you need to look through to verify gems.
So based on feedback from @afomera.dev and @marcoroth.dev here's our initial take on that page:
beta.gem.coop/@kaspth/oaken
27.02.2026 23:27
π 9
π 3
π¬ 1
π 0
it's been a long day and I forgot to build the email when users' namespaces are approved
fixing! (I've already approved your namespace)
24.02.2026 23:00
π 0
π 0
π¬ 0
π 0
oh right of course π
24.02.2026 21:48
π 1
π 0
π¬ 0
π 0
Since namespaced gems is brand new for the Ruby community, we've added explainers to the bottom of profile pages and one-click to copy the `bundle add` command.
Let us know how it's working for you and if you encounter issues!
24.02.2026 21:19
π 0
π 0
π¬ 0
π 0