aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/geometric_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Cache database version in schema cacheAli Ibrahim2019-04-031-1/+1
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-6/+6
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Remove redundant `assert_nothing_raised` before another assertionsRyuta Kamizono2017-06-061-2/+0
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-1/+1
* Remove deprecated handling of PG PointsSean Griffin2016-08-311-12/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-7/+7
* modernizes hash syntax in activerecordXavier Noria2016-08-061-10/+10
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-38/+38
* Rails 5.1 point type should not raise exception if empty string is provided a...bUg2016-05-151-0/+7
* Call the new point behavior `:point`, not `:rails_5_1_point`Sean Griffin2015-12-171-4/+4
* remove warning from postgresql geometric testyuuji.yaginuma2015-12-051-1/+3
* Add schema dumping support for PostgreSQL geometric data typesRyuta Kamizono2015-11-241-5/+61
* Move `migration/postgresql_geometric_types_test.rb` in `adapters/postgresql/g...Ryuta Kamizono2015-11-241-0/+84
* make it possible to run AR tests with bin/testYves Senn2015-06-111-2/+2
* Return a `Point` object from the PG Point typeSean Griffin2015-06-051-11/+108
* Prefer `drop_table if_exists: true` over raw SQLRyuta Kamizono2015-02-181-2/+2
* 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
* Prefer `array?` rather than `array`Ryuta Kamizono2015-01-041-1/+1
* tests, move pg geometric tests out of `base_test`.Yves Senn2014-12-021-6/+73
* Remove the `text?` predicate from the type objectsSean Griffin2014-07-061-1/+0
* Merge pull request #15782 from sgrif/sg-column-defaultsMatthew Draper2014-06-181-4/+2
|\
| * Don't type cast the default on the columnSean Griffin2014-06-171-4/+2
* | Detect in-place changes on point typesSean Griffin2014-06-171-0/+11
|/
* Revert "test pg, we don't care about the internal state of `column#default`."Yves Senn2014-06-031-0/+5
* test pg, remove unused column assignments. Follow up to 254cdf47Yves Senn2014-06-031-3/+0
* test pg, we don't care about the internal state of `column#default`.Yves Senn2014-06-031-4/+0
* pg, preserve point type when schema dumping.Yves Senn2014-06-031-8/+8
* pg test, examples for default values and schema dumping of point types.Yves Senn2014-06-031-0/+21
* test pg, add basic test cases for point datatype.Yves Senn2014-06-021-0/+45