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