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
Matthew Draper dc4945dde9 Merge pull request #16055 from sgrif/sg-refactor-sqlite3-strings
Use a type object for type casting behavior on SQLite3
2014-07-12 01:16:08 +09:30
..
active_record/connection_adapters Add a type object to Column constructor 2014-05-17 17:16:05 -06:00
assets
cases Merge pull request #16055 from sgrif/sg-refactor-sqlite3-strings 2014-07-12 01:16:08 +09:30
fixtures fk: use random digest names 2014-06-26 22:03:49 +02:00
migrations activerecord: Initialize Migration with version from MigrationProxy. 2014-01-06 10:46:35 -05:00
models Move writing unknown column exception to null attribute 2014-06-26 09:43:35 -06:00
schema Re-enable foriegn key tests on MySQL 2014-07-05 11:50:55 -07:00
support fk: :primary_key option for non-standard pk's. 2014-06-26 22:03:48 +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