index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
cases
/
adapters
/
postgresql
/
geometric_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Remove redundant `assert_nothing_raised` before another assertions
Ryuta Kamizono
2017-06-06
1
-2
/
+0
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-1
/
+1
*
Remove deprecated handling of PG Points
Sean Griffin
2016-08-31
1
-12
/
+0
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-7
/
+7
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-10
/
+10
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-38
/
+38
*
Rails 5.1 point type should not raise exception if empty string is provided a...
bUg
2016-05-15
1
-0
/
+7
*
Call the new point behavior `:point`, not `:rails_5_1_point`
Sean Griffin
2015-12-17
1
-4
/
+4
*
remove warning from postgresql geometric test
yuuji.yaginuma
2015-12-05
1
-1
/
+3
*
Add schema dumping support for PostgreSQL geometric data types
Ryuta Kamizono
2015-11-24
1
-5
/
+61
*
Move `migration/postgresql_geometric_types_test.rb` in `adapters/postgresql/g...
Ryuta Kamizono
2015-11-24
1
-0
/
+84
*
make it possible to run AR tests with bin/test
Yves Senn
2015-06-11
1
-2
/
+2
*
Return a `Point` object from the PG Point type
Sean Griffin
2015-06-05
1
-11
/
+108
*
Prefer `drop_table if_exists: true` over raw SQL
Ryuta Kamizono
2015-02-18
1
-2
/
+2
*
rm `Type#number?`
Sean Griffin
2015-02-07
1
-1
/
+0
*
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
1
-1
/
+0
*
Remove most type related predicates from `Column`
Sean Griffin
2015-01-30
1
-2
/
+4
*
Prefer `array?` rather than `array`
Ryuta Kamizono
2015-01-04
1
-1
/
+1
*
tests, move pg geometric tests out of `base_test`.
Yves Senn
2014-12-02
1
-6
/
+73
*
Remove the `text?` predicate from the type objects
Sean Griffin
2014-07-06
1
-1
/
+0
*
Merge pull request #15782 from sgrif/sg-column-defaults
Matthew Draper
2014-06-18
1
-4
/
+2
|
\
|
*
Don't type cast the default on the column
Sean Griffin
2014-06-17
1
-4
/
+2
*
|
Detect in-place changes on point types
Sean Griffin
2014-06-17
1
-0
/
+11
|
/
*
Revert "test pg, we don't care about the internal state of `column#default`."
Yves Senn
2014-06-03
1
-0
/
+5
*
test pg, remove unused column assignments. Follow up to 254cdf47
Yves Senn
2014-06-03
1
-3
/
+0
*
test pg, we don't care about the internal state of `column#default`.
Yves Senn
2014-06-03
1
-4
/
+0
*
pg, preserve point type when schema dumping.
Yves Senn
2014-06-03
1
-8
/
+8
*
pg test, examples for default values and schema dumping of point types.
Yves Senn
2014-06-03
1
-0
/
+21
*
test pg, add basic test cases for point datatype.
Yves Senn
2014-06-02
1
-0
/
+45