[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

rails problem !

Jacek

10/11/2004 10:56:00 AM

Hi,
For a last few days i have installed rails on fedora core 2 and debian.
Install ruby(all)->gem->rails(all)->configure database etc etc
Today i have just installed rails one more time on server (also FC2).
I have done everything like usual. What a suprise when i start rake test and
I got:
(in /var/www/html/organizer)
rake aborted!
ActiveRecord::AdapterNotFound
../Rakefile:7
What is this ?
Jacek

1 Answer

Florian Weber

10/11/2004 11:22:00 AM

0

> For a last few days i have installed rails on fedora core 2 and debian.
> Install ruby(all)->gem->rails(all)->configure database etc etc
> Today i have just installed rails one more time on server (also FC2).
> I have done everything like usual. What a suprise when i start rake
> test and
> I got:
> (in /var/www/html/organizer)
> rake aborted!
> ActiveRecord::AdapterNotFound
> ../Rakefile:7
> What is this ?

http://www.rubyonrails.org/show/Rai...

"If you get Adapter Not Found? errors when attempting to run Rails
helper scripts, you are missing the database bindings.

My SQL bindings

apt-get install libmysql-ruby1.8

Postgre SQL bindings

apt-get install libpgsql-ruby1.8"