At long last I managed to get my first Ruby On Rails application displaying something :

using the "acts_as_dashboard" gem I managed to pull data from some of the Jeeduino/Arduino sensors dotted around the house, and using various AJAX calls I can get the screen to dynamically update these values.
I know - this is not terribly advanced, but at least it is a start.