1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test
Sean Griffin d569d0baad PG arrays should type cast user input
We guarantee that `model.value` does not change after
`model.save && model.reload`. This requires type casting user input for
non-string types.
2014-06-13 07:16:47 -06:00
..
active_record/connection_adapters Add a type object to Column constructor 2014-05-17 17:16:05 -06:00
assets
cases PG arrays should type cast user input 2014-06-13 07:16:47 -06:00
fixtures Update test data which doesn't reflect expected usage 2014-06-12 15:33:25 -06:00
migrations activerecord: Initialize Migration with version from MigrationProxy. 2014-01-06 10:46:35 -05:00
models Fix regression on eager loading association based on SQL query rather 2014-06-03 16:20:08 -03:00
schema Timestamp values should be present on callbacks 2014-06-09 17:27:32 -03:00
support pg test, examples for default values and schema dumping of point types. 2014-06-03 13:46:32 +02:00
.gitignore
config.example.yml Remove code related to adapter which are no longer in repo 2014-05-16 18:17:25 +02:00
config.rb