You don't need a gem to build a facade. This is a perfectly good one:
class App
def self.config = Rails.configuration
def self.redis = REDIS_POOL
end
You don't need a gem to build a facade. This is a perfectly good one: class App def self.config...
You don't need a gem to build a facade. This is a perfectly good one:
class App
def self.config = Rails.configuration
def self.redis = REDIS_POOL
end

A while back I wrote about organizing configuration in Rails. The idea was simple: drop YAML files...

Anyone who works with Ruby on Rails knows that, despite the framework being incredible for...

How we eliminated subtle stylesheet caching glitches during deployments on DEV without a massive rewrite.

Quem trabalha com Ruby on Rails sabe que, embora o framework seja incrível para a produtividade,...

Meet web_ruby_ui — write reactive client-side SPAs using 100% pure Ruby via WebAssembly. Features...

This is a submission for the Gemma 4 Challenge: Build with Gemma 4 What I Built Three...