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
/
money_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-7
/
+7
*
Display decimal defaults as strings to keep precision
John Gesimondo
2015-06-23
1
-1
/
+1
*
make it possible to run AR tests with bin/test
Yves Senn
2015-06-11
1
-1
/
+1
*
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
-4
/
+4
*
rm `Type#number?`
Sean Griffin
2015-02-07
1
-1
/
+0
*
Fix test cases for money, bit and bit_varying
Melody
2015-02-04
1
-2
/
+2
*
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
-7
/
+9
*
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
*
Add `force: true` to table created in tests
Sean Griffin
2014-12-22
1
-1
/
+1
*
Remove the `text?` predicate from the type objects
Sean Griffin
2014-07-06
1
-1
/
+0
*
Remove unneccessary special case for money in quoting
Sean Griffin
2014-07-03
1
-0
/
+24
*
Don't type cast the default on the column
Sean Griffin
2014-06-17
1
-2
/
+1
*
Rename `type_cast` to `type_cast_from_database`
Sean Griffin
2014-06-09
1
-4
/
+4
*
Revert "test pg, we don't care about the internal state of `column#default`."
Yves Senn
2014-06-03
1
-0
/
+2
*
pg, preserve money type when dumping schema and extract money default.
Yves Senn
2014-06-03
1
-4
/
+22
*
pg test, extract network address type tests into separate file.
Yves Senn
2014-05-22
1
-1
/
+1
*
pg, extract money tests into separate file.
Yves Senn
2014-05-21
1
-0
/
+54