> OK, so these scripts are not part of the Rails app, and the rails > directory I was seeing came from your working directory. So...the error > was reported at convert.rb:33. What's on that line? It probably says > something about ProvisioningAPI, and that is not getting declared. >> >> If I am wrong and need to repost in rails section let me know and I >> will. I have been wrong once before :) > > No, it looks like this isn't a Rails issue after all...but we'll see > when you post the code! > > Best, > -- > Marnen Laibow-Koser > http://www.marnen.org > marnen / marnen.org On that line is this: proivisioner = GAppsProvisioning::ProvisioningAPI.new(p_domain, p_username, p_password) -- Posted via http://www.ruby-forum.com/.