Ruby Forum Rails-core (closed, excessive spam) > Where is the ActiveRecord Oracle Adapter with 2.1?

Posted by Nate Wiger (Guest)
on 04.06.2008 19:21
(Received via mailing list)
I posted this on talk, but got no response.

I tried this, which worked before:

sudo gem install activerecord-oracle-adapter --source 
http://gems.rubyonrails.org
--no-ri --no-rdoc

But all I get is:

ERROR:  could not find activerecord-oracle-adapter locally or in a
repository

Did the Oracle Adapter move?  It's not on rubyforge either.

Thanks,
Nate
Posted by Michael Schoen (Guest)
on 05.06.2008 08:31
(Received via mailing list)
Please try again, it's working now.
Posted by SandroDS (Guest)
on 11.06.2008 20:46
(Received via mailing list)
I was having the same problem. Then I added the --source option.
Now I'm getting:

ERROR:  While executing gem ... (NoMethodError)
    undefined method `gems' for "\037\213\b":String

Any ideas?
Posted by Chad Woolley (Guest)
on 12.06.2008 02:50
(Received via mailing list)
On Wed, Jun 11, 2008 at 11:45 AM, SandroDS <sandrods@gmail.com> wrote:
>
> I was having the same problem. Then I added the --source option.
> Now I'm getting:
>
> ERROR:  While executing gem ... (NoMethodError)
>    undefined method `gems' for "\037\213\b":String
>
> Any ideas?

* Try it on a different box
* delete ~/.gem
* upgrade RubyGems
Posted by SandroDS (Guest)
on 12.06.2008 22:24
(Received via mailing list)
In a different box:

rm -rf ~/.gem

gem --version
> 1.1.1

sudo gem install activerecord-oracle-adapter --source 
http://gems.rubyonrails.org
> ERROR: could not find activerecord-oracle-adapter locally or in a repository

What gives?

Sandro
Posted by Chad Woolley (Guest)
on 13.06.2008 00:30
(Received via mailing list)
On Thu, Jun 12, 2008 at 1:23 PM, SandroDS <sandrods@gmail.com> wrote:
>
> What gives?

Run the prior commands as sudo.  Root  has a different ~/.gem.

Also, try gem list --remote --source <source> <gem name>, on some
different boxes, as non-root, after deleting ~/.gem
Posted by Jesse Hu (jessehu)
on 16.06.2008 04:46
(Received via mailing list)
Hi Michael,

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 :)

2008/6/5 Michael Schoen <mschoen@gmail.com>:

> > sudo gem install activerecord-oracle-adapter --source
> > Thanks,
> > Nate
> > >
>
>
> >
>


--
Cheers,
Jesse
Posted by Michael Schoen (Guest)
on 17.06.2008 14:16
(Received via mailing list)
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.
Posted by Jesse Hu (jessehu)
on 25.06.2008 10:23
(Received via mailing list)
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 <mschoen@gmail.com>:
>
> >
>


--
Cheers,
Jesse
Posted by Michael Schoen (Guest)
on 30.06.2008 05:02
(Received via mailing list)
In the short term, please email me the patch.
Posted by Jesse Hu (jessehu)
on 07.07.2008 07:25
(Received via mailing list)
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:

> activerecord-2.1.0] (Gem::Exception)
>         from
> `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 <mschoen@gmail.com>:

>> We can't creat tickets on http://dev.rubyonrails.org/  any more. And
>>> On Jun 15, 2008, at 7:45 PM, Jesse Hu wrote:
>>>
>>> >>>
>>>
>>>
>>
>> --
>> Cheers,
>> Jesse
>>
>
>


--
Cheers,
Jesse