J
Jamal Soueidan
Hi,
I wonder why I cannot require sqlite in my ruby app.
$ ruby app.rb
app.rb:3:in `require': no such file to load -- sqlite3 (LoadError) from
app.rb:3
But it's working in the console? that's weird!
=> true
What can be the problem?
Thanks
I wonder why I cannot require sqlite in my ruby app.
$ ruby app.rb
app.rb:3:in `require': no such file to load -- sqlite3 (LoadError) from
app.rb:3
But it's working in the console? that's weird!
=> true
What can be the problem?
Thanks