05.17.07
Posted in code at 12:56 am by Andrew Kuklewicz
…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.
Permalink
Posted in code at 12:56 am by Andrew Kuklewicz
…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.
Permalink
Chris Kuklewicz said,
May 17, 2007 at 3:19 pm
Hmmm…twitter. Now I have to go look at that.
Andrew Kuklewicz said,
May 17, 2007 at 3:28 pm
tis a much discussed rails app, and an interesting micro-blog/instant messaging/rss combo.