blog

PDF in rails using prawn library

Building PDF Document in ruby & rails application using prawn LibraryBriefBefore getting started with this tutorial, I would like to thanks Greg and Prawn team for their awesome work towards ruby and rails community.Installing prawn (core, layout, format, security)gem install prawnorAdd following line in rails environment file inside initializer block.config.gem 'prawn'Optionally you can specify version … Continue reading PDF in rails using prawn library

Load Testing and Setting Benchmarks

A lot has been said about load testing and performance testing already -- I do not intend to repeat the dose. However, I have found that there is indeed very little information about what is a good test for load and performance.  Services like NewRelic are awesome but they will monitor performance and the ideal … Continue reading Load Testing and Setting Benchmarks