Fixed. My problem was that I had put the line

  require "#{RAILS_ROOT}/vendor/plugins/community_engine/config/
boot.rb"

inside the "Rails::Initializer.run do |config|" block, whereas the
install instructions (I now see looking again) show it below the end
of the block. I was confused because I had a comment line just like
the instructions' but *inside* the block saying "# Include your
application configuration below" so I put it right below that. Now
that I moved it, it is running boot after the load paths have been
adjusted and so the initializers inside community engine can succeed.

On Oct 24, 6:48 pm, GregL <[email protected]> wrote:
> Oh and I neglected to mention that I am using Rails 2.3.2.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to