[Rails] Re: sqlite3 has gone...

2008-12-07 Thread tilia1
I found this at http://www.rubyhead.com/2008/11/25/no-such-file-to-load-sqlite3-on-rails-22/ for me, it also turned out that o_sqlite3 gem that came with Merb caused this problem. The solution is to get rid of this gem by running sudo gem uninstall do_sqlite3″. However, if you're running

[Rails] Re: sqlite3 has gone...

2008-12-07 Thread tilia1
for me two different things worked. adding gem 'sqlite3-ruby' to my environment.rb file. from post at:http://www.rubyflow.com/items/ 1252 or remove a problem with a merb gem by sudo gem uninstall do_sqlite3 from a post at

[Rails] Re: sqlite3 has gone...

2008-11-21 Thread Dj [EMAIL PROTECTED]
It work for me too. Big thanks for the help. I think I couldn't find it alone. On Nov 21, 3:43 pm, Karel Minarik [EMAIL PROTECTED] wrote: Hi, this is closely related to datamapper and data_objects. It happened to me yesterday when installed Integrity app and it was *quite* nasty (no such

[Rails] Re: sqlite3 has gone...

2008-11-21 Thread Dj [EMAIL PROTECTED]
After reflecting here what iI think, In fact when you use rubygems it add all lib folder of each gem to the load path. So when you require sqlite3 the system try loading all or the first file the file named sqlite3 exinsting in the load path and loading a dll file on a system different than

[Rails] Re: sqlite3 has gone...

2008-11-20 Thread Jej
In case it helps someone, I removed /Library/Ruby and reinstalled everything. Strange bug... Jej --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group, send email to

[Rails] Re: sqlite3 has gone...

2008-11-20 Thread Dj [EMAIL PROTECTED]
Hi all I've the same problem since this morning. Trying to uninstall/install didn't do the trick. The only thing i've done since this yesterday (all work fine yesterday) is installing updating datamapper. If anyone has some clues or tips to help me.

[Rails] Re: sqlite3 has gone...

2008-11-20 Thread Dj [EMAIL PROTECTED]
Some precision : launching the same command in the sqlite3 gem work. I install sqlite3 gem iin my local gem path (~/.gem/ruby/1 .8/gems) but the result is the same On 20 nov, 23:57, Dj [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi all I've the same problem since this morning. Trying to