March 23, 2009 - 3:54 pm
Tags: printing, RailRoad, Rails, ROR, ruby, rubygems, Rubyonrails, Tips, Trick, tricks
Posted in ROR, Rails, Rubyonrails, Tips, rails_plugin, ruby, tricks | No comments
I use RailRoad for generating Ruby on Rails diagrams, but always wish I could print those diagrams. Generally diagrams are too big to print on a single A4 size paper and I didn’t find any tool to print larger images in parts so that I can join them. If I print the image generated by [...]
December 8, 2008 - 2:17 pm
Tags: gems, installation, Rails, ruby, script, Tips, tricks, utility script
Posted in ROR, Rails, Tips, ruby, ruby-script, scripts, tricks, utility scripts | 3 comments
Recently I had to setup many rails servers and for that I had to install some gems again and again by issuing traditional “gem install xyz” command several times. This was actually very annoying.
To avoid issuing “gem install xyz” command again and again, while setting up new machine, I wrote a utility script in ruby. [...]
December 3, 2008 - 1:41 pm
Tags: configuation, gems, installation, rdoc, ri, ruby, Tips, tricks
Posted in ROR, Rubyonrails, Tips, gem, installation, rdoc, ri, ruby, tricks | 8 comments
Probably most of the time you would like to skip ri and RDoc installation while installing some new gems, specially on production server.
I do like to skip ri and RDoc documentation while installing gems on my development machine, because it takes more time to generate ri and RDoc then actual installation of gem.
We can [...]