Skip to content

Commit

Permalink
readme: remove outdated reference to inability to handle brackets in …
Browse files Browse the repository at this point in the history
…remote_url paths
  • Loading branch information
taavo committed Mar 4, 2013
1 parent c63485c commit 6b15cd8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,9 +380,7 @@ form and you're good to go:
If you're using ActiveRecord, CarrierWave will indicate invalid URLs and download
failures automatically with attribute validation errors. If you aren't, or you
disable CarrierWave's `validate_download` option, you'll need to handle those
errors yourself. And please note that CarrierWave does its best to interpret
URLs intelligently, but this is [not always possible](https://github.com/jnicklas/carrierwave/wiki/Known-Issues),
particularly in the case of unencoded `:?[]` characters in the URL path.
errors yourself.

## Providing a default URL

Expand Down

0 comments on commit 6b15cd8

Please sign in to comment.