Hey all, here's something I'm running up against. I pulled down the 1.2.6 .tgz file and just loaded those into vendor/rails to get CC.rb running on that version. So far so good - but the build fails, because the migrations in the project use the new
t.string style, and this throws NoMethodErrors in 1.2.6. So my question is, if I pop 2.0.2 in the vendor/rails inside the work directory, will that succeed? When CC.rb runs a rake migrate, will it run it against the vendor/rails code or the work/projects/vendor/rails code? -- Giles Bowkett Podcast: http://hollywoodgrit.blogspot.com Blog: http://gilesbowkett.blogspot.com Portfolio: http://www.gilesgoatboy.org Tumblelog: http://giles.tumblr.com _______________________________________________ Cruisecontrolrb-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
