From 6b15cd828ed94d7b180c50ceb552504b55b8656d Mon Sep 17 00:00:00 2001 From: Taavo Smith Date: Mon, 4 Mar 2013 18:34:16 -0500 Subject: [PATCH] readme: remove outdated reference to inability to handle brackets in remote_url paths --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a75740ee0..ad4c7ac50 100644 --- a/README.md +++ b/README.md @@ -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