Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflict with asf-soap-adapter (SalesForce) #18

Open
gmontard opened this issue Feb 21, 2012 · 0 comments
Open

Conflict with asf-soap-adapter (SalesForce) #18

gmontard opened this issue Feb 21, 2012 · 0 comments

Comments

@gmontard
Copy link

Hello,

I found a conflict between multi_db and asf-soap-adapter which is a gem to use the SalesForce API.
The problem is that asf-soap-adapter use the db.yml file to setup an adapter, like this :

salesforce-default-realm:
adapter: activesalesforce
url: https://www.salesforce.com
username: XXX
password: XXX
api_version: 20.0

Then the usage is like that : Salesforce::Lead.new

But when using multi_db, it seems multi_db try to handle the connection and don't let let asf-soap-adapter do it...
If someone have an idea of how to fix this it would be appreciated.

Regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant