Brian Dillard
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...
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...