Error message:
undefined method `acts_as_textiled' for #<Class:0x7f057c4dc988>
I receive this error from passenger. I am using
capistrano/passenger/apache and initially when I cap deployed the
plugins were missing. So, I added the plugins and did a cap deploy for
migrations and that worked. Now, however, I get this message and am
unsure what's going on.
In my environment.rb file I have:
RAILS_GEM_VERSION = '2.3.3' unless defined? RAILS_GEM_VERSION
require File.join(File.dirname(__FILE__), 'boot')
require "rubygems"
require "will_paginate"
Rails::Initializer.run do |config|
config.plugins = [ :all ]
%w(observers sweepers mailers).each do |dir|
config.load_paths << "#{RAILS_ROOT}/app/#{dir}"
end
config.action_controller.page_cache_directory = RAILS_ROOT +
"/public/cache/"
config.active_record.observers = :user_observer
end
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" 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/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---