[Radiant] Re: Extensions trouble in 0.6.7

Sean Cribbs seancribbs at gmail.com
Mon Jun 2 16:55:17 CDT 2008


Shane,

Try removing all extensions from loading while doing this.  Edit the 
appropriate line of config/environment.rb to read:

config.extensions = []

Also, comment out the line in config/environments/development.rb that 
starts 'config.breakpoint_server'

# config.breakpoint_server = ....

That will get rid of the warning.  Then when those tasks have been run, 
restore your config.extensions line.

Sean

Shane Thacker wrote:
> Sean Cribbs wrote:
>   
>> Shane,
>>
>> Try two things and then get back to us:
>>
>> 1) Run rake radiant:update to copy the new config files from the 
>> gem/vendor.
>> 2) Remove :shards from config.extensions in config/environment.rb if it
>> exists.
>>
>> Sean
>>     
>
>
> I'm assuming it's okay to leave shards in the extensions folder while 
> following your directions. Getting this:
>
>       *******************************************************************
>       * config.breakpoint_server has been deprecated and has no effect. 
> *
>       *******************************************************************
>
> Could not load extension from file: shards_extension.
> #<NameError: uninitialized constant ShardsExtension>
> rake aborted!
> uninitialized constant ApplicationController
>
> shane
>   



More information about the Radiant mailing list