Re: [Radiant] undefined method `publish_associations' for class `Page'

2008-03-22 Thread Sean Cribbs
Jim, It seems that bug has been removed from the trunk version of the extension, but the extension has not been updated for 0.6.5. You should be safe to use it, but you might want to "freeze" the extension to the current revision using Piston or something like that. We may be updating the v

Re: [Radiant] undefined method `publish_associations' for class `Page'

2008-03-22 Thread Jim Gay
It points to line 16 of the related_content/lib/related_content/ page_extensions.rb I've pasted the trace below the previous emails. Thanks for the help, Sean. On Mar 22, 2008, at 12:56 PM, Sean Cribbs wrote: Jim, That's a stray artifact of something I did for Digital Pulp. Can you give me

Re: [Radiant] undefined method `publish_associations' for class `Page'

2008-03-22 Thread Sean Cribbs
Jim, That's a stray artifact of something I did for Digital Pulp. Can you give me a line number on which that occurs? Run the rake task with --trace. Sean Jim Gay wrote: I'm adding extensions to a new instance of radiant and, when running "rake db:migrate:extensions", getting the error un

[Radiant] undefined method `publish_associations' for class `Page'

2008-03-21 Thread Jim Gay
I'm adding extensions to a new instance of radiant and, when running "rake db:migrate:extensions", getting the error undefined method `publish_associations' for class `Page' Important info: version 0.6.4 I've set: config.extensions = [ :shards, :all ] And I have these extensions from release