[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

DBI Download

Omar Campos

12/18/2007 8:52:00 PM

Hello all,

Does anyone know where can I find the download for Ruby::DBI? I tried
Ruby Forge, but there download only has a Ruby script inside, which
doesn't seem to do anything by itself. The download at sourceforge has
the setup scripts, but it's an old version of Ruby::DBI.

Is there an alternate download link? Thx for any info.

SkyCube
--
Posted via http://www.ruby-....

3 Answers

Craig Demyanovich

12/18/2007 9:16:00 PM

0

[Note: parts of this message were removed to make it a legal post.]

I successfully downloaded Ruby::DBI late last night from RubyForge [
http://rubyforge.org/projects... ]. Strangely, though, I had to use
IE; Firefox messed up the download every time. Only after downloading with
IE was I able to decompress the .tar.gz file using the latest version of
7zip. I haven't tried downloading it on my Mac.

On Dec 18, 2007 3:52 PM, Omar Campos <megathodik@gmail.com> wrote:

> Hello all,
>
> Does anyone know where can I find the download for Ruby::DBI? I tried
> Ruby Forge, but there download only has a Ruby script inside, which
> doesn't seem to do anything by itself. The download at sourceforge has
> the setup scripts, but it's an old version of Ruby::DBI.
>
> Is there an alternate download link? Thx for any info.
>
> SkyCube
> --
> Posted via http://www.ruby-....
>
>

Collins Richey

12/18/2007 9:48:00 PM

0

On Dec 18, 2007 2:16 PM, Craig Demyanovich <cdemyanovich@gmail.com> wrote:
> I successfully downloaded Ruby::DBI late last night from RubyForge [
> http://rubyforge.org/projects... ]. Strangely, though, I had to use
> IE; Firefox messed up the download every time. Only after downloading with
> IE was I able to decompress the .tar.gz file using the latest version of
> 7zip. I haven't tried downloading it on my Mac.
>

I encountered the same problem with Iceweasel (Debian Firefox fork)
last night. I've never encountered that problem before with any IW/FF
downloads from other sites, so there must be something different about
the rubyforge site. In my case, on Linux, I just use wget to download
anything needed, and it always works. The problem I got was a partial
download - proper signature in the ...tgz file, but unable to unpack.
Same results on several different files.



--
Collins Richey
If you fill your heart with regrets of yesterday and the worries
of tomorrow, you have no today to be thankful for.

Omar Campos

12/19/2007 7:04:00 PM

0

[Note: parts of this message were removed to make it a legal post.]

Hi, thanks for the advice guys. I tried using IE and it worked well.

Omar