[Rails-core] Re: Where is the ActiveRecord Oracle Adapter with 2.1?

2008-07-06 Thread Jesse Hu
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-core] Re: Where is the ActiveRecord Oracle Adapter with 2.1?

2008-06-29 Thread Michael Schoen
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

[Rails-core] Re: Where is the ActiveRecord Oracle Adapter with 2.1?

2008-06-25 Thread Jesse Hu
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

[Rails-core] Re: Where is the ActiveRecord Oracle Adapter with 2.1?

2008-06-17 Thread Michael Schoen
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.

[Rails-core] Re: Where is the ActiveRecord Oracle Adapter with 2.1?

2008-06-15 Thread Jesse Hu
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 [EMAIL PROTECTED]: Please try again, it's working now. On Jun 4, 2008, at 10:20 AM,

[Rails-core] Re: Where is the ActiveRecord Oracle Adapter with 2.1?

2008-06-12 Thread SandroDS
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 Jun 11, 9:49 pm, Chad Woolley [EMAIL PROTECTED]

[Rails-core] Re: Where is the ActiveRecord Oracle Adapter with 2.1?

2008-06-12 Thread Chad Woolley
On Thu, Jun 12, 2008 at 1:23 PM, SandroDS [EMAIL PROTECTED] wrote: 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

[Rails-core] Re: Where is the ActiveRecord Oracle Adapter with 2.1?

2008-06-11 Thread SandroDS
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 Jun 5, 3:30 am, Michael Schoen [EMAIL PROTECTED] wrote: Please try again, it's working now. On

[Rails-core] Re: Where is the ActiveRecord Oracle Adapter with 2.1?

2008-06-05 Thread Michael Schoen
Please try again, it's working now. On Jun 4, 2008, at 10:20 AM, Nate Wiger wrote: 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: