Thomas Hanley

Results 5 issues of Thomas Hanley

I followed this http://www.leancrew.com/all-this/2011/10/homebrew-and-pyexiv2/

I am using the iOS simulator for ease of use and speed. Mobvious is detecting the simulator's user agent correctly but `request.env['mobvious.device_type']` is being set as `:desktop` ### Debug code...

I was looking at StateMachines gem to manage this behavior: https://github.com/state-machines/state_machines#static--dynamic-definitions It is very old and not maintained. Is it possible to manage the same thing with AASM?

Is there a way to have something like this ``` cmd subcommand start [--branch BRANCH] [TICKET] ``` I want `TICKET` to be required unless `--branch` is specified

- Add statement timeout configuration at pool level (pools..statement_timeout) - Add logging for statement timeout configuration during pool initialization - Improve sync_parameters method to handle statement timeout consistently - Document...