Hey guys, I''ve had some reports of edge rails not working for windows when svn isn''t available in your path. Specifically, running rake migrate. Does anyone have a windows installation around to test on? -- Cheers Koz
Hello Michael, 2006/3/12, Michael Koziarski <michael@koziarski.com>:> I've had some reports of edge rails not working for windows when svn > isn't available in your path. Specifically, running rake migrate. > Does anyone have a windows installation around to test on?Hmm, don't see that on r3856. I'm on Win XP SP2 (fr-ca). This was on a newly created rails application, with vendor/rails being a rails trunk checkout. Anything else I can help you with ? -- François Beausoleil http://blog.teksol.info/ _______________________________________________ Rails-core mailing list Rails-core@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-core
> Hello Michael, > > 2006/3/12, Michael Koziarski <michael@koziarski.com>: >> I''ve had some reports of edge rails not working for windows when svn >> isn''t available in your path. Specifically, running rake migrate. >> Does anyone have a windows installation around to test on? >We just determined that the problem occurs because Rake::TestTask yields to its supplied block as the tasks are being defined (not lazily as they''re being run as I''m sure was assumed by whoever wrote this code initially). Chad
See [3857] http://dev.rubyonrails.org/changeset/3857
On 3/13/06, Nicholas Seckar <nseckar@gmail.com> wrote:> See [3857] > > http://dev.rubyonrails.org/changeset/3857Ah, yeah. Kevin Clark''s refactoring of ActionPack''s unit tests had the same problem. It really is strange behaviour ... oh, and by the way, test:uncommitted? Nice! -- Cheers Koz