[Rails-core] Re: Integrity for CI instead of CC.rb?

2009-01-20 Thread Rob Sanheim
On Thu, Jan 15, 2009 at 11:29 AM, Mike Gunderloy larkw...@gmail.com wrote: One note on this: we probably *don't* want to just run the tests with multiruby. Instead, we want to have multiple versions of ruby installed, and run the tests separately with each version. That makes it much easier

[Rails-core] Re: Integrity for CI instead of CC.rb?

2009-01-15 Thread Nicolas Sanguinetti
Hey all, sorry for the late response :) So, there's a lot of points to cover, let's go one by one. One note though, I'm currently refactoring a large chunk of the internals (wrt background building, mostly, but also cleaning up a bit the database schema). I wouldn't propose we use integrity in

[Rails-core] Re: Integrity for CI instead of CC.rb?

2009-01-15 Thread Mike Gunderloy
One note on this: we probably *don't* want to just run the tests with multiruby. Instead, we want to have multiple versions of ruby installed, and run the tests separately with each version. That makes it much easier to spot whether we have failures on a particular ruby implementation.

[Rails-core] Re: Integrity for CI instead of CC.rb?

2009-01-14 Thread Mike Gunderloy
I'm going to chime in mostly with what Chad said. I got interested in the CI story for Rails itself a couple of weeks ago because I simply could not get all the tests to pass on my own dev box, and thought this was due to my own stupidity. It didn't take me long to find out oh, the tests

[Rails-core] Re: Integrity for CI instead of CC.rb?

2009-01-14 Thread Mislav Marohnić
On Wed, Jan 14, 2009 at 12:43, Mike Gunderloy larkw...@gmail.com wrote: Integrity *may* be able to replace cc.rb with superior awesomeness, but I'd like to see someone set up a proof of concept with repro instructions. If anyone goes down that path, I'll be happy to lend a hand by testing

[Rails-core] Re: Integrity for CI instead of CC.rb?

2009-01-14 Thread Mike Gaffney
We've been looking at switching to integrity as well. One of the major benefits I see at the moment is that integrity would likely be more willing to accept features. On a separate note, I think it would be beneficial to have an easy, built in way to run YOUR app against edge or latest of a given

[Rails-core] Re: Integrity for CI instead of CC.rb?

2009-01-14 Thread Chad Woolley
2009/1/14 Mike Gaffney mr.ga...@gmail.com: We've been looking at switching to integrity as well. One of the major benefits I see at the moment is that integrity would likely be more willing to accept features. We are running the ci.rubyonrails.org off my ccrb GitHub branch, and it's possible

[Rails-core] Re: Integrity for CI instead of CC.rb?

2009-01-13 Thread Chad Woolley
On Tue, Jan 13, 2009 at 9:05 PM, Jeremy McAnally jeremymcana...@gmail.com wrote: Hey guys and gals, I suggested that perhaps we should use Integrity (http://github.com/foca/integrity) for the CI for Rails rather than CC.rb. DHH said he was all for it, but I should bring it before you all