search for: src_sub_directories

Displaying 1 result from an estimated 1 matches for "src_sub_directories".

2006 May 05
1
RadRails and path issues
...have been using RadRails as my editor for Ruby development. Overall I''m pretty happy with it. I''m experiencing a couple of path problems though when using it. Inside of my project within RadRails I will have a directory structure that looks similar to this. +MyProject ++src +++src_sub_directories ++props ++output ..misc files RadRails then treats all files within the src directory as if those files exist directly within the MyProject path. Instead of being treated as ./MyProject/src/foo.rb it is treated as ./MyProject/foo.rb. This affects all relative paths. Then we I "release"...