Displaying 1 result from an estimated 1 matches for "kml_tool".
Did you mean:
kml_tools
2006 Mar 14
5
Maddening library loading problem
...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 = KMLTools::Document.new()
I get the following error:
NameError in File#save
uninitialized constant KMLTools
This error occured while loading the following files:
kml_tools.rb
Now, there is no file kml_tools.rb, and i am not sure where rails is
getting this file name.
I know i should probably make a gem out of the library i wrote, but I
am not sure if dreamhost lets you install gems.
Does anyone have any suggestions or fixes I could use?
I''ve been trying t...