I recently integrated Salesforce API via databasedotcom gem to my Rails 3.2 app.
Also, there's a background job for the synchronization of data.
Upon, logging in my Professional edition Salesforce account, the Rescue job failed and it displayed this error...
Class
Jobs::Salesforce::Contact
Arguments
1
Exception
Databasedotcom::SalesForceError
Error
The REST API is not enabled for this Organization.
How will I be able to enable API even for Professional Editions?
I've tried to use Developer Edition and got no problem.
Are there specific editions that are allowed to use REST API in Salesforce?
How about the trial version of Professional Edition?
Thanks. And Have a great day!