On Mar 21, 9:38 pm, Greg Willits <[email protected]> wrote: > > OK, so the line that fails is the one shown just above. Now, if I move > that line out of the update_sticky_search method and into the > prep_view_y method just before the call to update_sticky_search, there > is no error. Bizarre! >
So is update_sticky_search called from someplace that (among other things) is iterating over params? Fred > There's a couple other places where I can move it in the call chain that > either crashes or doesn't crash with the "can't add a new key into hash > during iteration" error. So, somehow, location matters. > > There's something specific to 192 here, because update_sticky_search > works fine in 186 and 187. > > I hope that's clearer. > > -- gw > > -- > Posted viahttp://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.

