No commit activity in last 3 years
No release in over 3 years
Allows changeable permalinks (good for SEO).
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.0.0
>= 0
~> 3.4
>= 0
~> 2

Runtime

 Project Readme

Vidibus::Permalink Build Status

This gem allows changeable permalinks. That may be an oxymoron, but it's really useful from a SEO perspective.

This gem is part of Vidibus, an open source toolset for building distributed (video) applications.

Installation

Add the dependency to the Gemfile of your application:

  gem "vidibus-permalink"

Then call bundle install on your console.

TODO

  • Add controller extension for automatic dispatching.
  • Limit length of permalinks.
  • Refactor codebase so that incrementation is not limited to Permalink class.

Ideas (for a separate gem)

  • Catch 404s and store invalid routes.
  • Make invalid routes assignable from a web interface.
  • Try to suggest a matching Linkable by valid parts of the request path.

Copyright

Copyright (c) 2010-2019 Andre Pankratz. See LICENSE for details.