16
Jun/14Install Latest Ruby On Ubuntu
Go to https://gorails.com/ and go to the setup section. The site has step by step to install a Ruby environment.
28
Apr/14Install SASS On Ubuntu
Overview SASS has allowed CSS to evolve into a more dynamic language such as variables and mixins for re-usability. Install sudo apt-get install ruby-full rubygems sudo gem install sass Usage If the following error occurs when you use –watch parameter: … Continue reading