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
* 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
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
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
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
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.
__
> 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
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: