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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Correctly dump `serial` and `bigserial`
Ryuta Kamizono
2015-03-04
1
-0
/
+60
*
|
Remove unused line
Ryuta Kamizono
2015-03-03
1
-1
/
+0
|
/
*
Add `SchemaMigration.create_table` support any unicode charsets for MySQL.
Ryuta Kamizono
2015-02-26
1
-2
/
+2
*
rework `disable_referential_integrity` for PostgreSQL.
Yves Senn
2015-02-24
1
-0
/
+89
*
Should handle array option for `:cast_as`
Ryuta Kamizono
2015-02-19
1
-0
/
+7
*
Prefer `drop_table if_exists: true` over raw SQL
Ryuta Kamizono
2015-02-18
18
-22
/
+22
*
prefer `drop_table if_exists: true` over raw SQL.
Yves Senn
2015-02-18
11
-11
/
+11
*
`type_cast_from_user` -> `cast`
Sean Griffin
2015-02-17
2
-5
/
+5
*
`type_cast_for_database` -> `serialize`
Sean Griffin
2015-02-17
7
-18
/
+18
*
`Type#type_cast_from_database` -> `Type#deserialize`
Sean Griffin
2015-02-17
7
-25
/
+25
*
Extract `DateTimePrecisionTest`
Ryuta Kamizono
2015-02-13
3
-271
/
+0
*
pg tests, be clear about the missing type that causes a test skip.
Yves Senn
2015-02-12
1
-7
/
+6
*
The datetime precision with zero should be dumped
Ryuta Kamizono
2015-02-11
1
-22
/
+39
*
Refactor microsecond precision to be database agnostic
Sean Griffin
2015-02-10
4
-19
/
+7
*
Fix rounding problem for PostgreSQL timestamp column
Ryuta Kamizono
2015-02-08
1
-0
/
+16
*
Merge pull request #18602 from kamipo/respect_database_charset_and_collation
Andrew White
2015-02-08
1
-4
/
+12
|
\
|
*
Respect the database default charset for `schema_migrations` table.
Ryuta Kamizono
2015-02-08
1
-4
/
+12
*
|
Remove unused line
Ryuta Kamizono
2015-02-08
1
-1
/
+0
|
/
*
rm `Type#number?`
Sean Griffin
2015-02-07
14
-19
/
+0
*
Fix test cases for money, bit and bit_varying
Melody
2015-02-04
2
-2
/
+4
*
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
20
-20
/
+0
*
Remove most type related predicates from `Column`
Sean Griffin
2015-01-30
15
-70
/
+107
*
Always convert strings to UTF-8, regardless of column type in SQLite
Sean Griffin
2015-01-28
1
-1
/
+1
*
Remove Relation#bind_params
Sean Griffin
2015-01-27
7
-24
/
+33
*
Fix test failure on PG caused by 7c6f3938dee47f093
Sean Griffin
2015-01-23
1
-2
/
+2
*
Don't error when invalid json is assigned to a JSON column
Sean Griffin
2015-01-21
1
-0
/
+8
*
tests, use `drop_table if_exists: true` in our test suite.
Yves Senn
2015-01-20
1
-1
/
+1
*
Should escape regexp wildcard character `.`
Ryuta Kamizono
2015-01-19
11
-14
/
+14
*
Stop passing a column to `quote` in tests
Sean Griffin
2015-01-10
2
-6
/
+7
*
remove deprecated support for PG ranges with exclusive lower bounds.
Yves Senn
2015-01-05
1
-27
/
+5
*
Prefer `array?` rather than `array`
Ryuta Kamizono
2015-01-04
14
-20
/
+20
*
Merge pull request #18067 from kamipo/format_datetime_string_according_to_pre...
Rafael Mendonça França
2015-01-02
2
-0
/
+174
|
\
|
*
Format the datetime string according to the precision of the datetime field.
Ryuta Kamizono
2015-01-02
2
-0
/
+34
|
*
Allow precision option for MySQL datetimes.
Ryuta Kamizono
2015-01-02
2
-0
/
+140
|
/
*
Stop explicitly passing `nil` as the column to `type_cast`
Sean Griffin
2015-01-01
1
-12
/
+12
*
Stop depending on columns for type information in PG quoting tests
Sean Griffin
2015-01-01
2
-30
/
+29
*
Stop relying on columns for type information in mysql2 casting tests
Sean Griffin
2015-01-01
1
-4
/
+2
*
Stop relying on columns in mysql quoting tests
Sean Griffin
2015-01-01
1
-6
/
+2
*
Stop relying on columns in sqlite quoting tests
Sean Griffin
2015-01-01
1
-22
/
+1
*
Ensures that primary_key method will return nil when multi-pk
Arthur Neves
2014-12-30
3
-0
/
+18
*
Go through normal `where` logic when preloading associations
Sean Griffin
2014-12-26
3
-3
/
+3
*
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
*
Add `force: true` to table created in tests
Sean Griffin
2014-12-22
1
-1
/
+1
*
Correctly handle limit on int4 and int8 types in PG
Sean Griffin
2014-12-22
1
-0
/
+25
*
`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
*
Fix undesirable RangeError by Type::Integer. Add Type::UnsignedInteger.
Ryuta Kamizono
2014-12-12
2
-0
/
+60
*
Update test case for TZ aware attributes
Sean Griffin
2014-12-08
1
-4
/
+14
*
Allow custom handling of non-standard types in `time_zone_conversion`
Sean Griffin
2014-12-08
1
-0
/
+6
[prev]
[next]