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

On Aug 19, 2015, at 12:48 PM, Raksha S. [email protected]
wrote:

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.

On Aug 21, 2015, at 12:33 AM, Raksha S. [email protected]
wrote:

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