J
Joshua Collins
[Note: parts of this message were removed to make it a legal post.]
I am trying to install SQLite3
I put the required Windows32 files into my path. I installed the gem
sqlite3-ruby successfully ... but something is wrong!
I tested the installation with:
require 'rubygems'
require 'sqlite3'
puts "It's all okay!" if defined?(SQLite3:atabase)
On out put I get nothing ... if all was setup ok i should get out of:
It's all okay!
Any idea what could be causing the issue?
I am trying to install SQLite3
I put the required Windows32 files into my path. I installed the gem
sqlite3-ruby successfully ... but something is wrong!
I tested the installation with:
require 'rubygems'
require 'sqlite3'
puts "It's all okay!" if defined?(SQLite3:atabase)
On out put I get nothing ... if all was setup ok i should get out of:
It's all okay!
Any idea what could be causing the issue?