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/schema
Mack Earnhardt 1d6eabb677 Refactor Person/Friendship relationships to be more intuitive
PR #5210 added a Friendship model to illustrate a bug, but in doing so
created a confusing structure because both belongs_to declarations in
Friendship referred to the same side of the join. The new structure
maintains the integrity of the bug test while changing the follower
relationship to be more useful for other testing.
2013-03-17 02:11:19 -04:00
..
mysql2_specific_schema.rb Use the MySQL varbinary type when appropriate in migrations. 2012-10-27 13:41:27 -04:00
mysql_specific_schema.rb Use the MySQL varbinary type when appropriate in migrations. 2012-10-27 13:41:27 -04:00
oracle_specific_schema.rb
postgresql_specific_schema.rb Fix default output for postgres network address types 2013-02-26 14:26:53 -05:00
schema.rb Refactor Person/Friendship relationships to be more intuitive 2013-03-17 02:11:19 -04:00
sqlite_specific_schema.rb mispelling errors in render_text_test.rb and sqlite_specific_schema 2012-05-12 13:19:28 +02:00