Minor Bug and Workaround for 0.6.8 Upgrades
There’s a minor error in the radiant:update:configs task that I discovered this morning when fixing the demo site (this should only affect upgrades from older versions). I have pushed the fix to github. If you want to stay on the 0.6.8 gem, the workaround has two steps:
- Make sure you have a unique
:secretin yourconfig.action_controller.sessionsetting inconfig/environment.rb. - Add the line
Page.load_subclassesto the end of the file (outside the config block).
