[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

sqlite 3 error

Manish Kutaula

6/14/2008 6:34:00 PM

I typed the following in my browser http://localhost:3000/My_test
and the following error occurred.

MissingSourceFile in My testController#index

no such file to load -- sqlite3

RAILS_ROOT: C:/rails/cookbook
Application Trace | Framework Trace | Full Trace

This error occurred while loading the following files:
sqlite3

Request

Parameters:

None

Show session dump

---
flash: !map:ActionController::Flash::FlashHash {}


Response

Headers:

{"cookie"=>[],
"Cache-Control"=>"no-cache"}


can anyone tell me how this error can be resolved..
--
Posted via http://www.ruby-....

2 Answers

Phlip

6/14/2008 7:07:00 PM

0

Manish Kutaula wrote:

> no such file to load -- sqlite3

What does 'gem search sqlite3' tell you?

What does 'gem search -r sqlite3' tell you?

(And BTW this group discusses Ruby, which is a language. The best place to
discuss RoR, a platform, is the rails-talk mailing list...)

--
Phlip
http://assert2.rubyforge.org/assert_yin...

mutati0n mutati0n

6/14/2008 7:08:00 PM

0

Answer is here :
http://groups.google.com/group/beginning-rails/browse_thread/thread/407de4...

On Sat, Jun 14, 2008 at 9:33 PM, Manish Kutaula
<manish_leo@gbpuat-tech.ac.in> wrote:
> I typed the following in my browser http://localhost:3000/My_test
> and the following error occurred.
>
> MissingSourceFile in My testController#index
>
> no such file to load -- sqlite3
>
> RAILS_ROOT: C:/rails/cookbook
> Application Trace | Framework Trace | Full Trace
>
> This error occurred while loading the following files:
> sqlite3
>
> Request
>
> Parameters:
>
> None
>
> Show session dump
>
> ---
> flash: !map:ActionController::Flash::FlashHash {}
>
>
> Response
>
> Headers:
>
> {"cookie"=>[],
> "Cache-Control"=>"no-cache"}
>
>
> can anyone tell me how this error can be resolved..
> --
> Posted via http://www.ruby-....
>
>