You need to sign in to do that
Don't have an account?

30 second "load" on Activesalesforce on 1.2.2 rails and 1.1.0 activesalesforce
Hi all,
What am I doing wrong?
My database connector is configured with the following:
adapter: activesalesforce
url: https://www.salesforce.com/services/Soap/u/8.0
username: myusername
password: mypassword
My environment.rb config is
Rails::Initializer.run do |config|
require_gem 'activesalesforce'
end
It physically works, but its unusably slow. Thanks for any advice.
william
What am I doing wrong?
My database connector is configured with the following:
adapter: activesalesforce
url: https://www.salesforce.com/services/Soap/u/8.0
username: myusername
password: mypassword
My environment.rb config is
Rails::Initializer.run do |config|
require_gem 'activesalesforce'
end
It physically works, but its unusably slow. Thanks for any advice.
william
Is there something particular that i'm supposed to do in the model description, besides the obvious stuff that's out on the web?
william