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
/
mysql2
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
1
-2
/
+2
*
Remove unnecessary `respond_to?(:report_on_exception)` checking
yuuji.yaginuma
2018-03-02
1
-2
/
+2
*
Fix `#columsn_for_distinct` of MySQL and PostgreSQL
kg8m
2018-02-27
1
-5
/
+5
*
Deprecate update_attributes and update_attributes!
Eddie Lebow
2018-02-17
1
-2
/
+2
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
4
-11
/
+11
*
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
*
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
*
|
Suppress expected exceptions by `report_on_exception` = `false`
Yasuo Honda
2017-12-14
1
-0
/
+2
|
/
*
Merge pull request #31230 from dinahshi/postgresql_extract_sql
Matthew Draper
2017-12-03
1
-2
/
+2
|
\
|
*
Extract sql fragment generators for alter table from PostgreSQL adapter
Dinah Shi
2017-12-02
1
-2
/
+2
*
|
Add new error class `QueryCanceled` which will be raised when canceling state...
Ryuta Kamizono
2017-11-27
1
-0
/
+27
*
|
Rename `TransactionTimeout` to more descriptive `LockWaitTimeout` (#31223)
Ryuta Kamizono
2017-11-27
1
-2
/
+2
|
/
*
Merge pull request #30980 from sobrinho/sobrinho/arel-star-ignored-columns
Rafael França
2017-11-13
1
-11
/
+11
|
\
|
*
Change tests to use models which don't ignore any columns
Jon Moss
2017-11-13
1
-11
/
+11
*
|
Add new error class `StatementTimeout` which will be raised when statement ti...
Ryuta Kamizono
2017-11-13
1
-0
/
+29
*
|
Raise `TransactionTimeout` when lock wait timeout exceeded for PG adapter
Ryuta Kamizono
2017-11-11
1
-1
/
+1
*
|
Should test actual error which is raised from the database
Ryuta Kamizono
2017-11-11
1
-1
/
+23
*
|
Enable `Style/RedundantReturn` rubocop rule, and fixed a couple more
Ryuta Kamizono
2017-11-01
1
-1
/
+1
|
/
*
Remove deprecated arguments from `#verify!`
Rafael Mendonça França
2017-10-23
1
-12
/
+0
*
MySQL: Don't lose `auto_increment: true` in the `db/schema.rb`
Ryuta Kamizono
2017-10-15
1
-0
/
+34
*
Omit the default limit for float columns (#28041)
Ryuta Kamizono
2017-08-27
1
-1
/
+1
*
Prefer to place a table options before `force: :cascade` (#28005)
Ryuta Kamizono
2017-08-27
1
-4
/
+4
*
Merge pull request #30360 from gcourtemanche/transaction_timedout
Rafael França
2017-08-22
1
-0
/
+6
|
\
|
*
Add TransactionTimeout for MySQL error code 1205
Gabriel Courtemanche
2017-08-22
1
-0
/
+6
*
|
Update links to use https instead of http [ci skip]
Yoshiyuki Hirano
2017-08-22
1
-1
/
+1
|
/
*
Merge remote-tracking branch 'origin/master' into unlock-minitest
Rafael Mendonça França
2017-08-01
19
-0
/
+38
|
\
|
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
19
-0
/
+38
*
|
Merge pull request #29380 from y-yagi/insert_environment_value_to_table_befor...
Kasper Timm Hansen
2017-07-15
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
Insert environment value to `InternalMetadata` after recreating the table
yuuji.yaginuma
2017-06-09
1
-0
/
+4
*
|
Use `information_schema` to extract `generation_expression` for MariaDB
Ryuta Kamizono
2017-07-07
1
-1
/
+1
*
|
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
19
-19
/
+0
*
|
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
19
-0
/
+19
*
|
Testing `ReservedWordTest` for all adapters
Ryuta Kamizono
2017-06-05
1
-151
/
+0
|
/
*
Consolidate database specific JSON types to `Type::Json`
Ryuta Kamizono
2017-05-30
1
-11
/
+4
*
Extract `JSONSharedTestCases`
Ryuta Kamizono
2017-05-22
1
-171
/
+5
*
Should escape meta characters in regexp
Ryuta Kamizono
2017-05-07
2
-6
/
+6
*
Don't fallback to utf8mb3 after MySQL 8.0.0
Ryuta Kamizono
2017-04-17
1
-2
/
+2
*
Remove duplicated "test" prefix
Ryuta Kamizono
2017-04-07
1
-2
/
+2
*
`valid_type?` should accept only supported types
Ryuta Kamizono
2017-02-28
1
-11
/
+0
*
Merge pull request #28167 from kirs/deprecate-verify-args
Matthew Draper
2017-02-26
1
-0
/
+12
|
\
|
*
Deprecate AbstractAdapter#verify! with arguments
Kir Shatrov
2017-02-25
1
-0
/
+12
*
|
Merge pull request #28169 from kirs/ensure-conn-verify
Matthew Draper
2017-02-26
1
-1
/
+1
|
\
\
|
*
|
Use ensure block for things we cleanup in tests
Kir Shatrov
2017-02-25
1
-1
/
+1
|
|
/
*
|
Fix `wait_timeout` to configurable for mysql2 adapter
Ryuta Kamizono
2017-02-24
1
-0
/
+16
*
|
Refactor `ColumnDefinition` to contain `options` hash
Ryuta Kamizono
2017-02-09
1
-2
/
+2
*
|
Merge pull request #27389 from kamipo/fix_mysql_pk_dumping_correctly
Jeremy Daer
2017-02-06
1
-60
/
+0
|
\
\
|
*
|
Restore the behaviour of the compatibility layer for integer-like PKs
Ryuta Kamizono
2017-02-04
1
-60
/
+0
|
|
/
[next]