[Rails] Re: Sqlite3 no longer found after upgrading to Rails 2.2 on MacOS

2009-01-13 Thread Sazima
> Regarding the "religious war" you are referring to, I don't know why > you say that. As a Merb team member I can assure you that there is not > such a thing. We do not agree on the way Rails does few things, but > there is no war. And it is certainly not something personal. As > mentioned before

[Rails] Re: Sqlite3 no longer found after upgrading to Rails 2.2 on MacOS

2009-01-13 Thread technology
Thanks, Scott. I'm really very new at rails; could you tell me exactly what I need to do to replace do_sqlite3? I don't see it in the list of installed gems. Thanks, JIm On Jan 12, 2009, at 6:38 PM, scottmotte wrote: > > I had this problem as well. I can confirm that do_sqlite3 has been > fi

[Rails] Re: Sqlite3 no longer found after upgrading to Rails 2.2 on MacOS

2009-01-12 Thread scottmotte
I had this problem as well. I can confirm that do_sqlite3 has been fixed and I am no longer having this problem. To fix: just make sure your do_sqlite3 is at 0.9.9, and uninstall all the old versions of do_sqlite3. On Nov 24 2008, 10:05 am, Matt wrote: > Alright, so after few minutes working

[Rails] Re: Sqlite3 no longer found after upgrading to Rails 2.2 on MacOS

2008-11-24 Thread Matt
My bad, akita from AkitaOnRails.com told me how to reproduce the problem. 1. generate a new app 2. rake db:migrate Fails I'll look into it or get someone to look into it. - Matt On Nov 24, 12:04 pm, Matt <[EMAIL PROTECTED]> wrote: > << I have to wonder if this was done on purpose as a sort >

[Rails] Re: Sqlite3 no longer found after upgrading to Rails 2.2 on MacOS

2008-11-24 Thread Matt
Alright, so after few minutes working with some of the Rails guys and some other Ruby experts like Evan Phoenix, we found the problem. The source is that do_sqlite3 ships with a windows dll called sqlite3.dll and that Ruby was trying to load this file instead of the proper lib. Libs should be pro

[Rails] Re: Sqlite3 no longer found after upgrading to Rails 2.2 on MacOS

2008-11-24 Thread Matt
<< I have to wonder if this was done on purpose as a sort of sabotage, since there is this religious war going on with Merb and Rails. >> Wow, that's some serious accusations there. First off, DataMapper is not developed by the Merb team. do_sqlite3 is a separate driver letting you use DM and Sq

[Rails] Re: Sqlite3 no longer found after upgrading to Rails 2.2 on MacOS

2008-11-22 Thread ncancelliere
Ok - I found out what it was ... damn Merb!! do_sqlite3-0.9.7 After I removed this gem (which is a dependency installed by Merb) everything went back to working right. I reinstalled the gem, and I get the same error again. So there's something going on between Rails and this particular gem

[Rails] Re: Sqlite3 no longer found after upgrading to Rails 2.2 on MacOS

2008-11-22 Thread ncancelliere
Faenglir:testapp nicholas$ script/server => Booting Mongrel (use 'script/server webrick' to force WEBrick) => Rails 2.2.2 application starting on http://0.0.0.0:3000 => Call with -d to detach => Ctrl-C to shutdown server ** Starting Mongrel listening at 0.0.0.0:3000 ** Starting Rails with developm

[Rails] Re: Sqlite3 no longer found after upgrading to Rails 2.2 on MacOS

2008-11-22 Thread ncancelliere
RubyGems Environment: - RUBYGEMS VERSION: 1.3.1 - RUBY VERSION: 1.8.6 (2008-03-03 patchlevel 114) [universal- darwin9.0] - INSTALLATION DIRECTORY: /Library/Ruby/Gems/1.8 - RUBY EXECUTABLE: /System/Library/Frameworks/Ruby.framework/ Versions/1.8/usr/bin/ruby - EXECUTABLE DIRECTORY: /usr/b