Brian Dillard

Results 8 issues of Brian Dillard

I'm using Acts as List + Ancestry to create a sortable tree for my model, and I'm using this gem to generate a drag-and-drop sortable index. Relevant code here: ```ruby...

enhancement

When configuring Rebay::Api in an initializer in a Rails 4.2 app, the sandbox boolean is not inherited by Rebay::Finding or Rebay::Shopping. Workaround: Rebay::Api.configure do |rebay| rebay.app_id = "whatever" rebay.sandbox =...

I changed one of my tables into an STI table so I could subclass my Post model into Article, Review and MicroBlog. Immediately, the following test started failing: ``` describe...

Per the README: `The gem only prevents auto-loading, so you can always can explicitly require the app code that you need in your migration.` But when attempting to `require` application...

**Describe the bug** When selecting multiple items in a multiselect, each displayed item has an X that can be clicked to deselect it. But when maxValuesShown is exceeded, I lose...

I love your icons! I've been using them extensively on a site I'm building out. I'd love to be able to use a Ruby or Ruby on Rails icon in...

Use case: - I have bunch of materialized views, each w/ multiple past versions. - I'm updating the column type of a bunch of underlying data from `:string` to `:citext`...

The character counter component in countdown mode kind of defeats the entire purpose of character counters. Character counters exist as a UI nicety so that you don't have to put...