I've been trying to set the timezone of a dashing.io app (which runs under sinatra) with no success at all!
Doing: Time.zone
ends up with NoMethodError - undefined method 'zone=' for Time:Class:
I've tried the solution at How to set timezone in ActiveSupport's TimeZone class :
require 'active_support/all'
But then i get the error: require': cannot load such file -- active_support/all (LoadError)