Bill Ruddock

Results 4 comments of Bill Ruddock

Cleaner Unicorn config (using public API from Octopus proxy). ``` ruby before_fork do |server, worker| if defined?(ActiveRecord::Base) begin if defined?(Octopus) && Octopus.enabled? ActiveRecord::Base.connection_proxy.clear_all_connections! else ActiveRecord::Base.connection.disconnect! end rescue ActiveRecord::ConnectionNotEstablished nil end...

You will need gcc to compile a native gem like `sassc`. It seems PowerRuby has a special community edition for that, see: https://github.com/PowerRuby/DE_train_02

It is odd that the part that provides event based parsing has been changed and it seems poorly documented. I don't use tailor either but came across this when looking...

Thanks @asmith3006 that looks great. I'm not familiar with powershell but perhaps if this could read the javascript from `extract.js` (with modifications to conditionally return instead of log the output)...