aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/full_text_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Prefer `drop_table if_exists: true` over raw SQLRyuta Kamizono2015-02-181-1/+1
* rm `Type#number?`Sean Griffin2015-02-071-1/+0
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* Remove most type related predicates from `Column`Sean Griffin2015-01-301-2/+4
* Should escape regexp wildcard character `.`Ryuta Kamizono2015-01-191-1/+1
* Prefer `array?` rather than `array`Ryuta Kamizono2015-01-041-1/+1
* 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
* 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