Re: [Rails-core] Flash problem with upgrade to Rails 1.1?

2006-03-31 Thread Benjamin Curtis
I filed ticket 4400 regarding this... and then I rewrote my tests. :) On Mar 31, 2006, at 1:05 PM, John W. Long wrote: Rick Olson wrote: Setup of course creates a new controller, request, etc... Has something changed in the upgrade to 1.1 that would effect multiple process calls in a contr

Re: [Rails-core] please apply patch to fix ActiveRecord

2006-03-31 Thread Rick Bradley
* Steve Longdo ([EMAIL PROTECTED]) [060331 15:21]: > good stuff! > > http://en.wikipedia.org/wiki/Continuous_integration > > http://docs.codehaus.org/display/DAMAGECONTROL/ > Continuous+Integration+Server+Feature+Matrix We've found the simple continuous_builder plugin for rails to be qui

Re: [Rails-core] Flash problem with upgrade to Rails 1.1?

2006-03-31 Thread John W. Long
Rick Olson wrote: Setup of course creates a new controller, request, etc... Has something changed in the upgrade to 1.1 that would effect multiple process calls in a controller test? New controller instances are created on each request anyway. I try not to do multiple controller requests in a

Re: [Rails-core] please apply patch to fix ActiveRecord

2006-03-31 Thread Derrick Spell
Smells a bit like something that's been cooking in the Rails Recipes kitchen.-Derrick SpellOn Mar 31, 2006, at 3:10 PM, Steve Longdo wrote:good stuff!http://en.wikipedia.org/wiki/Continuous_integration http://docs.codehaus.org/display/DAMAGECONTROL/Continuous+Integration+Server+Feature+Matr

Re: [Rails-core] please apply patch to fix ActiveRecord

2006-03-31 Thread Steve Longdo
good stuff!http://en.wikipedia.org/wiki/Continuous_integration http://docs.codehaus.org/display/DAMAGECONTROL/Continuous+Integration+Server+Feature+Matrix-SteveOn 3/31/06, Michael Schoen < [EMAIL PROTECTED]> wrote:Blair Zajac wrote:> You could have another list with a Reply-To this list and

Re: [Rails-core] please apply patch to fix ActiveRecord

2006-03-31 Thread Michael Schoen
Blair Zajac wrote: You could have another list with a Reply-To this list and when the build breaks, additionally cc the committer that broke the build. Seems like that might require running the test after each individual commit, in order to be certain which commit break the build. __

Re: [Rails-core] Flash problem with upgrade to Rails 1.1?

2006-03-31 Thread Rick Olson
> Setup of course creates a new controller, request, etc... Has something > changed in the upgrade to 1.1 that would effect multiple process calls > in a controller test? > > -- > John Long > http://wiseheartdesign.com New controller instances are created on each request anyway. I try not to do m

[Rails-core] Flash problem with upgrade to Rails 1.1?

2006-03-31 Thread John W. Long
While upgrading to Rails 1.1 one of my tests started failing which wasn't failing before: def test_developer_action__not_allowed_if_other @developer_actions.each do |action| get action, { :id => 1 }, { :user => users(:existing) }, {} assert_redirected_to page_index_url, "action: