Kunjan Batavia wrote in post #976176: > Hi, > > I would like to know that how to communicate using ROR with salesforce.
I would suggest you start by reading through http://www.salesforce.com/us/developer/docs/api/index.htm > For that I have setup ROR on my local system and while executing > command: rake gems:install, it gives error like: rake aborted! > development database is not configured. You need to specify your database details in /config/database.yml for the DB server you'll be using. > Please let me know what is wrong and how to solve the above error. I would suggest some introductory tutorials as recommended by Marnen earlier and I quote: >http://www.railstutorial.org -- excellent book-length tutorial >http://www.railscasts.com -- Ryan Bates's excellent video presentations, >with transcriptions at http://www.asciicasts.com >http://guides.rubyonrails.org -- the official guides >http://www.railsapi.com -- the API docs, presented more readably than on >the official site -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

