Hmmm. I was using 0.9.7 all along... Anyone here had success running Merb 1.0.2 with sqlite Datamapper on WinXP?
I have sqlite installed (i.e., I can run it from the command line), along with the gems: sqlite3-ruby (1.2.2) do_sqlite3 (0.9.7) If I can get this worked out, I promise to document it to the Merb wiki! ;-) Thanks for your time. -E On Nov 25, 2:12 am, "Yehuda Katz" <[EMAIL PROTECTED]> wrote: > Damn. I released 0.9.8 in an attempt to fix a problem that had occurred with > 0.9.7, but it seems to have broken things. I'll delete the update. > -- Yehuda > > > > On Mon, Nov 24, 2008 at 11:11 PM, Hong Jiang <[EMAIL PROTECTED]> wrote: > > > On Nov 24, 10:49 pm, Hong Jiang <[EMAIL PROTECTED]> wrote: > > > I just downgraded do_sqlite3 and data_objects to 0.9.7 (from 0.9.8). > > > Things seem to work now. I'm a new Ruby/Merb user, so I am not sure if > > > it's a problem with the new do_sqlite3 gem. > > > Sorry, forgot to add system info last time: Ubuntu 8.10, system ruby > > (1.8.7). I installed rubygems from source (to the default directory), > > and then installed merb, datamapper and related gems to the default > > system gems directory. I didn't install any gems to the project > > directory (haven't quite figured out bundling yet). It had been fine > > when I was running Merb 1.0 and 1.0.1. I ran 'gem update --system && > > gem update' this evening to upgrade all gems. I saw an error similar > > to the OP, but it was trying to load do_sqlite-0.9.8 instead of 0.9.7. > > The message complains about not being able to load > > do_sqlite-0.9.8.bundle. I looked at the directory, it has > > do_sqlite-0.9.8.so. > > > I then downgraded do_sqlite3 and data_objects, and everything works > > again. > > > > On Nov 24, 10:36 pm, Hong Jiang <[EMAIL PROTECTED]> wrote: > > > > > I am having the same problem after upgrading to merb 1.0.2. > > > > > On Nov 24, 8:32 pm, Eric <[EMAIL PROTECTED]> wrote: > > > > > > Hi, I'm trying to run Merb on WinXP and I get the following error: > > > > > > E:\blog>merb > > > > > Loading init file from E:/blog/config/init.rb > > > > > Loading E:/blog/config/environments/development.rb > > > > > ~ Connecting to database... > > > > > e:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in > > > > > `gem_original_require': no such file to load -- do_sqlite3 > > (LoadError) > > > > > from > > e:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: > > > > > 36:in `require' > > > > > from > > e:/ruby/lib/ruby/gems/1.8/gems/dm-core-0.9.7/lib/dm-core/ > > > > > adapters/sqlite3_adapter.rb:2 > > > > > from > > e:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: > > > > > 31:in `gem_original_require' > > > > > from > > e:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: > > > > > 31:in `require' > > > > > from e:/ruby/lib/ruby/gems/1.8/gems/dm-core-0.9.7/lib/dm- > > > > > core.rb:146:in `setup' > > > > > from > > e:/ruby/lib/ruby/gems/1.8/gems/merb_datamapper-1.0.2/lib/ > > > > > merb/orms/data_mapper/connection.rb:44:in `setup_connections' > > > > > from > > e:/ruby/lib/ruby/gems/1.8/gems/merb_datamapper-1.0.2/lib/ > > > > > merb/orms/data_mapper/connection.rb:27:in `connect' > > > > > from > > e:/ruby/lib/ruby/gems/1.8/gems/merb_datamapper-1.0.2/lib/ > > > > > merb_datamapper.rb:17:in `run' > > > > > from e:/ruby/lib/ruby/gems/1.8/gems/merb-core-1.0.2/lib/merb- > > > > > core/bootloader.rb:99:in `run' > > > > > from e:/ruby/lib/ruby/gems/1.8/gems/merb-core-1.0.2/lib/merb- > > > > > core/server.rb:172:in `bootup' > > > > > from e:/ruby/lib/ruby/gems/1.8/gems/merb-core-1.0.2/lib/merb- > > > > > core/server.rb:42:in `start' > > > > > from e:/ruby/lib/ruby/gems/1.8/gems/merb-core-1.0.2/lib/merb- > > > > > core.rb:170:in `start' > > > > > from e:/ruby/lib/ruby/gems/1.8/gems/merb-core-1.0.2/bin/merb: > > > > > 11 > > > > > from e:/ruby/bin/merb:19:in `load' > > > > > from e:/ruby/bin/merb:19 > > > > > > I've got the following gems installed; > > > > > sqlite3-ruby (1.2.2) > > > > > do_sqlite3 (0.9.7) > > > > > > As well as the rest of DataMapper 0.9.7, Merb 1.0.2, and the sqlite > > > > > DLL listed here:http://wiki.merbivore.com/faq/merb_and_windows > > > > > > Any suggestions? > > > > > > Thanks! > > -- > Yehuda Katz > Developer | Engine Yard > (ph) 718.877.1325 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
