Now that the videos are out, I can give teasers about the talks we had in the ruby room at FOSDEM 2024.
How to parse content from a tool that is made to speak in human sentences.
Learn how to authorize requests at the routing layer to improve security and ergonomics.
The conferences we’re excited about in the new year.
Watch video recordings of thoughtbot’s presentations at RubyConf.
We’ve built Superglue, a framework that makes Rails and React as productive as Rails, Hotwire, Turbo, and Stimulus.
Your code can be art. Literally.
Are you updating code and not seeing changes? Try this to figure out what’s wrong.
Need to do some HTML sanitization, but Rails ActionView Sanitize Helpers are not good enough? Read this post to learn how to do it with Loofah.
Running a separate query to count how many records are associated with another record is inefficient. Using a counter cache can save the day!