RubyFlow The Ruby and Rails community linklog

Refactoring your views with ActiveSupport methods

I talk about some legacy code I had to fix that was radically simplified by using an ActiveSupport utility method (in this case, in_groups_of).

If your HTML views feel like they’re working harder than they need to view your data in the structure you want, then there may well be some method(s) in the ActiveSupport library that could help you.

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