More notes on switching my development system to Ruby 1.9.1

I have been converting (on my development system, not in production yet) my Rails applications to work with Ruby 1.9.1. I converted my non-Rails stuff (that I care about) to work with 1.9.x a while ago.

I still use ferret for single process (or single thread) web applications. I have wanted to switch to Sphinx and UltraSphinx for a while and since ferret is not compatible with Ruby 1.9.x because of changes for unicode (RString struct, specifically) I did that conversion late last night. I was pleasantly surprised how simple it was to switch to Sphinx and UltraSphinx: lots of little edits, but quick and easy.

A little more frustrating: the auto_complete Rails plugin does not seem to be Ruby 1.9.x compatible in one of my Rails web apps. I am going through the plugin code, adding debug output, and looking for the problem. The problem may just be specific to my application.

Because of the performance improvements of 1.9.x and because of the long term maintenance overhead of having (eventually) both ruby 1.8.x and ruby 1.9.x applications in deployment, I am willing to spend a lot of effort on the conversion. Another issue is that I expect to have a Ruby book published early summer of 2009 and I would like all the examples to be Ruby 1.9 compatible (and some JRuby specific code).

Comments

  1. Thanks for these posts. I'm doing the same thing, because in my dev environment, my app uses a rake task to build a knowledge database from 30,000 web pages. ruby 1.9.1 makes this much faster.

    And I was just about to install Ferret and found it's compatible. How do you like Sphinx/Ultrasphinx compared to Ferret?

    ReplyDelete
  2. Hello Robb,

    I like UlraSphinx+Sphinx: really easy to setup: first install Sphinx, make sure that Spinx/bin is on your PATH. You don't have to configure Sphinx - UltraSphinx will do that for you. Then install UltraSphinx as a Rails plugin, and use the UltraSphinx rake tasks to configure and run.

    ReplyDelete
  3. Hello Paddor,

    I had that problem a long time ago - I am not absolutely sure, but I probably updated the plugin from:

    http://svn.rubyonrails.org/rails/plugins/auto_complete

    Try:

    script/plugin install http://svn.rubyonrails.org/rails/plugins/auto_complete --force

    ReplyDelete
  4. Hello Paddor,

    Sorry that did not work out: I copied this suggestion from my notes for a project from last January.

    Not easy getting there, but the world will be a better place when we have all been able to move on from Ruby 1.8.* :-)

    ReplyDelete

Post a Comment

Popular posts from this blog

Ruby Sinatra web apps with background work threads

Time and Attention Fragmentation in Our Digital Lives

My Dad's work with Robert Oppenheimer and Edward Teller