An 8th Light University session led by Paul Pagel and Mike Jansen on the pros and cons of frameworks, and how you can separate your application from the framework.
value| validator = create_validator_from(key, value) measurable = @client.measurables.find_or_initialize_by_key(key) if validator.valid? measurable.measurement = value measurable.save! end end end Wednesday, August 22, 12