We’re collaborating to bring the following projects discussions to the forum:
action_controller-stashed_redirects
active_job-performs
active_record-associated_object
brut
cogger
containable
filterameter
infusible
oaken
refinements
sod
taylor
Please repost!
www.rubyforum.org/t/ruby-users...
Posts by Todd Kummer
The new Ruby User's Forum is now home to discussions about the Filterameter gem. Check out the forum and join the conversation about Filterameter or Ruby!
www.rubyforum.org/tag/filteram...
Partition is one of my favorites. It’s a classic example of writing something, then thinking there must be a more idiomatic way of doing this, then finding out that Ruby, yet again, has your back.
You are ready for tomorrow!
The Filterameter gem recently passed 20k downloads. Search filters should be easy in Rails controllers.
I do declare!
rockridgesolutions.com/posts/filter...
The recording from my #RailsConf 2025 talk was just posted on @rubyevents.org and on the @rubycentral.org YouTube channel! In case you weren't able to attend in person go check it out! 📽️ 📺
Links below 🔗 👇
- RubyEvents: www.rubyevents.org/talks/intern...
- YouTube: www.youtube.com/watch?v=Icd3...
Friends, it's time to submit your talk for the San Francisco Ruby Conference! The deadline is this Sunday, midnight in Pacific time.
We received 68 applications already–thank you all!
The key themes and criteria are on cfp.sfruby.com
Just got my ticket for SF Ruby Conference. Always something magical about the city by the bay.
I love the idea of a resume versioned by git. At that point it’d be nice to publish via GitHub pages, too.
Would you mind sharing notes on ruby / rails setup in Zed?
The interesting thing about the helpers is that I overrode the delivered Rails helpers. Like `text_field` and `date_field`.
It was an experiment that I expected it to come back and bite me, but it worked out well. I switched to Phlex midstream and everything just worked.
I've been building with Phlex and Bulma, and enjoying both. I put together a couple of gems to capture logic I plan to carry forward.
github.com/RockSolt/bul...
github.com/RockSolt/bul...
Lots of great gems out there for pagination in Rails controllers. NextPage aims to keep it simple in less than 100 lines of code.
github.com/RockSolt/nex...
Last night: Saw a talk about making coffee with factories at the SF Ruby meetup.
This morning: Built a factory while drinking coffee.
Thanks @alan.codegardener.com and @fito.codegardener.com!
Just submitted my proposal for Rails Conf! Fingers crossed for Philly.
sessionize.com/railsconf-20...
Special thanks to the Ruby LSP team (@vinistock.bsky.social and @andyw8.bsky.social), who helped me work a few things out at the Ruby Conf hack day. Just another great thing about Ruby Conf!
Just released Filterameter 1.0.1, with support for Ruby LSP including Hover and Go-to-Definition.
github.com/RockSolt/fil...
In case anyone else gave away their copy, or wants the new version, here’s the site, which has an affiliate link for the author.
www.poodr.com
When writing tests with Minitest, I find myself missing RSpec's context blocks. Using multiple test classes lets me limit the scope of setup or helper methods.
How do you handle this? Multiple test classes per file? Multiple test files per class under test? Any conventions here?
I have the same router and will do the same. Thanks!
I’ve seen the same on my home WiFi, which has an ad blocker. Any chance that plays a role?
Looking for a good tech debt project while product is out on holiday? Deleting code is always fun.
Check out the Filterameter gem to make your #rails controllers cleaner and clearer by declaring search filters.
rockridgesolutions.com/posts/filter...
Are we using the wrong term? Capital DRY literally says that. Is that part of the problem?
Thanks again for organizing #SFRuby and providing the opportunity to share what we're up to with an open mic!
Here's a link to more info on the Filterameter gem:
rockridgesolutions.com/posts/filter...