Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make required name attributes workjk/required_name_attribute | John Keiser | 2015-07-02 | 1 | -4/+4 |
* | Fix set_or_return order: default->coerce->validate | John Keiser | 2015-06-23 | 1 | -23/+31 |
* | Add property_is_set? | John Keiser | 2015-06-23 | 1 | -31/+25 |
* | Ensure validators don't run against initial values | John Keiser | 2015-06-23 | 1 | -0/+3 |
* | Don't validate `nil` when setting the value to nil | John Keiser | 2015-06-23 | 1 | -19/+33 |
* | Allow values to be set to nil (override defaults) if user allows it | John Keiser | 2015-06-23 | 1 | -26/+121 |
* | Make "is" fail if you pass nil and don't validate it | John Keiser | 2015-06-23 | 1 | -59/+87 |
* | Add name_property | John Keiser | 2015-06-23 | 1 | -1/+1 |
* | Add property Type as an alias to is | John Keiser | 2015-06-23 | 2 | -39/+82 |
* | Add "is" to property | John Keiser | 2015-06-23 | 1 | -55/+55 |
* | Create property on resource, alias attribute to it | John Keiser | 2015-06-23 | 2 | -0/+958 |