Defect #1508
Engines site unavailable
| Status: | Closed | Start: | 2008-06-20 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Affected version: | Resolution: | Fixed |
||
Description
Trying to install some plugins. The engines plug-in is needed, but the engines site http://rails-engines.org/ doesn't allow download of the engines plug-in. It denies connections to the subversion server. The new release 2.1.0 seems to be available, but is only compatible with Rails 2.1 and redmine is only compatible with 2.0.2. How to proceed?
History
2008-06-20 17:50 - Mark Hagers
installing the 2.1.0 release of engines (which is available from svn) messes up the redmine installation it refuses to start with the following errors:
/Library/WebServer/redmine/vendor/rails/activesupport/lib/active_support/core_ext/module/aliasing.rb:31:in `alias_method': undefined method `initialize_schema_migrations_table' for module `ActiveRecord::ConnectionAdapters::SchemaStatements' (NameError)
from /Library/WebServer/redmine/vendor/rails/activesupport/lib/active_support/core_ext/module/aliasing.rb:31:in `alias_method_chain'
from /Library/WebServer/redmine/vendor/plugins/rel_2.1.0/lib/engines/rails_extensions/migrations.rb:131:in `included'
from /Library/WebServer/redmine/vendor/plugins/rel_2.1.0/lib/engines/rails_extensions/migrations.rb:131:in `class_eval'
from /Library/WebServer/redmine/vendor/plugins/rel_2.1.0/lib/engines/rails_extensions/migrations.rb:131:in `included'
from /Library/WebServer/redmine/vendor/plugins/rel_2.1.0/lib/engines/rails_extensions/migrations.rb:155:in `include'
from /Library/WebServer/redmine/vendor/plugins/rel_2.1.0/lib/engines/rails_extensions/migrations.rb:155
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
... 26 levels...
from /Library/WebServer/redmine/vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
from /Library/WebServer/redmine/vendor/rails/railties/lib/commands/server.rb:39
from script/server:3:in `require'
from script/server:3
2008-06-23 09:54 - Mark Hagers
Sorry, maybe this was unclear: the original issue was that engines 2.0 is unavailable for download from the indicated url.
But maybe you can supply me with another url where it can be downloaded?
Thanks.
2008-06-23 22:06 - Mateo Murphy
svn checkout http://svn.rails-engines.org/engines/tags/rel_2.0.0/
Does that not work for you?