conversionfoundry / breeze

A Ruby on Rails CMS for brochure-style websites.
Other
3 stars 2 forks source link

"/home" is inserted into permalinks #66

Closed isaacfreeman closed 11 years ago

isaacfreeman commented 11 years ago

Page permalinks should be

fudgecottage.leftclick.co.nz/buy_fudge

Currently is

fudgecottage.leftclick.co.nz /home /buy_fudge

This looks like an issue with the PermalinkGenerator class in mixins/permalinks.rb

albandiguer commented 11 years ago

I believe this comes from corrupted data. Spec are passing and the root's slug is not took in consideration when building the permalink except if not unique.

I just refact this part and added some spec for more clarity.

My advice is to