On Mar 9, 2007, at 11:39 AM, Ole Begemann wrote:
Looking at the code in the Bundle editor, I noticed one thing at the beginning of the Rails detection code:
dir = File.dirname(ENV["TM_FILE_PATH"]) rescue ENV ["TM_PROJECT_DIRECTORY"]
Isn't the name of the variable TM_FILEPATH (no 2nd underscore)? But changing this does not change anything on my machine.
It is. Good catch. That should only affect non-projects though.
I'll commit the change though.
James Edward Gray II