Gamut Works Web Development. Ruby on Rails Web Development in Edmonton, Alberta, Canada.

Keeping An Ear To The Rail...

A blog about ruby on rails, web development, and business


Part 2: Adding SMS to your Facebooker Application

February 01, 2010

Adding SMS features to your Facebook application with Rails.

0 comments

Ruby on Rails Facebooker Notifications using Cron

January 18, 2010

Sending notifications from Facebooker using cron to your application's users.

2 comments

Happy New Year, Internet.

January 04, 2010

2010 is here and It's time for us to create and sustain a more active blog. We've garnered a respectable knowledge base since we opened up our Ruby on Rails web development shop in Edmonton in 2008, and it's time to start sharing what we know with the community.

0 comments

Presentation for ICE 2009

November 03, 2009

I've embedded the slide show portion of my presentation for Edmonton's ICE 2009. I'll be doing an intro to Ruby on Rails talk and demo this coming Wednesday (Nov 4th) from 10:15 to 11:30 am

0 comments

Rails Test-flow: Shoulda, Autotest, RedGreen, with Growl Notifications

December 18, 2008

No matter what framework you're writing your tests in, it's nice to know exactly what's going on, and exactly when it's happening. Whether you're writing development code or test code, it's imperative you know that what sort of effect the code you are writing is having on your application. That is the basic reasoning behind testing.

0 comments

DMD on Rails - Session 1 (Ruby/Rails/MVC Architecture)

September 30, 2008

Rails is a full-stack framework for developing database-backed web applications according to the Model-View-Control (MVC) pattern. Ruby on Rails was created by David Heinemeier Hansson, a partner at 37signals, then extended and improved by a core team of committers and hundreds of open-source contributors.

With Rails, all of the low level programming has been abstracted away, allowing you to be free to work on the higher level aspects of your web application.

0 comments

Installing Lovd By Less on Windows (XP & Vista)

July 22, 2008

On doing a recent test-run of the wonderful Lovd By Less I ran into a few system dependent problems.

I downloaded a fresh batch of Lovd, and slapped it into a brand-spanking new rails app. The most important thing here is to follow the readme provided by Lovd... which works great if you're on a Mac. I found they leave a few things out for us poor saps on Windows.

1 comment