I have spent hours today trying to install Rails with PostgreSQL. All i
get is error after error. I have so many questions that im not even sure
what is working and what isnt. I will just demonstrate creating a new
project step by step and ask questions on the way. I will ask the
questions from you one by one and hope that you have the kindness and
are willing to help me.
stenver@stenver-ThinkPad-T400:~/projekt$ ruby -v
ruby 1.8.7 (2010-08-16 patchlevel 302) [i686-linux]
stenver@stenver-ThinkPad-T400:~/projekt$ gem -v
1.7.2
stenver@stenver-ThinkPad-T400:~/projekt$ rake -v
Loaded suite
/usr/lib/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/rake_test_loader
Started
EE
Finished in 0.124367 seconds.
-
Error:
test_should_get_index(HomeControllerTest):
LoadError: no such file to load – sqlite3 -
Error:
test_should_get_index(HomeControllerTest):
LoadError: no such file to load – sqlite3
1 tests, 0 assertions, 0 failures, 2 errors
What does this error mean and what has rake got to do with sqlite3? Im
not interested in sqlite3, im interested in postgresql.