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 3559230720 Remove the text? predicate from the type objects
This was only used for uniqueness validations. The first usage was in
conjunction with `limit`. Types which cast to string, but are not
considered text cannot have a limit. The second case was only with an
explicit `:case_sensitive => true` option given by the user.
2014-07-06 16:04:14 -06:00
..
active_record/connection_adapters
assets
cases Remove the text? predicate from the type objects 2014-07-06 16:04:14 -06:00
fixtures fk: use random digest names 2014-06-26 22:03:49 +02:00
migrations
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
config.rb