New Routing Filter Gem

Four Filters for Rails Routing System

Routing Filter is a new gem that wraps around the Rails routing system.

This library comes with four filters:

  • Locale – which prepends the page's :locale.
  • Pagination – which appends page/:num.
  • Uuid – which prepends a uuid for authentication or other purposes.
  • Extension – which appends an extension.

Please note that Routing Filter currently only works with Rails.

Jessica Thornsby

What do you think?