RubyFlow The Ruby and Rails community linklog

The Simplest Possible Rails Decorator Implementation That Just Might Work

Interested in decorators/presenters in a Rails app?

Want something that’s going to do what you need to help keep your code organized, clear, and nice and polymorphic – but with as few extra lines (even in dependencies), as little complexity, and as little Rails ‘magic’ as possible, keeping all the code transparent and doing just what it says?

Here’s my attempt at demonstrating a Simplest Rails Decorator Implementation That Just Might Work in just a few dozen lines of code.

With rather extensive explanation of what it’s doing and why and how I arrived at it, which may or may not be your bag.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in