This has already been discussed in two other threads, but in one there
is no resolution, and in the other the resolution does not work for
me. I am following the instructions in the latest readme, so I have
whatever version of CE implied by that. I am installing this inside my
existing application. I installed all the gems, modified the
environment files and routes as specified, then ran script/generate
plugin_migration but it failed like this:
$ script/generate plugin_migration
/opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require': no such file to load -- technoweenie/
attachment_fu/backends/s3_backend (MissingSourceFile)
from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/
custom_require.rb:31:in `require'
...
When I try to find s3_backend I see that it is at
vendor/plugins/community_engine//plugins/attachment_fu/lib/
technoweenie/attachment_fu/backends/s3_backend.rb
so it seems like it's a path problem. My environment.rb file says
config.plugin_paths += ["#{RAILS_ROOT}/vendor/plugins/
community_engine/plugins"]
as indicated in the installation instructions, is there another sort
of search path I should alter as well?
Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CommunityEngine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/communityengine?hl=en
-~----------~----~----~----~------~----~------~--~---