issues
search
datamapper
/
dm-validations
Library for performing validations on DM models and pure Ruby object
http://datamapper.org/
MIT License
50
stars
43
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Raising exception when saving instead of returning true
#75
agborrego92
opened
7 years ago
0
Skip validations on non-dirty models
#74
tillsc
closed
9 years ago
1
Revert change to private for inherited to prevent change to resource
#73
tpitale
closed
9 years ago
8
Validation was scoped by type
#72
tillsc
opened
9 years ago
10
Fix error in email validation
#71
kanet77
opened
10 years ago
3
Add Association Validation
#70
jordanyee
opened
10 years ago
0
Do not call validators if model is not dirty
#69
fsaravia
closed
9 years ago
9
[release-1.2] Use a more RFC2396 complaint regex pattern for the :url format validation
#68
xentek
closed
9 years ago
2
[master] Use a more RFC2396 complaint regex pattern for the :url format validation
#67
xentek
opened
11 years ago
0
Custom error messages for all inferred validations
#66
nblumoe
opened
11 years ago
2
Add support of Proc value to numeicality validator
#65
mibon
opened
11 years ago
0
Fix uniqueness validation to correctly work with STI
#64
rykov
closed
9 years ago
3
Unexpected validation failure with decimal properties
#63
jabr
opened
11 years ago
0
Object#respond_to? takes an optional second argument in 2.0
#62
natemueller
opened
11 years ago
0
Uniqueness check should only be skipped if the field is blank
#61
pnomolos
closed
9 years ago
2
email validation doesn't think 'foo@foo..com' is wrong
#60
jpr5
opened
12 years ago
2
Different error messages for related resource save fails
#59
eltiare
opened
12 years ago
0
.on() creates an empty array in the errors
#58
endor
opened
12 years ago
0
Fix vulnerable example in comment
#57
snyff
opened
12 years ago
0
Date fields coerces invalid dates into valid dates which then passes validation
#56
kjler
opened
12 years ago
0
validates_presence_of doesn't expect a space
#55
nathanl
opened
12 years ago
0
Patch 1.2.0 to play nicely with Formtastic
#54
nathanl
opened
12 years ago
0
Reduce the chance of a rounding error when converting Float to BigDecimal.
#53
pnomolos
opened
12 years ago
0
Issue 174 release 1.2 dm-core
#52
lance
closed
8 years ago
0
Numeric validator precision/scale validation fails for certain floats on MRI 1.9.3
#51
ashervb
opened
12 years ago
2
Fix/add method validator violation type
#50
mbj
closed
12 years ago
3
Provide a length for fixture property
#49
mbj
closed
12 years ago
0
Fix primitive type vs load_as dump_as
#48
mbj
closed
12 years ago
0
validates_with_block tests
#47
ywen
opened
13 years ago
0
This request is for adding unit tests for validates_with_block when passing in an :when option
#46
ywen
closed
13 years ago
1
The issue #44
#45
ywen
closed
13 years ago
4
validates_with_block is broken when passing in an option hash
#44
ywen
closed
13 years ago
3
ValidatesUniqueness mismatches the implementation of unique indexes in dm-constraints
#43
tillsc
opened
13 years ago
1
drop dm-core dependency?
#42
al6x
closed
13 years ago
1
on method should return empty array if there are no errors
#41
BinaryPaean
opened
13 years ago
1
Fix options passed to BlockValidator
#40
markiz
closed
12 years ago
10
Fix validates_format_of with URI type
#39
probablykabari
closed
13 years ago
0
Regexp issue with ruby 1.9.3-preview1
#38
carlhoerberg
closed
13 years ago
2
Relationships to unsaved objects throw validation error
#37
dallonf
closed
13 years ago
1
Email problem on 1.9.3.preview1
#36
DAddYE
closed
13 years ago
1
Update ValidationErrors#full_messages to support dm-validations-ext.
#35
emmanuel
opened
13 years ago
0
Do not optimize away checking non-dirty attributes
#34
jnicklas
closed
13 years ago
10
Fix validates_format_of with URI type
#33
probablykabari
closed
13 years ago
2
Rebuild dm-validations: DONE
#32
emmanuel
closed
13 years ago
13
Improving the documentation for validates_within
#31
pol
closed
13 years ago
1
Externalize auto validation
#30
emmanuel
closed
13 years ago
1
Refactored Validations::Context to add fewer methods to Resource
#29
emmanuel
closed
13 years ago
0
Cleaned up the history of my last pull request and followed through on a couple of points
#28
emmanuel
closed
13 years ago
1
Feature/extract responsibilities
#27
emmanuel
closed
13 years ago
4
Remove unneeded Chainable use
#26
emmanuel
closed
13 years ago
0
Next