function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Anil DuttAnil Dutt 

Salesforce Integration with Ruby On Rails

Hi,

I have a Rails 3.1 application , in this app i want to get salesforce opportunity data. I m new to rails not sure how to incluce Salesforce API in Rails.

I want to do something like adding webreference in .Net and using that reference i can access any salesforce object and query any data.

I want to do same in Rails app, access any salesforce objet and query data

How can i acheive this?

Any help would be appreciated,

thanks

Best Answer chosen by Admin (Salesforce Developers) 
Anil DuttAnil Dutt

ROR Gem Datebasedotcom solves my porblem

https://github.com/heroku/databasedotcom

may help to some other

Thanks

All Answers

Navatar_DbSupNavatar_DbSup

Hi,

 

Follow the below link:

 

http://wiki.developerforce.com/page/Web_Services_API#Ruby

 

http://salesforceonrails.com/

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved. 

Anil DuttAnil Dutt

I already checked this links

 

they are for Rails 2.3 not Rails 3.1

Anil DuttAnil Dutt

ROR Gem Datebasedotcom solves my porblem

https://github.com/heroku/databasedotcom

may help to some other

Thanks

This was selected as the best answer