issues
search
SchemaPlus
/
schema_validations
Automatically creates validations basing on the database schema.
Other
174
stars
34
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add support for Rails 7.2
#73
JanekNaymspace
opened
1 month ago
0
Relax ActiveRecord dependency
#72
smathieu
opened
1 year ago
2
Invalid default value for 'created_at'
#71
atomical
opened
2 years ago
1
add in AR 6.1 and 7.0 support, also Ruby 3.1
#70
urkle
closed
2 years ago
5
remove .travis.yml
#69
urkle
closed
2 years ago
1
Feat ar6
#68
urkle
closed
2 years ago
1
gemspec: Drop defunct property rubyforge_project
#67
olleolleolle
closed
2 years ago
2
Add uniqueness_if_changed configuration
#66
danielweinmann
closed
4 years ago
2
BigInt validation uses incorrect limits and fails erroneously
#65
davismattg
opened
5 years ago
0
Double required messages for rails 5 belongs_to
#64
elbzero
opened
5 years ago
0
validations not enabled for attributes named like foo_id that are not associations
#63
garyfoster
opened
5 years ago
0
Add support for Rails 6
#62
zarembas
closed
2 years ago
8
Array-ness of columns is completely ignored
#61
magni-
opened
5 years ago
0
Add rails 5.2 support
#60
urkle
closed
5 years ago
2
Rails 5.2
#59
frostpuppet
closed
5 years ago
3
Multiple DB adapters of different types seems to break schema_validations
#58
slieker-d
closed
6 years ago
1
Reworking belongs_to precense validations
#57
urkle
opened
6 years ago
0
Fix the filtering of attributes validated with SchemaValidations::Validators::NotNilValidator
#56
dark-panda
opened
6 years ago
0
Presence validation still happening for array field w/ null: false and default: []
#55
rapind
opened
7 years ago
2
Rails 5.1 support
#54
zharikovpro
closed
7 years ago
6
Rails 5.1 support
#52
zharikovpro
closed
7 years ago
5
Allow Rails 5.1
#51
kpheasey
closed
7 years ago
2
Don't use presence validation when column has an empty default value.
#50
boazy
closed
7 years ago
5
Question: Disable string presence validation
#49
ypresto
closed
7 years ago
4
allow bigint definition
#48
patleb
closed
6 years ago
2
Make the gem work if ActiveRecord logger is nil
#47
gamecreature
closed
8 years ago
6
Add unit tests for MONEY column type (Postgres-only)
#46
boazy
opened
8 years ago
0
Support Postgres money column type
#45
plicjo
closed
8 years ago
2
Update for Rails 5
#44
plicjo
closed
8 years ago
22
[Spam]
#43
richardadrian
closed
8 years ago
0
Rails 5 support
#42
maisumakun
closed
7 years ago
3
Unique Index with Coalesce (or other SQL functions)
#41
ScottSmix
opened
8 years ago
0
Support case-insensitive uniqueness validations under MySQL
#39
dmeranda
opened
8 years ago
3
Case insensitive uniqueness validation does not work for MySQL
#38
dmeranda
opened
8 years ago
5
Exception: `NoMethodError: undefined method `-' for nil:NilClass`
#37
shosti
closed
8 years ago
2
Validate decimal range
#36
felixbuenemann
closed
8 years ago
6
Validate decimal range
#35
felixbuenemann
closed
8 years ago
3
excempt models from schema validations
#34
juliankrispel
opened
8 years ago
2
Generate Rails 3 & 4 style validations rather than Rails 2
#33
ronen
opened
8 years ago
0
Bug: Crashes when optimistic logging is in use
#32
ronen
closed
8 years ago
0
Foreign Key checking even for belongs_to
#31
jhirbour
opened
8 years ago
4
generates 2 validations for a multi-column unique constraint
#30
urkle
opened
9 years ago
2
Preserve default options when merge with other custom options
#29
allenwq
closed
8 years ago
10
Support case_sensitive unique validations
#28
allenwq
closed
9 years ago
14
Changed log level to debug
#27
owenbendavies
closed
9 years ago
3
Uniqueness validation for partial indexes
#26
lowjoel
opened
9 years ago
0
Use schema_monkey and/or schema_plus_core
#25
ronen
opened
9 years ago
0
Do not allow composite uniqueness constraints to be triggered when the scope fields are nil.
#24
lowjoel
closed
9 years ago
3
Uniquness validation for composite unique indices are overly strict
#23
lowjoel
closed
9 years ago
0
Implement integral range deduction and validation.
#22
lowjoel
closed
9 years ago
10
Next