Ruby Forum Ruby on Rails > no such file to load -- sqlite3

Posted by Mania Suri (manika)
on 30.04.2008 10:39
Hi
I have created a controller but when I am  running it with
http://127.0.0.1:3000/my_test getting error
 MissingSourceFile in My testController#index

no such file to load -- sqlite3
what is the problem?
Posted by Lutz Horn (Guest)
on 30.04.2008 10:58
(Received via mailing list)
Hi,

2008/4/30 Mania Suri <rails-mailing-list@andreas-s.net>:
>  no such file to load -- sqlite3

Did you install the sqlite3 gem?

$ gem install sqlite3-ruby

Lutz
--
Do you want a Google Mail invitation? Just write me an email!
Posted by Mania Suri (manika)
on 30.04.2008 11:29
Lutz Horn wrote:
> Hi,
> 
> 2008/4/30 Mania Suri <rails-mailing-list@andreas-s.net>:
>>  no such file to load -- sqlite3
> 
> Did you install the sqlite3 gem?
> 
> $ gem install sqlite3-ruby
> 
> Lutz
> --
> Do you want a Google Mail invitation? Just write me an email!

I installed it but it is not working
where can i find these files
my gmail is manika.bhatia@gmail.com
Posted by Roger Pack (rogerdpack)
on 30.04.2008 16:46
(Received via mailing list)
google for it, and create your database if necessary

On Wed, Apr 30, 2008 at 3:29 AM, Mania Suri