Hi Michael, I want to report a bug:
The latest activerecord-oracle-adapter-1.0.0.9250.gem has a dependency problem: when launch the webrick server of a Rails 2.0 project with froze Rails 2.1, error ocurrs: > $ ruby script/server > => Booting Mongrel (use 'script/server webrick' to force WEBrick) > => Rails 2.1.0 application starting on http://0.0.0.0:3000 > => Call with -d to detach > => Ctrl-C to shutdown server > ** Starting Mongrel listening at 0.0.0.0:3000 > ** Starting Rails with development environment... > Exiting > c:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:139:in `activate': can't > activate activerecord (>= 1.15.5.7843), already activated > activerecord-2.1.0] (Gem::Exception) > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:155:in `activate' > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:154:in `each' > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:154:in `activate' > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:49:in `gem' > from > d:/jesse/project/connect/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:226:in > `establish_connection' > from > d:/jesse/project/connect/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:216:in > `establish_connection' > from > d:/jesse/project/connect/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:209:in > `establish_connection' > from > ./script/../config/../vendor/rails/railties/lib/initializer.rb:332:in > `initialize_database' > ... 30 levels... > from > d:/jesse/project/connect/vendor/rails/railties/lib/commands/server.rb:39 > from > c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in > `gem_original_require' > from > c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' > from script/server:3 > It's because activerecord-oracle-adapter-1.0.0.9250 depends on ActiveReocrd >= 1.15.5.7843. I removed this dependency line and it works for me now. > s.add_dependency(%q<activerecord>, [">= 1.15.5.7843"]) Thanks. 2008/6/30 Michael Schoen <[EMAIL PROTECTED]>: > In the short term, please email me the patch. > > > On Jun 25, 2008, at 1:22 AM, Jesse Hu wrote: > > Hi Michael, >> >> I want to submit a patch/feature request for Oracle Rails Adapter. >> Where can I do? >> >> We can't creat tickets on http://dev.rubyonrails.org/ any more. And >> the source of Oracle Rails Adapter is not moved to >> http://rails.lighthouseapp.com. >> >> Thanks. >> >> - Jesse >> >> 2008/6/17, Michael Schoen <[EMAIL PROTECTED]>: >> >>> >>> On Jun 15, 2008, at 7:45 PM, Jesse Hu wrote: >>> >>>> Could please move the ActiveRecord Oracle Adapter to rubyforge so it >>>> will be more easier for us to install it? "--source >>>> http://gems.rubyonrails.org >>>> " is not easy to type :) >>>> >>> >>> Yep, working on it. >>> >>> >>> >>> >>> >>> >>> >> >> -- >> Cheers, >> Jesse >> > > -- Cheers, Jesse --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" 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-core?hl=en -~----------~----~----~----~------~----~------~--~---
