| Article: |
Rolling with Ruby on Rails | |
| Subject: | Help A ROR Rookie! | |
| Date: | 2008-01-04 20:06:57 | |
| From: | bjr2101 | |
|
Response to: Help A ROR Rookie!
|
||
|
I am having the same problem. It happens when I try to load http://127.0.0.1:3000/My_Test/
|
||
Showing messages 1 through 2 of 2.
-
Help A ROR Rookie!
2008-02-17 15:30:19 a.s [View]
i believe you have to read the error message which says sqlite3.dll not found. so you have to find that file (online) and put it in ruby/bin i believe (the other posts have more detailed urls/ and explanations
-
Help A ROR Rookie!
2008-01-09 03:27:10 gauravgaur [View]
I guess you don't have sqlite3 & 'sqlite3 ruby gem' installed but your database.yml file points to that.
For installing the same follow this article
http://wiki.rubyonrails.org/rails/pages/HowtoUseSQLite
I guess after that it should work.


