Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#<NoMethodError: undefined method `migrate_from' for ReaderExtension:Class> #46

Open
roguedev opened this issue Aug 12, 2011 · 1 comment

Comments

@roguedev
Copy link

Clean install on 1.0.0.rc2, no other non-core extensions.

environment.rb
config.gem 'radiant-reader-extension', :version => '>3.0.0.rc4'
config.gem 'radiant-forum-extension', :version => '
>3.0.0.rc6'

Following undefined method error on any rake task or script/server.

Could not load extension from file: reader_extension.

<NoMethodError: undefined method `migrate_from' for ReaderExtension:Class>

/Library/Ruby/Gems/1.8/gems/radiant-1.0.0.rc2/vendor/rails/railties/lib/rails/gem_dependency.rb:103:in specification': can't activate , already activated authlogic-3.0.3 (Gem::Exception) from /Library/Ruby/Gems/1.8/gems/radiant-1.0.0.rc2/vendor/rails/railties/lib/rails/gem_dependency.rb:168:inloaded?'
from /Library/Ruby/Gems/1.8/gems/radiant-1.0.0.rc2/vendor/rails/railties/lib/initializer.rb:331:in check_gem_dependencies' from /Library/Ruby/Gems/1.8/gems/radiant-1.0.0.rc2/vendor/rails/railties/lib/initializer.rb:331:inreject'
from /Library/Ruby/Gems/1.8/gems/radiant-1.0.0.rc2/vendor/rails/railties/lib/initializer.rb:331:in check_gem_dependencies' from /Library/Ruby/Gems/1.8/gems/radiant-1.0.0.rc2/lib/radiant/initializer.rb:249:inload_plugins'
from /Library/Ruby/Gems/1.8/gems/radiant-1.0.0.rc2/vendor/rails/railties/lib/initializer.rb:165:in process' from /Library/Ruby/Gems/1.8/gems/radiant-1.0.0.rc2/vendor/rails/railties/lib/initializer.rb:113:insend'
from /Library/Ruby/Gems/1.8/gems/radiant-1.0.0.rc2/vendor/rails/railties/lib/initializer.rb:113:in run' from /Library/Ruby/Gems/1.8/gems/radiant-1.0.0.rc2/lib/radiant/initializer.rb:210:inrun'
from /Users/jason/Sites/para_bellum/config/environment.rb:12
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in gem_original_require' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:inrequire'
from /Library/Ruby/Gems/1.8/gems/radiant-1.0.0.rc2/vendor/rails/activesupport/lib/active_support/dependencies.rb:182:in require' from /Library/Ruby/Gems/1.8/gems/radiant-1.0.0.rc2/vendor/rails/activesupport/lib/active_support/dependencies.rb:547:innew_constants_in'
from /Library/Ruby/Gems/1.8/gems/radiant-1.0.0.rc2/vendor/rails/activesupport/lib/active_support/dependencies.rb:182:in require' from /Library/Ruby/Gems/1.8/gems/radiant-1.0.0.rc2/vendor/rails/railties/lib/commands/server.rb:84 from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:ingem_original_require'
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
from script/server:3

@will-r
Copy link
Member

will-r commented Aug 14, 2011

Sorry: I added the migrate_from functionality after rc2 came out. Quite a lot else, too: the current reader betas definitely need edge radiant. There should be a new RC very soon.

The authlogic error is a worry, though. Authlogic 3.0.3 is for rails 3 and won't work with radiant. Is this under passenger?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants