Few years ago I wrote a post about adding rel=”nofollow” to all the links in your comments, news, posts, messages in Ruby on Rails. I’ve been using this solution for a long time, but recently it started to be a pain in the ass. More and more models, more and more content – having to […]
Read more at the sourceCategory Archives: Ruby 2.1
Ruby – Installation and compilation from sources on Debian
If you don’t want to use Ruby from your repositories and you don’t want (or can’t because of some reason) to use RVM, here’s a quick howto download and compile Ruby from sources (all the commands should be executed with sudo or as a super user): First a small update and some neccessery libs: Then […]
Read more at the sourceInstalling Rhodes on Ubuntu and making it run on Ruby 2.1
People who want to use Rhodes are recommended to use it under Ruby 1.9.3. But to me it seems kinda old. This is a way to install and run it on 2.1: Oracle Java Oracle Java is a recommended one to use with Rhodes, so just: SDK and NDK Android SDK Android NDK Download both […]
Read more at the source