About   |   Projects   |   Elsewhere   |   Work   |   Feeds   |   Contact

Archive for 5 April 2007

Connecting Rails to a SQL Server

To connect Rails to a SQL Server, you’ll need to edit the config/database.yml file:

development:

adapter: sqlserver
database: dbmydatabase
host: sqlserver.domain.com
username: user
password: secret

Replace the fields with the appropriate values for the environment, and away it should all go…

5 April 2007

Technical

No comments yet

Five Steps to Get Yourself in a Mood to Work

Web Worker Daily lists 5 ways you can get into a work mindset if you’re a terminal procrastinator (or even just easily distracted:)

Here’s a five step process for putting yourself in a productive mood. Modify it to suit your needs and temperament.

There’s mention of a couple of noise-generating apps that you can use to block out your surroundings – one of the best one’s I’ve found for Windows is Aire Freshener which can play a whole variety of sounds from running mountain streams to heartbeats to helicopters.

Unfortunately it doesn’t do much to freshen the River Aire where it passes my office, but at least it drowns out the open plan background noise…

5 April 2007

Work

No comments yet