aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/full_text_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* tests, move schema shorthand assertions into pg specific tests.Yves Senn2014-12-021-4/+22
|
* Remove the `text?` predicate from the type objectsSean Griffin2014-07-061-1/+0
| | | | | | | 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.
* test pg, rm unused requires.Yves Senn2014-06-031-3/+0
|
* pg test, extract tsvector tests into `postgresql/full_text_test.rb`Yves Senn2014-05-221-0/+30