Project

General

Profile

Actions

Defect #1508

closed

Engines site unavailable

Added by Mark Hagers almost 16 years ago. Updated over 15 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-06-20
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

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?

Actions #1

Updated by Mark Hagers almost 16 years ago

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

Actions #2

Updated by Eric Davis almost 16 years ago

Use the 2.0 release of Engines.

Actions #3

Updated by Mark Hagers almost 16 years ago

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.

Actions #4

Updated by Mateo Murphy almost 16 years ago

You should be able to

svn checkout http://svn.rails-engines.org/engines/tags/rel_2.0.0/ 

Does that not work for you?

Actions #5

Updated by Mark Hagers almost 16 years ago

Yes, that works, thanks a lot!

Perhaps it's a good idea to add this link to the installation instructions for the engines plugin, as the official engines site only points to the 2.1 release.

Actions #6

Updated by Jean-Philippe Lang over 15 years ago

  • Status changed from New to Closed
  • Resolution set to Fixed

Current trunk now runs with Rails 2.1. Engine 2.1 plugin is added to trunk in r1654.

Actions

Also available in: Atom PDF