Yan Pritzker

Results 13 issues of Yan Pritzker

Great plugin! It would be even better if we could integrate it with this bit of code by Steve Losh which lets you do something like "cinb" to change inside...

devise_suspendable/model.rb:38: syntax error, unexpected '=', expecting ')' self.save(:validate = false) if self.changed? I think you meant self.save(validate=false) or something like that...

Has anyone handled this issue? I have a file already at S3. I want to attach it to a paperclip model but I want the download to happen in the...

If you put a console.log inside the success callback (options.success), you'll notice that you're rebinding the callback on every keyup event. Which means on the first autocomplete, your callback is...

I can confirm that rubocop and rails_best_practices both return a handful of errors, however running pronto results in zero comments both in its normal mode (pronto run master) and github...

question

Allows you to provide a list of alternate domains, .e.g when you link both a domain.com and www.domain.com

There seems to be no easy way to attach a new image to an array. If I have `has_attachments :photos` Then `model.photo_urls = [...]` works But what if I want...

I see that attachinary.js forces sequentialUploads to be true. The jquery fileupload plugin's default is false (parallel uploads). Is there any reason to force sequential here?

When you close a buffer running a (completed) conque, the ruby process hangs around, eating up a tty (causing 'unable to fork' errors in iterm), and other problems. Need to...