Entries Tagged as 'Ruby on Rails'

Installing Rails Plugins with Git on Windows

Wednesday, August 27th, 2008

Ok, so everyone is the rails world seems to have moved over to Git for their version control (which is fine if you’re into the sort of thing). The downside of this is that Windows developers are left without much help when they want to install all those fabulous plugins hosted on GitHub (since [...]

What I’ve been up to

Thursday, April 24th, 2008

So, I’ve been out of work for the past 3 months since the accident but recently I haven’t been entirely idle.  I’ve finished off the personal finance site I first talked about almost a year ago and I’ve also written 2 other Ruby-on-Rails websites and got them deployed.  These aren’t fancy sites but they fill [...]

Conditional Validation in Rails

Wednesday, July 4th, 2007

I was implementing the Strategy pattern presented here to avoid the limitations of Single-Type Inheritance but I wanted to implement some conditional validations based on the type:

If it’s a “MonthDay-based” recurring event (e.g. 23rd of every month), then the monthday field must be present
If it’s a “Date-based” recurring event (e.g. 1st August, repeating every year), [...]

BalanceTracker: Introduction

Tuesday, June 19th, 2007

I previously used an Excel spreadsheet to budget my quarterly student stipend and ensure that rent was paid, known expenses were accounted for and Visa cards paid off. This worked reasonably well but marriage and moving back to Ireland has made the personal finances a little more complicated: We each get paid at different [...]