Michael Wheeler

Results 8 issues of Michael Wheeler

I'm considering this gem for a version control solution I'm writing. We'll be saving long files in the active record model - including some :medium_text columns. When I view the...

The "choose trial" logic is not atomic, so it is easy to run it multiple times for the same user. Specifically, there is a read here: https://github.com/splitrb/split/blob/d3ef9d79d2fe15d95292072420e62afea151dffd/lib/split/trial.rb#L71 With a matching...

When there is no value for a model, and no checkbox is checked on page load, this checked handler throws an error. Making a change to bail out instead of...

Sorry for the confusion; I'm switching branches on this PR with this new approach, so I'm closing my old PR and opening this one. This approach still fails in one...

I'm using Negative Captcha for a pretty complex form, and had a need to support nested attributes; something in the form of: ``` = form_for user do |f| = f.fields_for...

If an app has an old version of `listen` installed, AutoReload stops working with no explanation. I'm not sure how to fix this right now, but wanted to bring this...

Simple enough of a change; I just don't want to alway be bound to the default `window.location.href`. By submitting a form I can bind to that form's submit handler and...