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
/
uuid_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce unused allocations when casting UUIDs for Postgres
Carl Thuringer
2019-02-20
1
-1
/
+13
*
Don't allow `where` with invalid value matches to nil values
Ryuta Kamizono
2019-02-18
1
-0
/
+6
*
Use squiggly heredoc to strip odd indentation in the executed SQL
Ryuta Kamizono
2018-11-22
1
-4
/
+4
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-4
/
+4
*
`supports_extensions?` return always true since PostgreSQL 9.1
Yasuo Honda
2017-10-24
1
-98
/
+92
*
Add an extra assertion to ensure dumping schema default as expected
Ryuta Kamizono
2017-09-08
1
-1
/
+4
*
Fix `quote_default_expression` for UUID with array default
Ryuta Kamizono
2017-09-08
1
-0
/
+10
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Don't allow uuids with orphan curly braces
pdebelak
2017-07-07
1
-1
/
+3
*
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
*
Allow `uuid_test.rb` to be loaded on all adapters
Eugene Kenny
2017-06-14
1
-1
/
+2
*
Remove assert_nothing_raised, as test is already testing the required concerns
Prathamesh Sonpatki
2017-06-03
1
-3
/
+3
*
Fix UUID column with `null: true` and `default: nil`
Ryuta Kamizono
2017-05-30
1
-0
/
+10
*
Use a query that's compatible with PostgreSQL 9.2
Matthew Draper
2017-04-12
1
-3
/
+7
*
Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp...
Ryuta Kamizono
2017-02-12
1
-1
/
+0
*
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
*
"Use assert_nil if expecting nil from ...:in `...'. This will fail in MT6."
Akira Matsuda
2016-12-25
1
-2
/
+2
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-1
/
+1
*
Should test `test_change_column_default` in `PostgresqlUUIDTest`
Ryuta Kamizono
2016-11-25
1
-13
/
+13
*
Merge pull request #27171 from kamipo/suppress_migration_message
Matthew Draper
2016-11-25
1
-0
/
+4
|
\
|
*
Suppress migration message in the test
Ryuta Kamizono
2016-11-25
1
-0
/
+4
*
|
Remove blank else block
Ryuta Kamizono
2016-11-25
1
-1
/
+0
|
/
*
For `PostgreSQL >= 9.4` use `gen_random_uuid()`
Yaw Boakye
2016-11-22
1
-14
/
+59
*
Fix CI failure caused by df84e9867219e9311aef6f4efd5dd9ec675bee5c
Ryuta Kamizono
2016-08-23
1
-2
/
+2
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-2
/
+2
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-40
/
+40
*
Add expression support on the schema default
Ryuta Kamizono
2016-01-13
1
-4
/
+4
*
Remove unnecessary enable,disable_extension on tests
Fumiaki MATSUSHIMA
2016-01-02
1
-9
/
+0
*
Ensure uuid-ossp extension is present before we rely on it
Matthew Draper
2015-12-15
1
-0
/
+2
*
make it possible to run AR tests with bin/test
Yves Senn
2015-06-11
1
-4
/
+4
*
Remove duplicated test
Ryuta Kamizono
2015-03-04
1
-20
/
+0
*
prefer `drop_table if_exists: true` over raw SQL.
Yves Senn
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
*
Should escape regexp wildcard character `.`
Ryuta Kamizono
2015-01-19
1
-1
/
+1
*
Prefer `array?` rather than `array`
Ryuta Kamizono
2015-01-04
1
-1
/
+1
*
Correctly ignore `case_sensitive` for UUID uniqueness validation
Sean Griffin
2014-12-26
1
-0
/
+17
*
Dump the default `nil` for PostgreSQL UUID primary key.
Ryuta Kamizono
2014-12-26
1
-0
/
+6
*
`force: :cascade` to recreate tables referenced by foreign-keys.
Yves Senn
2014-12-19
1
-1
/
+1
*
Relax the UUID regex
Godfrey Chan
2014-12-18
1
-3
/
+7
*
tests, move schema shorthand assertions into pg specific tests.
Yves Senn
2014-12-02
1
-0
/
+6
*
tests, remove unneeded requires.
Yves Senn
2014-11-06
1
-3
/
+0
*
tests, use SchemaDumpingHelper to dump a specific table.
Yves Senn
2014-11-06
1
-12
/
+12
*
add bigserial pk support
Aaron Patterson
2014-10-29
1
-0
/
+20
*
Added enable_extension! to helper
Abdelkader Boudih
2014-09-05
1
-5
/
+6
*
adding the exception RecordNotFound to UUID find
JoseLuis Torres
2014-08-21
1
-0
/
+14
[next]