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?
on 30.04.2008 10:39
on 30.04.2008 10:58
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!
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
on 30.04.2008 16:46
google for it, and create your database if necessary On Wed, Apr 30, 2008 at 3:29 AM, Mania Suri