dwilkie / carrierwave_direct

Process your uploads in the background by uploading directly to S3
MIT License
839 stars 181 forks source link

Fix for Capybara 2.7; Rack driver now considers hidden fields invisible #201

Closed lawso017 closed 8 years ago

lawso017 commented 8 years ago

Fresh bundle install included Capybara 2.7; form_builder specs failed because latest Capybara Rack driver does not find hidden fields by default.

lawso017 commented 8 years ago

Also replaced fog with fog/aws, and replaced uuidtools with SecureRandom.uuid to reduce dependencies.

lawso017 commented 8 years ago

FYI, reducing the dependency footprint fog -> fog/aws dropped slug footprint by ~20MB on heroku.

dwilkie commented 8 years ago

Thanks for the PR! Looks like nobody is maintaining this gem anymore. Are you interested in maintaining it? Reply here and i'll give your access. Cheers

p8 commented 8 years ago

@dwilkie I hope to have some time next week to look at some pull requests, including this one.

lawso017 commented 8 years ago

@p8 @dwilkie I am happy to help out; really appreciate this gem and rely on it in several projects.