Hi,
I am new to ROR and CE. I have ROR 2.3.2 up and running and have
created several apps. I am following the install procedures for the
edge branch of CE and have come upon a snag. Using the instructions
at http://github.com/bborn/communityengine/tree/edge I get to step
9:
#
Generate the community engine migrations:
$ script/generate plugin_migration
#
and I get the following error:
/Library/Ruby/Gems/1.8/gems/rails-2.3.2/lib/rails/plugin/loader.rb:
184:in `ensure_all_registered_plugins_are_loaded!': Could not locate
the following plugins: community_engine and white_list (LoadError)
from /Library/Ruby/Gems/1.8/gems/rails-2.3.2/lib/rails/plugin/
loader.rb:44:in `load_plugins'
from /Library/Ruby/Gems/1.8/gems/rails-2.3.2/lib/initializer.rb:
348:in `load_plugins'
from /Library/Ruby/Gems/1.8/gems/rails-2.3.2/lib/initializer.rb:
163:in `process'
from /Library/Ruby/Gems/1.8/gems/rails-2.3.2/lib/initializer.rb:
113:in `send'
from /Library/Ruby/Gems/1.8/gems/rails-2.3.2/lib/initializer.rb:
113:in `run'
from /Users/sschipper/myprojects/gofish1/config/environment.rb:11
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`require'
from /Library/Ruby/Gems/1.8/gems/rails-2.3.2/lib/commands/generate.rb:
1
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`require'
from script/generate:3
I did get CE from Git using the following:
Macintosh-4:~ root# git clone --depth 1
git://github.com/bborn/communityengine.git
vendor/plugins/community_engine
Initialized empty Git repository in /private/var/root/vendor/plugins/
community_engine/.git/
remote: Counting objects: 3504, done.
remote: Compressing objects: 100% (2349/2349), done.
remote: Total 3504 (delta 1415), reused 2893 (delta 945)
Receiving objects: 100% (3504/3504), 2.81 MiB | 179 KiB/s, done.
Resolving deltas: 100% (1415/1415), done.
So it looks like CE exists.
Am I missing something else? I tried to modify the .rb files to the
letter.
Regards,
schipper.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---