Frederick Cheung wrote: > On May 10, 5:21�pm, Cali Wildman <[email protected]> > wrote: >> I recently upgraded my Windows dev machine to Ruby 1.8.6 p287 Rails >> 2.3.2, my previous setup was Ruby 1.8.5 and Rails 2.1. My app was >> running fine until I upgraded Ruby. Here's the error stack >> >> >> NoMethodError (private method `gsub' called for 140:Fixnum): >> � � c:/ruby/lib/ruby/1.8/rexml/text.rb:292:in `normalize' >> � � c:/ruby/lib/ruby/1.8/rexml/element.rb:1085:in `[]=' >> � � /app/controllers/application.rb:57:in `resize_videos' > > Might there be something interesting in this part of your app ? > > Fred
Remember this is the exact same code that runs fine with Ruby 1.8.5 with Rails 2.3.2. it works fine if I switch the Ruby environment variable to 1.8.5. So either 1.8.6 fixed a bug that didn't manifest in 1.8.5 or changed the API causing it to break. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

