0.0
No commit activity in last 3 years
No release in over 3 years
This gem creates a polymorphic attachable model that can be used to store historical information on page urls for 301 redirecting.
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.RC1
= 0.14.0
= 0.3.14
= 2.14.0
= 2.14.0
~> 3.0.1
~> 0.6.4

Runtime

>= 3.2.2
 Project Readme

SpudPermalinks

This project rocks and uses MIT-LICENSE.

Testing

Spud uses RSpec for testing. Get the tests running with a few short commands:

  1. Create and migrate the databases:

    rake db:create rake db:migrate

  2. Load the schema in to the test database:

    rake app:db:test:prepare

  3. Run the tests with RSpec

    rspec spec

After the tests have completed the current code coverage stats is available by opening /coverage/index.html in a browser.