Skip to content

Commit

Permalink
Clarify what's necessary for mount_uploaders
Browse files Browse the repository at this point in the history
* Add a line clarifying that 1.0.0 is still forthcoming
* Add a line clarifying how to bundle the gem so that the multiple uploader support referenced in the README is available.
  • Loading branch information
trevrosen committed May 2, 2015
1 parent 36dd774 commit fe5001f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -39,7 +39,7 @@ gem 'carrierwave'

Finally, restart the server to apply the changes.

As of version 1.0.0, CarrierWave requires Rails 4.0 or higher and Ruby 2.0
As of version 1.0.0 (forthcoming), CarrierWave requires Rails 4.0 or higher and Ruby 2.0
or higher. If you're on Rails 3, you should use v0.10.0.

## Getting Started
Expand Down Expand Up @@ -132,6 +132,9 @@ Other ORM support has been extracted into separate gems:
There are more extensions listed in [the wiki](https://github.com/carrierwaveuploader/carrierwave/wiki)

## Multiple file uploads
**Note:** You must specify using the master branch to enable this feature:

`gem carrierwave, github:'carrierwaveuploader/carrierwave'`.

CarrierWave also has convenient support for multiple file upload fields.

Expand Down

0 comments on commit fe5001f

Please sign in to comment.