-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using ftp:// URLs fails #29
Comments
Hadn't thought about using ftp and other protocols, but I suppose that makes sense. This'll be changed in the next release, thanks! |
This has been included in the 1.4.7 release. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Everything is in place for using ftp (and other protocols, like file://) except for the validation caused by
AttributeType::Url
.I guess the simplest way around it is using ::Uri and writing custom validations in the record/model.
I've hacked my way around it by just changing the attributetypes locally at least ...
The text was updated successfully, but these errors were encountered: