On 24 Apr 2009, at 3.19 pm, Bruno Bornsztein wrote:
> Is your environment.rb file updated? You have to require desert
> before the
> Rails initializer block (see step 6 of Readme or UPGRADE.markdown)
Yes, I took this step. My environment.rb file is as follows (currently
the application itself is completely blank)
## environment.rb should look something like this:
RAILS_GEM_VERSION = '2.2.2' unless defined? RAILS_GEM_VERSION
require File.join(File.dirname(__FILE__), 'boot')
require File.join(File.dirname(__FILE__), '../vendor/plugins/engines/
boot')
Rails::Initializer.run do |config|
#resource_hacks required here to ensure routes like /:login_slug work
config.plugins = [:engines, :community_engine, :white_list, :all]
config.plugin_paths += ["#{RAILS_ROOT}/vendor/plugins/
community_engine/engine_plugins"]
config.gem 'haml'
config.gem 'rmagick'
end
# Include your application configuration below
require "#{RAILS_ROOT}/vendor/plugins/community_engine/engine_config/
boot.rb"
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---