All,
I upgraded to 0.8.0 and now I get an error when I try to run anything.
See the examples below:
rake production radiant:extensions:gallery:migrate
(in /home)
Could not load extension from file: gallery_extension.
#<MissingSourceFile: no such file to load – application>
Could not load extension from file: page_attachments_extension.
#<MissingSourceFile: no such file to load – application>
rake aborted!
no such file to load – application
rake production ray:extension:update name=all
(in /home)
Could not load extension from file: gallery_extension.
#<MissingSourceFile: no such file to load – application>
Could not load extension from file: page_attachments_extension.
#<MissingSourceFile: no such file to load – application>
Do you know how I can solve this? I think it has something to do with
the new Rails convention of appending “_controller” to the application
controller, but I am not sure why I see the error and apparently others
don’t.