Ruby & Rails

Ruby has long been my scripting language of choice. With Ruby on Rails it now has a first rate framework for web applications.

I've put some support code for list and form views on top of Rails. Please have a look at BoilerPlate.

Rails in-place performance measurement

A picture says more than a couple of words.

Put the stopwatch (stopwatch.rb) into $RAILS_ROOT/lib. Put the controller (stopwatch_controller.rb) into $RAILS_ROOT/app/controllers. That's all. See stopwatch.rb for usage details.

Thanks go to Stuart Langridge for his sortable table JavaScript code.