Ruby on Rails 2.3.4 not playing well with Ruby 1.9.1

6 September 2009 by Bret

You are currently browsing comments. If you would like to return to the full story, you can read the full entry here: “Ruby on Rails 2.3.4 not playing well with Ruby 1.9.1”.

Tags: , ,

This entry was posted on Sunday, September 6th, 2009 at 3:41 pm and is filed under Updates. You can follow any responses to this entry through the RSS feed. Both comments and pings are currently closed.

2 Responses to “Ruby on Rails 2.3.4 not playing well with Ruby 1.9.1”

  1. Grant Sayer says:

    This patch works – FINALLY . I chose a more manual method by looking at the code that was on the page

    https://rails.lighthouseapp.com/projects/8994/tickets/3144/a/261015/0001-ruby-1.9-friendly-secure_compare.patch

    And then edited the file. Bit of a brute-force method.

  2. [...] 1.9.1 may be the future, right now more like bleeding edge. If you’ve been bit by a broken Rails 2.3.4 upgrade, try patching or checkout stable-2.3 instead. Also, what to do with Rack 1.0 and file [...]