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
*
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
*
Allow to specify a type for foreign key column in migrations
Andrey Novikov
2014-07-22
1
-1
/
+1
*
Treat invalid uuid as nil
Abdelkader Boudih
2014-07-14
1
-0
/
+37
*
Dump PostgreSQL primary key with custom function as a default.
Andrey Novikov
2014-07-11
1
-0
/
+23
*
Remove the `text?` predicate from the type objects
Sean Griffin
2014-07-06
1
-1
/
+0
*
[Postgresql tests] remove duplicate helper
Abdelkader Boudih
2014-06-28
1
-12
/
+3
*
test, use `columns_hash[]` in place of `columns.find {}`.
Yves Senn
2014-05-12
1
-2
/
+2
*
test, reset changed state in PG's uuid tests.
Yves Senn
2014-05-08
1
-2
/
+4
*
Changed change_column in PG schema_statements.rb to make sure that the uuid_g...
Eric Chahin
2014-04-15
1
-0
/
+13
*
Treat blank UUID values as nil
Dmitry Lavrov
2014-04-03
1
-0
/
+5
*
PostgreSQL, test cases to lock the current column types.
Yves Senn
2014-03-28
1
-1
/
+7
*
extract common code in `uuid_test.rb`.
Yves Senn
2014-02-26
1
-60
/
+57
*
move PostgreSQL UUID tests from `datatype_test.rb` to `uuid_test.rb`.
Yves Senn
2014-02-26
1
-0
/
+35
*
Don't skip tests if we don't need to.
Rafael Mendonça França
2013-11-08
1
-34
/
+46
*
Dump the default function when the primary key is uuid
Rafael Mendonça França
2013-10-14
1
-2
/
+2
*
Merge pull request #11382 from kennyj/fix_10751-2
Rafael Mendonça França
2013-09-22
1
-0
/
+1
|
\
|
*
Migration dump UUID default functions to schema.rb. Fixes #10751.
kennyj
2013-07-10
1
-0
/
+1
*
|
Fixed a bug in when using has_many association with :inverse_of option and U...
kennyj
2013-05-08
1
-0
/
+40
|
/
*
fix to remove warning on postgres adapter test.
Akshay Khole
2013-05-05
1
-1
/
+1
*
Make SchemaDumper emit "id: :uuid" when appropriate. Fixes #10451.
Brian Buchanan
2013-05-03
1
-0
/
+12
*
Improve docs for postgresql with uuid primary keys [ci skip]
Carlos Antonio da Silva
2013-05-01
1
-1
/
+0
*
allow override of uuid_generate_v4() default by passing default: nil
Chad Moone
2013-05-01
1
-0
/
+31
*
add uuid primary key support
Aaron Patterson
2013-03-22
1
-0
/
+10
*
you can provide uuid_generate_v4 as the default value for uuid columns
Aaron Patterson
2013-03-14
1
-0
/
+43