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
*
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