My first Rails patch

…it’s small, but found a bug in the new filter code in the ActionController for rails edge.
Showed up using habtm with ActiveScaffold – go figure.

Lesson learned – Array.insert should probably be named Array.insert! – it changes the underlying array, and sometimes that’s not what you mean to do.

http://dev.rubyonrails.org/ticket/8383

Now we’ll see if it gets committed.

2 Comments

  1. Chris Kuklewicz
    Posted May 17, 2007 at 3:19 pm | Permalink

    Hmmm…twitter. Now I have to go look at that.

  2. Andrew Kuklewicz
    Posted May 17, 2007 at 3:28 pm | Permalink

    tis a much discussed rails app, and an interesting micro-blog/instant messaging/rss combo.

Post a Comment

You must be logged in to post a comment.