Stephen Provis

You are currently browsing the Ruby on Rails category.

Ruby, haml and sass make everything ok

As a relatively new coder of Ruby on Rails the last few months have been a big learning curve, the MCV (Model, Controller, View) approach is new to me and getting my head around the way RoR deals with this coding model has been long and confusing, the amount of time I’ve spent trying to work out why my code isn’t working is ridiculous. A lot of the problems have been due to me trying to rush into things without really having the background knowledge to know what I’m doing.

Continue Reading…

Posted 6 months, 2 weeks ago at 2:22 AM.

Add a comment

Walkthrough for installing Ruby and Rails on a clean (new) installation of Ubuntu.

Assumptions:

  • Ubuntu has just been installed

Steps:

  • Installing Apache2
  • Installing MySQL
  • Installing Ruby
  • Installing RubyGems
  • Installing Rails
  • Installing Essential Gems and Plugins
  • Setting Gems in Environment.rb

Continue Reading…

Posted 8 months ago at 11:47 AM.

Add a comment