I use a slightly modified version of Michael Schoen oracle script for the SQL Server tests. I had to make some slight changes to it so it would run on Windows. I might also have his Oracle one in my GMail archive, I can send both of those to you by Monday at the latest.
Rich C. On 3/10/07, Jeremy Kemper <[EMAIL PROTECTED]> wrote: > > On 3/9/07, Alexey Verkhovsky <[EMAIL PROTECTED]> wrote: > > On 3/9/07, Jeremy Kemper <[EMAIL PROTECTED]> wrote: > > > On 3/9/07, Alexey Verkhovsky <[EMAIL PROTECTED]> wrote: > > > > It'll take some time to implement the whole thing. Just to get the ball > > > Thanks Alex! Do failed builds report to this list? > > > > > > > > Not yet, but they will soon. > > The RSS feed is here: > > http://cruisecontrolrb.thoughtworks.com/projects.rss > > Thanks! > > The ActiveRecord-MySQL page has a dead feed <link> that points to > http://cruisecontrolrb.thoughtworks.com/builds?format=rss > > > > I have a few questions, by the way. > > > > 1. How should it go about building ActionPack and other subdirectories? > > Would it be a good idea to build them all, one by one, within the same > > build? > > Separate builds per Rails component probably makes the most sense. > > > > 2. What's the right thing to do with test databases? Arguably, they should > > be recreated from scratch every time something changes in > > test/fixtures/db_definitions/. Is this already automated somewhere? > > aaa_create_tables_test recreates the test database using > test/fixtures/db_definitions/adapter_name.sql, adapter_name.drop.sql, > and schema.rb > > > > 3. I understand that there is a CI build for ActiveRecord with Oracle and > > SQLServer. Looking at the scripts used there may help. Where are they to be > > found? > > Contact Michael Schoen for the scripts. He wrote them for the Oracle adapter. > > jeremy > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
