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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Merge pull request #29506 from pat/frozen-string-literals
Matthew Draper
2017-07-02
2
-6
/
+6
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Make ActiveRecord frozen string literal friendly.
Pat Allan
2017-06-20
2
-6
/
+6
|
*
|
Use bulk INSERT to insert fixtures
Kir Shatrov
2017-06-20
1
-0
/
+6
|
|
/
|
*
Allow `uuid_test.rb` to be loaded on all adapters
Eugene Kenny
2017-06-14
1
-1
/
+2
|
*
Merge pull request #28868 from yahonda/pg10_oid_unknown_to_text
Matthew Draper
2017-06-07
1
-8
/
+8
|
|
\
|
|
*
PostgreSQL 10 converts unknown OID 705 to text 25
Yasuo Honda
2017-06-06
1
-8
/
+8
|
*
|
Remove redundant `assert_nothing_raised` before another assertions
Ryuta Kamizono
2017-06-06
1
-2
/
+0
|
|
/
|
*
Remove assert_nothing_raised, as test is already testing the required concerns
Prathamesh Sonpatki
2017-06-03
1
-3
/
+3
*
|
Explicitly clear type map before run `test_only_reload_type_map_once_for_ever...
yuuji.yaginuma
2017-06-03
1
-6
/
+12
*
|
Merge branch 'master' into unlock-minitest
Rafael Mendonça França
2017-06-02
2
-18
/
+19
|
\
|
|
*
Consolidate database specific JSON types to `Type::Json`
Ryuta Kamizono
2017-05-30
1
-18
/
+9
|
*
Fix UUID column with `null: true` and `default: nil`
Ryuta Kamizono
2017-05-30
1
-0
/
+10
*
|
Make sure to disable extension after test
yuuji.yaginuma
2017-05-31
1
-6
/
+2
|
/
*
Prevent extra `current_database` query for `encoding`/`collation`/`ctype`
Ryuta Kamizono
2017-05-28
1
-3
/
+9
*
Merge pull request #29176 from bogdanvlviv/define-path-with__dir__
Matthew Draper
2017-05-26
1
-1
/
+1
|
\
|
*
Define path with __dir__
bogdanvlviv
2017-05-23
1
-1
/
+1
*
|
Remove a duplicate test of schema_authorization_test in AR
Koichi ITO
2017-05-25
1
-11
/
+0
*
|
Extract `JSONSharedTestCases`
Ryuta Kamizono
2017-05-22
1
-180
/
+2
|
/
*
Should escape meta characters in regexp
Ryuta Kamizono
2017-05-07
3
-5
/
+5
*
Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`
Ryuta Kamizono
2017-05-04
4
-18
/
+10
*
Revert "Merge pull request #27636 from mtsmfm/disable-referential-integrity-w...
Rafael Mendonça França
2017-04-26
1
-107
/
+68
*
Use a query that's compatible with PostgreSQL 9.2
Matthew Draper
2017-04-12
1
-3
/
+7
*
Merge pull request #28478 from kamipo/fix_primary_keys_across_multiple_schemas
Andrew White
2017-03-29
1
-1
/
+2
|
\
|
*
Fix `primary_keys` across multiple schemas
Ryuta Kamizono
2017-03-20
1
-1
/
+2
*
|
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...
Fumiaki MATSUSHIMA
2017-03-26
1
-68
/
+107
*
|
Merge pull request #28531 from yahonda/suppress_pg_warning
Matthew Draper
2017-03-23
1
-0
/
+1
|
\
\
|
*
|
Suppress `WARNING: nonstandard use of \\ in a string literal` warning
Yasuo Honda
2017-03-22
1
-0
/
+1
|
|
/
*
/
[PostgreSQL]: Replace deprecated PG constants.
Lars Kanis
2017-03-22
1
-4
/
+4
|
/
*
Fix `deserialize` with JSON array
Ryuta Kamizono
2017-03-06
1
-0
/
+10
*
`valid_type?` should accept only supported types
Ryuta Kamizono
2017-02-28
1
-11
/
+0
*
Use `max_identifier_length` for `index_name_length` in PostgreSQL adapter
Ryuta Kamizono
2017-02-27
1
-2
/
+1
*
Merge pull request #28169 from kirs/ensure-conn-verify
Matthew Draper
2017-02-26
1
-0
/
+1
|
\
|
*
Use ensure block for things we cleanup in tests
Kir Shatrov
2017-02-25
1
-0
/
+1
*
|
Extract `TypeCastingTest` into `test/cases/quoting_test.rb`
Ryuta Kamizono
2017-02-24
1
-1
/
+0
*
|
Simplify and optimize Postgres query for primary_keys()
Jordan Lewis
2017-02-13
2
-14
/
+0
*
|
Merge pull request #26655 from kamipo/fix_remove_expression_index
Rafael França
2017-02-13
1
-2
/
+5
|
\
\
|
*
|
Fix `remove_index` to be able to remove expression indexes
Ryuta Kamizono
2016-12-25
1
-2
/
+5
*
|
|
The `default` arg of `index_name_exists?` makes to optional
Ryuta Kamizono
2017-02-13
1
-7
/
+7
*
|
|
Schema dumping support for PostgreSQL oid type
Ryuta Kamizono
2017-02-12
1
-1
/
+1
*
|
|
Schema dumping support for PostgreSQL interval type
Ryuta Kamizono
2017-02-12
1
-2
/
+2
*
|
|
Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp...
Ryuta Kamizono
2017-02-12
1
-1
/
+0
*
|
|
Refactor `ColumnDefinition` to contain `options` hash
Ryuta Kamizono
2017-02-09
2
-4
/
+4
*
|
|
Restore the behaviour of the compatibility layer for integer-like PKs
Ryuta Kamizono
2017-02-04
1
-54
/
+0
|
|
/
|
/
|
*
|
Add assertion messages
Akira Matsuda
2017-01-25
2
-2
/
+2
*
|
assert_send is going to be deprecated since minitest 5.10.0
Akira Matsuda
2017-01-18
2
-2
/
+2
*
|
Merge pull request #27618 from kamipo/fix_uuid_default_nil
Kasper Timm Hansen
2017-01-15
1
-19
/
+36
|
\
\
|
*
|
Fix UUID primary key with default nil in legacy migration
Ryuta Kamizono
2017-01-09
1
-0
/
+19
|
*
|
Should test uuid legacy migration without `supports_pgcrypto_uuid?`
Ryuta Kamizono
2017-01-09
1
-19
/
+17
*
|
|
Reduce string objects by using \ instead of + or << for concatenating strings
Akira Matsuda
2017-01-12
1
-2
/
+2
|
/
/
*
|
Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w...
Rafael Mendonça França
2017-01-03
1
-107
/
+68
[prev]
[next]