RadRails1.0 commits

RevisionAuthorDateDescription
14686cwilliams07 Jul 2008 10:18:15

roll back changes for ROR-909 for plugins which get unpacked

14639cwilliams03 Jul 2008 10:20:35

fix compatibility with Rubygems 1.2

14541cwilliams30 Jun 2008 20:47:13

fix ROR-909

14540cwilliams30 Jun 2008 20:42:27

14539cwilliams30 Jun 2008 20:40:55

fix ROR-909

14538cwilliams30 Jun 2008 20:40:07

14537cwilliams30 Jun 2008 20:39:36

14536cwilliams30 Jun 2008 20:38:27

14535cwilliams30 Jun 2008 20:36:46

14447cwilliams26 Jun 2008 16:27:38

Possible fix for ROR-821 - Can't run all tests anymore
Looks like we were setting the "jruby.script" System property to the full executable path rather than just the filename.
Which when executing the Kernel system method to launch other ruby processes was resulting in a badly built path to execute the same script the current ruby file is executing under (basically we'd give full path to the bin dir, then append full path to file inside bin dir)

14212cwilliams23 Jun 2008 10:35:29

fix broken test

14211cwilliams23 Jun 2008 10:12:29

fix up SimilarVariableNameVisitor to understand scopes a little better (and scope instance and class variables to a class, not locally)

14209cwilliams23 Jun 2008 09:24:51

apply Geoffrey Longman's patch