ownCloud uses automated testing to check for problems, and writing and executing these tests is important for any contributor. In my capacity as an ownCloud systems developer I use these tests to quickly verify that my apps don’t break after merging or pulling new code.… Read the rest
Posts tagged with: rvm
Install Webgen in Fedora 17 with Ruby 1.8.6 and RVM
Webgen does not work with new versions of Ruby. Using Webgen installed using ruby and rubygems from Fedora repos results in errors including “obsolete and deprecated Config”.
To get webgen to work, we will use RVM (Ruby Version Manager). This allows you install multiple versions of ruby side by side.… Read the rest