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
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 ?
"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"