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
/
enum_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use squiggly heredoc to strip odd indentation in the executed SQL
Ryuta Kamizono
2018-11-22
1
-1
/
+1
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-3
/
+3
*
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
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-6
/
+6
*
make it possible to run AR tests with bin/test
Yves Senn
2015-06-11
1
-1
/
+1
*
Don't cast nil to string in pg enums
Sean Griffin
2015-03-19
1
-0
/
+8
*
Prefer `drop_table if_exists: true` over raw SQL
Ryuta Kamizono
2015-02-18
1
-1
/
+1
*
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, remove unneeded requires.
Yves Senn
2014-11-06
1
-2
/
+0
*
Remove the `text?` predicate from the type objects
Sean Griffin
2014-07-06
1
-1
/
+0
*
Don't type cast the default on the column
Sean Griffin
2014-06-17
1
-2
/
+1
*
Revert "test pg, we don't care about the internal state of `column#default`."
Yves Senn
2014-06-03
1
-0
/
+1
*
test pg, we don't care about the internal state of `column#default`.
Yves Senn
2014-06-03
1
-1
/
+0
*
pg, support default values for enum types. Closes #7814.
Yves Senn
2014-05-30
1
-0
/
+11
*
PostgreSQL, adapter automatically reloads it's type map. Closes #14678.
Yves Senn
2014-04-11
1
-2
/
+0
*
Add ConnectionHelper to refactor tests.
Guo Xiang Tan
2014-04-03
1
-3
/
+3
*
Allow postgresql enum_test to be run in random order.
Guo Xiang Tan
2014-04-01
1
-5
/
+9
*
PostgreSQL determine `Column#type` through corresponding OID. #7814
Yves Senn
2014-04-01
1
-2
/
+1
*
PostgreSQL, test cases to lock the current column types.
Yves Senn
2014-03-28
1
-0
/
+11
*
Use teardown helper method.
Guo Xiang Tan
2014-03-14
1
-1
/
+1
*
Inline block to fix indent [ci skip]
Carlos Antonio da Silva
2014-03-04
1
-3
/
+1
*
Fix enum test unused variable warning.
Vipul A M
2014-03-04
1
-1
/
+1
*
Add Enum type to postgresql adapter's oids to prevent unknown OID warnings.
Dieter Komendera
2014-03-04
1
-0
/
+28
*
test case for custom PostgreSQL enum type.
Yves Senn
2014-02-26
1
-0
/
+38