• 301Gplayer
  • NEWBIE
  • 0 Points
  • Member since 2006

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
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
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