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
/
composite_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-5
/
+5
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-6
/
+6
*
make it possible to run AR tests with bin/test
Yves Senn
2015-06-11
1
-2
/
+2
*
Prefer `drop_table if_exists: true` over raw SQL
Ryuta Kamizono
2015-02-18
1
-1
/
+1
*
`type_cast_from_user` -> `cast`
Sean Griffin
2015-02-17
1
-1
/
+1
*
`type_cast_for_database` -> `serialize`
Sean Griffin
2015-02-17
1
-1
/
+1
*
`Type#type_cast_from_database` -> `Type#deserialize`
Sean Griffin
2015-02-17
1
-1
/
+1
*
rm `Type#number?`
Sean Griffin
2015-02-07
1
-2
/
+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
-4
/
+8
*
Prefer `array?` rather than `array`
Ryuta Kamizono
2015-01-04
1
-2
/
+2
*
Remove the `text?` predicate from the type objects
Sean Griffin
2014-07-06
1
-2
/
+0
*
Introduce an Attribute object to handle the type casting dance
Sean Griffin
2014-06-13
1
-1
/
+1
*
Make `_before_type_cast` actually be before type cast
Sean Griffin
2014-06-09
1
-1
/
+5
*
test pg, rm unused requires.
Yves Senn
2014-06-03
1
-2
/
+0
*
Remove most code related to serialized properties
Sean Griffin
2014-06-01
1
-0
/
+1
*
Move types to the top level `ActiveRecord` namespace
Sean Griffin
2014-05-27
1
-1
/
+1
*
Add an interface for type objects to control Ruby => SQL
Sean Griffin
2014-05-26
1
-1
/
+0
*
Use the generic type map for all PG type registrations
Sean Griffin
2014-05-22
1
-9
/
+1
*
Delegate predicate methods to injected type object on Column
Sean Griffin
2014-05-20
1
-1
/
+1
*
Delegate `Column#type` to the injected type object
Sean Griffin
2014-05-19
1
-1
/
+0
*
pg, clarify default behavior for composite types.
Yves Senn
2014-05-13
1
-7
/
+94
*
PostgreSQL, test cases to lock the current column types.
Yves Senn
2014-03-28
1
-0
/
+11
*
Use teardown helper method.
Guo Xiang Tan
2014-03-14
1
-1
/
+1
*
test case to illustrate current PostgreSQL composite behavior.
Yves Senn
2014-02-11
1
-0
/
+42