Nokogiri + Linux => trouble?

Nokogiri gem version 1.6.x has been a bit problematic in Linux, since by default it just fails to install. And only workaround for it has been to use 1.5.x version instead. Now recently I hit the trouble, since another gem required at least version 1.6 of nokogiri, so I didn’t any longer have option to…

Read more

Praise yourself – test yourself

Finally, after a while I started applying into development projects some automated tests using Travis CI. Thanks to Travic CI documentation integration of projects was rather painless. So far following projects are running in Travis CI: ngannotate-rails capybara-ng In both of these projects I needed to take advantage of Travis features. Namely I needed to…

Read more