datamapper / dm-types

DataMapper plugin providing extra data types
http://datamapper.org/
MIT License
55 stars 80 forks source link

Normalize URIs #76

Closed dkubb closed 9 years ago

dkubb commented 9 years ago

This branch changes the URI type to normalize the URI before it is stored in the database.

It also fixes the length to match the current known maximum length for a URI and refactors the URI specs to use a more modern style.

dkubb commented 9 years ago

@mbj this is ready for review when the build is all green. (EDIT: green for supported rubies)

mbj commented 9 years ago

@dkubb I did a sucessful code pass and a validation pass.

I think we should include 2.1 and 2.2 to the travis matrix and move all the -head versions to allowed failures. Also I'd remove ree and 1.8.7 as they are de-facto unmaintained.