Charlotte Miller

Results 4 comments of Charlotte Miller

Hey David - are you going to continue using and working on backbone_query?

👍 Similar issue with optimized images (created during build) not being recognized.

@CoreSystemDevelopment sure... thanks for following up Here you go: https://github.com/corejavascript/typeahead.js/pull/2

**+1 on fixing this bug.** I use an ActiveSupport::Concern to handle my Paperclip config, so re-ordering the methods is non-trivial. Example: ``` ruby # app/models/concerns/attachable_file.rb def has_attachable_file( attachment_name, options={} )...