New version of DnsMock has been released ?
Ruby Flow
by
19h ago
Added ability to interact with DNS message question/answer context. Mimic any DNS records for your test environment and even more: https://github.com/mocktools/ruby-dns-mock ..read more
Visit website
Delegated types in Rails: I tried them, and I'm not sure I really understood them.
Ruby Flow
by
1d ago
Developers have been scratching their head trying to figure out delegated types for ages. Today, I want to share a real-world use case. I’ll walk you through my pre-existing domain architecture, my initial requirements, my mistakes, how I eventually used delegated types, what I learned and my open questions ..read more
Visit website
New SudoRails version has been released ? Sudo mode for your Rails controllers ?
Ruby Flow
by
2d ago
Protect any Rails action with a customizable password confirmation. ? Inspired by GitHub Sudo mode ..read more
Visit website
Handling Exceptions in Grape for Ruby
Ruby Flow
by
2d ago
Let’s explore the basics of Grape exception handling, including customizing exceptions: https://blog.appsignal.com/2024/04/17/handling-exceptions-in-grape-for-ruby.html ..read more
Visit website
The tale of an XSS in Phlex
Ruby Flow
by
2d ago
I reported an XSS to Phlex yesterday and since it was pretty quickly fixed, I wrote a post about it: https://greg.molnar.io/blog/the-tale-of-an-xss-in-phlex ..read more
Visit website
Scaffolding in Ruby on Rails
Ruby Flow
by
2d ago
Scaffolding in Ruby on Rails ..read more
Visit website
Introducing Janus a read/write proxy for ActiveRecord 7.1+
Ruby Flow
by
3d ago
Janus is a read/write split proxy for MySQL/ActiveRecord 7.1+. It works by sending any read queries to a replica, and any write queries to the primary database server. If there’s been a write statement within the same thread we stick any future queries to the primary server unless the developer specifically chooses not to ..read more
Visit website
Create a MacOS desktop application with pure Ruby (Tutorial)
Ruby Flow
by
3d ago
This is (for now) a modest step-by-step tutorial about creating a MacOS desktop application with Ruby ..read more
Visit website
FactoryBot: the secret weapon called @overrides
Ruby Flow
by
3d ago
https://dev.to/povilasjurcys/factorybot-the-secret-weapon-called-overrides-n31 ..read more
Visit website
Automating Rubocop Into Your Rails Development Workflow
Ruby Flow
by
3d ago
This video will show you a couple of ways to run Rubocop early and often so you and your team can ensure you’re avoiding inconsistencies and bugs while maintaining your code for the long haul ..read more
Visit website

Follow Ruby Flow on FeedSpot

Continue with Google
Continue with Apple
OR