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
*
Add a native JSON data type support in MySQL
Ryuta Kamizono
2015-08-18
1
-0
/
+172
*
use `assert_not` instead of `refute` as mentioned in our guides.
Yves Senn
2015-08-13
2
-2
/
+2
*
Remove @connection instance variable only when defined
Yasuo Honda
2015-07-26
1
-2
/
+2
*
Remove ivar only when defined
Akira Matsuda
2015-07-24
1
-2
/
+2
*
Ensure that microsecond precision is only used for version of mysql that supp...
Jori Hardman
2015-07-20
2
-0
/
+35
*
Display decimal defaults as strings to keep precision
John Gesimondo
2015-06-23
2
-1
/
+6
*
make it possible to run AR tests with bin/test
Yves Senn
2015-06-11
76
-223
/
+203
*
Return a `Point` object from the PG Point type
Sean Griffin
2015-06-05
1
-11
/
+108
*
Add collation support for string and text columns in SQLite3
Akshay Vishnoi
2015-05-28
2
-4
/
+57
*
If specify `strict: :default` explicitly, do not set sql_mode.
Ryuta Kamizono
2015-05-26
2
-0
/
+18
*
More exercise the create index sql tests
Ryuta Kamizono
2015-05-04
2
-0
/
+74
*
Merge pull request #17569 from kamipo/dump_table_options
Rafael Mendonça França
2015-05-03
2
-0
/
+84
|
\
|
*
Correctly dump `:options` on `create_table` for MySQL
Ryuta Kamizono
2015-05-03
2
-0
/
+84
*
|
PostgreSQL: `:collation` support for string and text columns
Ryuta Kamizono
2015-05-04
1
-0
/
+53
*
|
Remove unused require
Ryuta Kamizono
2015-05-03
2
-2
/
+0
|
/
*
Use `use_transactional_tests` in Active Record
Prem Sichanugrist
2015-04-10
2
-2
/
+2
*
Merge pull request #17574 from kamipo/charset_collation_options
Jeremy Kemper
2015-04-07
2
-0
/
+108
|
\
|
*
Add `:charset` and `:collation` options support for MySQL string and text col...
Ryuta Kamizono
2015-03-06
2
-0
/
+108
*
|
PostgreSQL, Fix OID based type casts in C for primitive types.
Lars Kanis
2015-03-25
4
-13
/
+13
*
|
PostgreSQL, Add test case for "Infinity" string assignment to float columns.
Lars Kanis
2015-03-22
1
-0
/
+9
*
|
Don't cast nil to string in pg enums
Sean Griffin
2015-03-19
1
-0
/
+8
*
|
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
14
-14
/
+14
*
|
pg, `disable_referential_integrity` only catches AR errors.
Yves Senn
2015-03-11
1
-1
/
+23
*
|
Fix json_test
palkan
2015-03-11
1
-0
/
+1
*
|
Fix intermittent test failures
Sean Griffin
2015-03-09
1
-0
/
+1
*
|
Fix intermittent test failures
Sean Griffin
2015-03-09
1
-0
/
+1
|
/
*
Remove duplicated test
Ryuta Kamizono
2015-03-04
1
-20
/
+0
*
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
[next]