Ruby on Rails

Ruby Tips 9: Install Gem Without RDoc/RI on Production

Often we want to avoid installing rdoc and ri on production/staging servers. Simply create .gemrc file in your home directory and add gem: –no-ri...
Balaji D Loganathan
11 sec read

Consume SOAP WebServices Using Ruby With Savon

Recently, we had a task of consuming a SOAP based web serivces which sends and receive complex objects.
Surendran Sukumaran
51 sec read

RVM Gemsets To Maintain Multiple Versions Of Gems.

RVM made my life easier to run multiple versions of ruby and rails in Ubuntu/Mac OS. If we want to maintain multiple versions of...
Surendran Sukumaran
40 sec read

Selenium Integration with Rails Application

Selenium is a suite of tools to automate web browsers across many platforms. It runs in many browsers and operating systems and it can...
Dhepthi L Narasimhan
1 min read

Ruby Tip8: No Method Overloading Supported in Ruby

As per design, Method overloading is not supported in Ruby. If you try the below example, you will get “`foobar’: wrong number of arguments...
Neelkanth Ram
13 sec read

Stack Undefined Error in Highcharts Version 2.1.2

Using Highcharts library in application provides best way of manipulating data in terms of various charts. In my rails application, I am using highcharts...
Dhepthi L Narasimhan
25 sec read