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
/
bytea_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
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
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
1
-0
/
+1
|
\
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
|
Make ActiveRecord frozen string literal friendly.
Pat Allan
2017-06-20
1
-1
/
+1
|
/
*
Define path with __dir__
bogdanvlviv
2017-05-23
1
-1
/
+1
*
Suppress `WARNING: nonstandard use of \\ in a string literal` warning
Yasuo Honda
2017-03-22
1
-0
/
+1
*
Refactor `ColumnDefinition` to contain `options` hash
Ryuta Kamizono
2017-02-09
1
-2
/
+2
*
"Use assert_nil if expecting nil from ...:in `...'. This will fail in MT6."
Akira Matsuda
2016-12-25
1
-4
/
+4
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-12
/
+12
*
add test case for schema dumping of PG bytea columns.
Yves Senn
2016-03-08
1
-0
/
+9
*
make it possible to run AR tests with bin/test
Yves Senn
2015-06-11
1
-1
/
+1
*
prefer `drop_table if_exists: true` over raw SQL.
Yves Senn
2015-02-18
1
-1
/
+1
*
`Type#type_cast_from_database` -> `Type#deserialize`
Sean Griffin
2015-02-17
1
-3
/
+3
*
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
-3
/
+4
*
pg tests, get rid of `sql_types_test.rb`.
Yves Senn
2014-11-07
1
-0
/
+7
*
pg tests, only execute what's necessary.
Yves Senn
2014-11-07
1
-1
/
+1
*
Rename `type_cast` to `type_cast_from_database`
Sean Griffin
2014-06-09
1
-3
/
+3
*
test pg, rm unused requires.
Yves Senn
2014-06-03
1
-3
/
+0
*
test, use `columns_hash[]` in place of `columns.find {}`.
Yves Senn
2014-05-12
1
-1
/
+1
*
Remove warning of unused variable
Rafael Mendonça França
2014-04-10
1
-1
/
+1
*
Use connection-specific bytea escaping
Matthew Draper
2014-04-08
1
-0
/
+17
*
Use teardown helper method.
Guo Xiang Tan
2014-03-14
1
-1
/
+1
*
using assert_not instead of refute
Rajarshi Das
2013-08-13
1
-3
/
+3
*
the typecast value should be passed to the serializer. fixes #10830
Aaron Patterson
2013-06-05
1
-1
/
+0
*
adding a test for #10830
Aaron Patterson
2013-06-05
1
-0
/
+18
*
fix for the bytea/binary nil value bug
Matt Aimonetti
2013-04-14
1
-1
/
+1
*
added a test suite for the postgres binary type
Matt Aimonetti
2013-04-14
1
-0
/
+87