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
on 2008-06-04 19:21
on 2008-06-11 20:46
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?
on 2008-06-12 02:50
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
on 2008-06-12 22:24
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
on 2008-06-13 00:30
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
on 2008-06-16 04:46
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
on 2008-06-17 14:16
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.
on 2008-06-25 10:23
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
on 2008-07-07 07:25
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