Ruby on Rails Articles

Found 2 articles

Connecting SAP in Ruby on Rails

Priya Pallavi
Priya Pallavi
Updated on 12-Mar-2020 626 Views

Try downloading nwrfcsdk library from sap and follow instructions mentioned in Readme to perform the installation. Use function Module like ENQUEUE_READ to perform remote call as below −#!/usr/bin/env ruby require 'sapnwrfc' require 'rubygems' conn = SAPNW::Base.rfc_connect(:client => '800',                                :sysnr  => '01',                                :lang   => 'EN',                                :ashost => 'hostname',               ...

Read More

How To Setup and Configure Ruby on Rails with ‘rbenv’ on Ubuntu 16.04

karthikeya Boyini
karthikeya Boyini
Updated on 20-Jan-2020 489 Views

In this article, we will learn how to setup and configure Ruby on Rails which is the most popular stack application used by the developers which is used to create sites and web applications. The Ruby is a programming language where the programer’s use with the combination of Rails development framework to make the application development fast and simple.‘rbenv’ is the command-line tools used to install the Ruby and Rails which also provides a good environment for application development using Ruby on Rails. ‘rbenv’ provides the application specific versions of Ruby.PrerequisitesWe needed an Ubuntu 16.04 installed machine with a non-root ...

Read More
Showing 1–2 of 2 articles
« Prev 1 Next »
Advertisements