CarrierWave thrives on a large number of contributors, and pull requests are very welcome. Before submitting a pull request, please make sure that your changes are well tested.
First, make sure you have imagemagick, ghostscript and libvips installed. You may need libmagic as well.
Then, you'll need to install the gem dependencies:
bundle install
You should now be able to run the local tests:
bundle exec rake
You can also run the remote specs by creating a ~/.fog file:
:carrierwave:
:aws_access_key_id: xxx
:aws_secret_access_key: yyy
:rackspace_username: xxx
:rackspace_api_key: yyy
:google_storage_access_key_id: xxx
:google_storage_secret_access_key: yyyYou should now be able to run the remote tests:
REMOTE=true bundle exec rake
Please test with the latest Ruby version using RVM if possible.
Don't forget to run the RuboCop check as well:
bundle exec rubocop