Can Ruby on rails be installed on the same machine as SharePoint 2013?

Want to know if we can Ruby and SP in the same machine. ?

Requirement: Ruby application needs to update SharePoint resources (folder and lists) using REST API webservices calls. Is it possible? Please suggest if someone has worked on any such integration.

Regards,

Raksha

Want to know if we can Ruby and SP in the same machine. ?

Requirement: Ruby application needs to update SharePoint resources (folder and lists) using REST API webservices calls. Is it possible? Please suggest if someone has worked on any such integration.

A REST API can be accessed from anywhere, not just on the same machine. That's sort of the whole point of APIs. Does SharePoint have a REST interface that you can use?

Walter

Yes. SharePoint has REST interface. Thank you. I am trying to use REST API. Getting some security/authentication errors in SharePoint using REST API. Trying to fix it.

Yes. SharePoint has REST interface. Thank you. I am trying to use REST API. Getting some security/authentication errors in SharePoint using REST API. Trying to fix it.

f you post what you've tried, and copy/paste the exact error you are getting back in Ruby from SharePoint, perhaps someone will recognize what is going on here. There are a lot of different ways to send a request to a REST interface from Ruby and Rails. Can you please detail exactly what you've done, with code examples?

Walter