Joe Van Dyk

Results 25 issues of Joe Van Dyk

Have you filed a bug to put the default enum stuff in AR itself?

``` delete FROM `fc_location_hierarchies` WHERE descendant_id IN (SELECT DISTINCT descendant_id FROM (SELECT descendant_id FROM `fc_location_hierarchies` WHERE ancestor_id = 46179 OR descendant_id = 46179) AS x); Query OK, 0 rows affected...

This doesn't seem to happen with all files... just specific ones. Very weird. ``` /app $ ls -l db/migrate/20170901224243_create_cycle_count_names.rb* ls: cannot access 'db/migrate/20170901224243_create_cycle_count_names.rb*': No such file or directory /app $...

The sqitch tutorial doesn't seem to have any recommendations for how to name the changes. Having some sort of a common convention would be nice. Maybe something like: ``` deploy/...

todo

Colors in html emails work best as a six character hex ('#ffffff') rather than '#fff' or 'white'. See https://github.com/nex3/sass/issues/343 for details. Somewhat unfortunately, sass will convert '#ffffff' to 'white'. When...

There's a couple gems out there that integrate premailer with actionmailer. It should be pretty straightforward to have an 'official' solution for doing so. I would stick to using 3.1's...

https://deis.com/docs/workflow/quickstart/provider/minikube/boot/ links to https://github.com/kubernetes/minikube/blob/master/DRIVERS.md#xhyve-driver for the xhyve driver which is a 404.

I believe `select get_version()` gets called on every lock - is that necessary? https://github.com/ClosureTree/with_advisory_lock/blob/478059f8c436702217108e4136e96b7cd8f16080/lib/with_advisory_lock/database_adapter_support.rb#L24

$ serve 2100 [2011-09-05 13:43:36] INFO WEBrick 1.3.1 [2011-09-05 13:43:36] INFO ruby 1.9.2 (2011-07-09) [x86_64-darwin11.1.0] [2011-09-05 13:43:36] INFO WEBrick::HTTPServer#start: pid=40613 port=4000 It's running on port 4000, I'd expect it to...

We're looking at migrating from webpacker to jsbundling-rails + esbuild. Any ideas on how to use `rails-erb-loader` with esbuild?