refinerycms
refinerycms copied to clipboard
SQLite3::SQLException: no such column: refinery_pages.custom_slug
I updated Refinerycms from old to gem 'refinerycms', git: 'https://github.com/refinery/refinerycms', ref: 'master'
. But errors appear when I try update custom slug. Maybe Slug error too. Please help me fix
@ttmthanh The error is probably due to change from gem Globalize to Mobility. The PR is at https://github.com/refinery/refinerycms/pull/3360
I'm not sure if there is some guide how to migrate from old Refinery CMS versions with Globalize to Mobility. Here is some guide on Mobility website, but not sure if it is helpfull for you https://github.com/shioyama/mobility/wiki/Migrating-from-Globalize
Could you insert here previous and current Gemfile and Gemfile.lock files?