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
Godfrey Chan c115a84c8b Relax the UUID regex
Apparently PG does not validate against RFC 4122. The intent of the original
patch is just to protect against PG errors (which potentially breaks txns, etc)
because of bad user input, so we shouldn't try any harder than PG itself.

Closes #17931
2014-12-18 00:51:05 -08:00
..
active_record/connection_adapters Add a type object to Column constructor 2014-05-17 17:16:05 -06:00
assets
cases Relax the UUID regex 2014-12-18 00:51:05 -08:00
fixtures Unused csv fixture file 2014-12-09 18:54:07 +09:00
migrations
models Add foreign_type option for polymorphic has_one and has_many. 2014-12-08 18:13:15 -02:00
schema Add foreign_type option for polymorphic has_one and has_many. 2014-12-08 18:13:15 -02:00
support Reset ActiveRecord::SchemaDumper.ignore_tables value after changed in tests 2014-09-03 11:30:36 +09:00
.gitignore
config.example.yml remove the last traces of OpenBase from our codebase. [ci skip] 2014-11-07 10:12:01 +01:00
config.rb