Archive for the ‘webrat’ tag
Cygwin: installing Webrat on cygwin
gem install webrat
may fail on cygwin when building native library. In my case, I had to install cygwin package libxslt-devel.
meaning of "it"
gem install webrat
may fail on cygwin when building native library. In my case, I had to install cygwin package libxslt-devel.