technology
(technology)
1
I'm on OS X 10.5.6 and am trying to run the blog demo app at http://guides.rubyonrails.org/getting_started_with_rails.html
. (I have installed rails 2.2)
But there seems to be a problem with sqlite. After starting the server
(from the blog dir) and then entering the url
http:/localhost:3000/home/index
I get an error in the browser saying "unable to load sqlite3 although
it is indeed installed.
Any suggestions appreciated.
Thanks,
Jim
Jason16
(Jason)
2
what happens if you point to http://localhost:3000
Jason
Are you sure that you have the sqlite3 gem installed on your machine? Is it listed if you type ‘gem list’ at the command line?
Eifion
http://asciicasts.com
technology
(technology)
4
The main page appears as expected.
technology
(technology)
5
The only gem with sqlite in the name returned by “gems list” is sqlite3-ruby (1.2.4). Do I need another?
Jim