Todd Kummer
@toddkummer.bsky.social
Ruby on Rails Engineer, author of Filterameter gem.
https://rockridgesolutions.com
https://rockridgesolutions.com/posts/filterameter
Available for hire!
https://rockridgesolutions.com
https://rockridgesolutions.com/posts/filterameter
Available for hire!
The Filterameter gem recently passed 20k downloads. Search filters should be easy in Rails controllers.
I do declare!
rockridgesolutions.com/posts/filter...
I do declare!
rockridgesolutions.com/posts/filter...
Filterameter: Simplify and Speed Up Development of Rails Controllers
Handling filter parameters for index endpoints in Rails controllers can often be a repetitive and error-prone task. The Filterameter gem aims to simplify this process by providing a declarative way to define search filters. In this post, we’ll explore how Filterameter can help you write cleaner and more maintainable code.
rockridgesolutions.com
August 28, 2025 at 12:53 AM
The Filterameter gem recently passed 20k downloads. Search filters should be easy in Rails controllers.
I do declare!
rockridgesolutions.com/posts/filter...
I do declare!
rockridgesolutions.com/posts/filter...
Reposted by Todd Kummer
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...
Links below 🔗 👇
- RubyEvents: www.rubyevents.org/talks/intern...
- YouTube: www.youtube.com/watch?v=Icd3...
July 25, 2025 at 7:42 PM
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...
Links below 🔗 👇
- RubyEvents: www.rubyevents.org/talks/intern...
- YouTube: www.youtube.com/watch?v=Icd3...
Reposted by Todd Kummer
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
We received 68 applications already–thank you all!
The key themes and criteria are on cfp.sfruby.com
CFP for San Francisco Ruby Conference 2025
Share your Ruby knowledge and experience at the San Francisco Ruby Conference on November 19-20, 2025. We're looking for talks to support and inspire the new generation of successful startups built on...
cfp.sfruby.com
July 12, 2025 at 2:39 AM
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
We received 68 applications already–thank you all!
The key themes and criteria are on cfp.sfruby.com
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...
github.com/RockSolt/bul...
github.com/RockSolt/bul...
GitHub - RockSolt/bulma-phlex: Build Bulma components with Phlex
Build Bulma components with Phlex. Contribute to RockSolt/bulma-phlex development by creating an account on GitHub.
github.com
May 15, 2025 at 6:13 PM
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...
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...
github.com/RockSolt/nex...
GitHub - RockSolt/next_page: Simple pagination for Rails controllers
Simple pagination for Rails controllers. Contribute to RockSolt/next_page development by creating an account on GitHub.
github.com
April 23, 2025 at 6:17 PM
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...
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!
This morning: Built a factory while drinking coffee.
Thanks @alan.codegardener.com and @fito.codegardener.com!
March 21, 2025 at 4:51 PM
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!
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...
sessionize.com/railsconf-20...
RailsConf 2025: Call for Speakers
RailsConf is the world’s longest-running gathering for the Rails community. Since 2006, we have brought together developers and enthusiasts of all lev...
sessionize.com
February 26, 2025 at 3:41 AM
Just submitted my proposal for Rails Conf! Fingers crossed for Philly.
sessionize.com/railsconf-20...
sessionize.com/railsconf-20...
Just released Filterameter 1.0.1, with support for Ruby LSP including Hover and Go-to-Definition.
github.com/RockSolt/fil...
github.com/RockSolt/fil...
GitHub - RockSolt/filterameter: Simplify and speed development of Rails controllers by making filter parameters declarative.
Simplify and speed development of Rails controllers by making filter parameters declarative. - RockSolt/filterameter
github.com
January 9, 2025 at 4:54 PM
Just released Filterameter 1.0.1, with support for Ruby LSP including Hover and Go-to-Definition.
github.com/RockSolt/fil...
github.com/RockSolt/fil...
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?
How do you handle this? Multiple test classes per file? Multiple test files per class under test? Any conventions here?
December 30, 2024 at 5:51 PM
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?
How do you handle this? Multiple test classes per file? Multiple test files per class under test? Any conventions here?
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...
Check out the Filterameter gem to make your #rails controllers cleaner and clearer by declaring search filters.
rockridgesolutions.com/posts/filter...
Filterameter: Simplify and Speed Up Development of Rails Controllers
Handling filter parameters for index endpoints in Rails controllers can often be a repetitive and error-prone task. The Filterameter
gem aims to simplify this process by providing a declarative way to...
rockridgesolutions.com
December 3, 2024 at 7:02 PM
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...
Check out the Filterameter gem to make your #rails controllers cleaner and clearer by declaring search filters.
rockridgesolutions.com/posts/filter...