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
...
*
Use utf8mb4 character set by default for MySQL database (#33608)
Yasuo Honda
2018-09-11
2
-3
/
+3
*
`supports_xxx?` returns whether a feature is supported by the backend
Ryuta Kamizono
2018-09-08
3
-41
/
+0
*
Merge pull request #32647 from eugeneius/lazy_transactions
Matthew Draper
2018-08-23
3
-1
/
+6
|
\
|
*
Omit BEGIN/COMMIT statements for empty transactions
Eugene Kenny
2018-08-13
3
-1
/
+6
*
|
Add database configuration to disable advisory locks.
Guo Xiang Tan
2018-08-22
3
-0
/
+41
|
/
*
PostgreSQL 10 new relkind for partitioned tables (#31336)
Yannick Schutz
2018-07-27
1
-0
/
+22
*
Normalize time value not to be affected by summer time
Ryuta Kamizono
2018-07-25
1
-0
/
+26
*
Replace Mocha#stubs with assert_called_with
utilum
2018-07-22
1
-6
/
+11
*
Replace some more Mocha#stub calls with Minitest
utilum
2018-07-17
1
-3
/
+4
*
Remove unnecessary Mocha stubs
utilum
2018-07-07
1
-1
/
+0
*
Merge pull request #33242 from brasic/sqlite-readonly
Ryuta Kamizono
2018-07-03
1
-0
/
+33
|
\
|
*
Support readonly option in SQLite3Adapter
Carl Brasic
2018-07-02
1
-0
/
+33
|
/
*
OS X -> macOS [Closes #30313]
Xavier Noria
2018-06-23
1
-1
/
+1
*
CI against MariaDB 10.3
Yasuo Honda
2018-06-01
1
-1
/
+3
*
Parse raw value only when a value came from user in numericality validator
Ryuta Kamizono
2018-05-28
1
-1
/
+4
*
Make force equality checking more strictly not to allow serialized attribute
Ryuta Kamizono
2018-05-25
1
-0
/
+6
*
Fix `CustomCops/AssertNot` to allow it to have failure message
Ryuta Kamizono
2018-05-13
4
-5
/
+5
*
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
1
-2
/
+2
*
Normalize date component when writing to time columns
Andrew White
2018-03-11
1
-0
/
+7
*
Remove unnecessary `respond_to?(:report_on_exception)` checking
yuuji.yaginuma
2018-03-02
2
-4
/
+4
*
Fix `#columsn_for_distinct` of MySQL and PostgreSQL
kg8m
2018-02-27
2
-15
/
+15
*
PostgreSQL: Allow BC dates like datetime consistently
Ryuta Kamizono
2018-02-23
1
-0
/
+18
*
PostgreSQL: Treat infinite values in date like datetime consistently
Ryuta Kamizono
2018-02-23
2
-0
/
+63
*
Deprecate update_attributes and update_attributes!
Eddie Lebow
2018-02-17
2
-4
/
+4
*
Dump correctly index nulls order for postgresql
fatkodima
2018-01-28
2
-0
/
+34
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
21
-72
/
+72
*
Change refute to assert_not
Daniel Colson
2018-01-25
2
-3
/
+3
*
Use respond_to test helpers
Daniel Colson
2018-01-25
2
-3
/
+3
*
Merge pull request #31422 from Edouard-chin/multistatement-fixtures
Matthew Draper
2018-01-24
1
-1
/
+3
|
\
|
*
Build a multi-statement query when inserting fixtures:
Edouard CHIN
2018-01-22
1
-1
/
+3
*
|
Support for PostgreSQL foreign tables
fatkodima
2018-01-22
1
-0
/
+109
*
|
Refactor migration to move migrations paths to connection
eileencodes
2018-01-18
1
-1
/
+1
*
|
`create_database` should not add default charset when `collation` is given
Ryuta Kamizono
2018-01-15
1
-1
/
+1
*
|
Deprecate `valid_alter_table_type?` in sqlite3 adapter
Ryuta Kamizono
2018-01-04
1
-0
/
+4
*
|
Correctly handle infinity value in PostgreSQL range type
yuuji.yaginuma
2018-01-04
1
-0
/
+12
*
|
Fix recreating partial indexes after alter table for sqlite
fatkodima
2017-12-31
1
-0
/
+17
*
|
SQLite: Add more test cases for adding primary key
Ryuta Kamizono
2017-12-26
1
-0
/
+52
*
|
Remove passing needless empty string `options` in `create_table`
Ryuta Kamizono
2017-12-20
1
-3
/
+3
*
|
Merge pull request #31177 from albertoalmagro/remove-default-mysql-engine-fro...
Matthew Draper
2017-12-20
2
-3
/
+78
|
\
\
|
*
|
Remove default ENGINE=InnoDB for Mysql2 adapter
Alberto Almagro
2017-12-11
2
-3
/
+78
|
|
/
*
|
Remove needless `change_table`
Ryuta Kamizono
2017-12-15
1
-6
/
+2
*
|
Suppress expected exceptions by `report_on_exception` = `false`
Yasuo Honda
2017-12-14
1
-0
/
+2
*
|
Suppress `warning: BigDecimal.new is deprecated` in activerecord
Yasuo Honda
2017-12-13
5
-13
/
+13
*
|
Suppress expected exceptions by `report_on_exception` = `false` in Ruby 2.5
Yasuo Honda
2017-12-13
1
-0
/
+2
|
/
*
SQLite: Fix `copy_table` with composite primary keys
Ryuta Kamizono
2017-12-08
1
-2
/
+29
*
Merge pull request #31327 from aellispierce/custom-id-change-table-sqlite
Eileen M. Uchitelle
2017-12-07
1
-0
/
+18
|
\
|
*
Fix sqlite migrations with custom primary keys
Ashley Ellis Pierce
2017-12-06
1
-0
/
+18
*
|
Emulate JSON types for SQLite3 adapter (#29664)
Ryuta Kamizono
2017-12-03
1
-2
/
+2
*
|
Refactor `length`, `order`, and `opclass` index options dumping
Ryuta Kamizono
2017-12-03
1
-3
/
+3
*
|
Merge pull request #31230 from dinahshi/postgresql_extract_sql
Matthew Draper
2017-12-03
1
-2
/
+2
|
\
\
|
|
/
|
/
|
[prev]
[next]