Re: [Rails-core] ganging up on tests and docs

2006-04-26 Thread Steve Longdo
er, actionwebservice, activesupport, and railties projects? On 4/26/06, Steve Longdo <[EMAIL PROTECTED]> wrote: Insurance docs mention a problem with loading test/mocks in Rails so rcov it is...I did find a project on Rubyforge called Saikuro ( http://rubyforge.org/projects/saikuro/ ) for getting CC me

Re: [Rails-core] ganging up on tests and docs

2006-04-26 Thread Steve Longdo
ls and see what happens.  I'll report my findings back to the list or post them online. Thanks,-SteveOn 4/26/06, Jean-François <[EMAIL PROTECTED]> wrote: Hello Steve,2006/4/26, Steve Longdo <[EMAIL PROTECTED]>:> Are there any Ruby projects out there that show test coverage vers

Re: [Rails-core] ganging up on tests and docs

2006-04-26 Thread Steve Longdo
Are there any Ruby projects out there that show test coverage versus lines of code?  Similar to the Java world's Clover, JCover, or JLint?  Something that could aid in showing where test coverage is "light"? Is there a Ruby way to track common metrics like Cyclomatic Complexity or does the dynamic

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] Rev 3718 broke my Oracle

2006-03-16 Thread Steve Longdo
DB2 version 7 and before limit for table/column/alias is 18 chars.  Version 8 forwards is 30 for column/alias and 128 for tablenames.  Not sure why IBM did it that way...On 3/16/06, Michael Schoen <[EMAIL PROTECTED]> wrote: Rick Olson wrote:> Should Oracle have a special aliasing method that conve

Re: [Rails-core] Rev 3718 broke my Oracle

2006-03-16 Thread Steve Longdo
Older versions of DB2 suffer the same character length issue with table names as an FYI.On 3/16/06, Rick Olson < [EMAIL PROTECTED]> wrote:> Should AR pass all tests on oracle?  I'm on rev 3900 atm and I still get > four errors.>>> --> Corey Donohoe> http://www.atmos.org/> [EMAIL PROTECTED] Corey sh