argerim / select2-rails

Integrate Select2 javascript library with Rails asset pipeline
https://github.com/argerim/select2-rails
965 stars 374 forks source link

fixed remote path for SourceFile#fetch #158

Closed MCodyB closed 8 years ago

MCodyB commented 8 years ago

When trying to run rake update_select2 I would get the error OpenURI::HTTPError: 404 Not Found since it seems HTTPClient can't handle the redirect so I fixed the url that was being constructed. I also added two "helpers" in the form of the select prompt and the puts.

simi commented 8 years ago

@MCodyB can you reproduce now? I can run rake update-select2 on master without problems.

MCodyB commented 8 years ago

Hmm, I can't it works fine now. I'll close the request.