Tag Archives: Rewrite

Ruby on Rails Handy Guide

Some Useful command To install ruby Gem, gem install [gem_name] eg, gem install rails To install ruby Gem with certain version, gem install [gem_name] –version=x.x.x eg, gem install rails –version=2.3.5 eg, gem install rails -v=2.3.5 To update ruby Gem, gem … Continue reading

Posted in Ruby on Rails | Tagged , , , , , , , , , , , , , , , , , | View Comments

Enabling Permalink from WordPress with IIS7.x

This article is applicable for WordPress user who used IIS7.x as their web services and not able to work correctly with the permalink. 1. Log into your WordPress. Select on Setting and click on Permalink Settings. 2. Select any of … Continue reading

Posted in Microsoft IIS, Microsoft Windows | Tagged , , , , , , , , , , , | View Comments