[Rails] is there something peculiar about a render :update block ?

2011-05-31 Thread Jedrin
When doing RJS stuff of the form below, I seem to recall unexpected behavoir where if I had many method calls within that block things didn't work as expected and variables would not have values I expected. I know I am not being very specific and I don't have an example. I am trying to refactor

Re: [Rails] is there something peculiar about a render :update block ?

2011-05-31 Thread Bill Walton
Hi Jedrin, On Tue, May 31, 2011 at 5:11 PM, Jedrin jrubia...@gmail.com wrote:  When doing RJS stuff of the form below, I seem to recall unexpected behavoir where if I had many method calls within that block things didn't work as expected and variables would not have values I expected. I know