This post is a straight from the heart talk about lessons learnt by a first time speaker. Rishi spoke at RubyConf India 2014 and gives a candid experience about how he prepared, the fear, the excitement and the exhilaration.
Author: Rishi Jain
I am a ruby on rails developer at Josh Software, Pune.
Access Control in Ruby – understanding public, protected and private
We all know that ruby is different from all the other object oriented programming languages. But in what context? One of the differences lies in how ruby handles the protected and public methods and how other languages like c++ handle them.
Learn How To Convert HTML To PDF
One of the common requirements we face across many Rails project is to convert HTML pages to PDF i.e. convert reports, tickets or any other page for that matter into the PDF format 'as is'. What has made our job easier is the number of gems out there but every gem is different from another … Continue reading Learn How To Convert HTML To PDF
