Skip to content

Avoids 404's when slugs change in Spree, thanks to friendly_id history module

License

Notifications You must be signed in to change notification settings

freego/spree_slug_history

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpreeSlugHistory

NOTE: This is built-in in recent Spree versions.

Avoids 404's when slugs change, thanks to friendly_id history module.

Installation

Add spree_slug_history to your Gemfile:

gem 'spree_slug_history', github: 'freego/spree_slug_history',
                          branch: 'X-X-stable'

Bundle your dependencies and run the installation generator:

bundle
bundle exec rails g spree_slug_history:install

Testing

First bundle your dependencies, then run rake. rake will default to building the dummy app if it does not exist, then it will run specs. The dummy app can be regenerated by using rake test_app.

bundle
bundle exec rake

Copyright (c) 2014 Alessandro Lepore, released under the New BSD License

About

Avoids 404's when slugs change in Spree, thanks to friendly_id history module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published