Uncategorized Install Compass in an existing Rails application with Semantic Blueprint using Sass ivan.turkovicPosted on October 23, 2011 compass init rails –using blueprint/semantic –syntax sass Read More
development Capistrano + RVM = Problem with deployment? ivan.turkovicPosted on October 18, 2011 Most of the time when I had issues with deploying on rvm environment it helps you to do the following. Create a file in $home folder touch .rvmrc And paste following code: rvm_trust_rvmrcs_flag=1 Read More