search for: kmltools

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

Did you mean: mltools
2006 Mar 14
5
Maddening library loading problem
Hi everyone. I recently wrote a nice module that I want to use in my rails app. It consists of a few files in a directory that I have places in the lib directory. It looks like this: /lib/KMLTools/foo.rb, bar.rb, baz.rb Some of these files load each other and I finally got those to work by using the File.dirname(__FILE__) trick. When I simply require the file into my controller, everything is fine, but as soon as i try to create a new instance of the class i wrote using this code: d = KMLT...