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
...
*
|
Correct spelling
Benjamin Fleischer
2017-02-05
2
-3
/
+3
|
/
*
Virtual/generated column support for MySQL 5.7.5+ and MariaDB 5.2.0+
Ryuta Kamizono
2017-02-01
2
-8
/
+74
*
Deprecate `initialize_schema_migrations_table` and `initialize_internal_metad...
Ryuta Kamizono
2017-01-20
1
-2
/
+2
*
Revert "Merge pull request #27718 from kamipo/remove_internal_public_methods"
Matthew Draper
2017-01-20
1
-2
/
+2
*
Remove `initialize_schema_migrations_table` and `initialize_internal_metadata...
Ryuta Kamizono
2017-01-18
1
-2
/
+2
*
activerecord/test: Fix Mysql2ConnectionTest#test_execute_after_disconnect
Dylan Thacker-Smith
2017-01-09
1
-1
/
+2
*
"Use assert_nil if expecting nil from ...:in `...'. This will fail in MT6."
Akira Matsuda
2016-12-25
1
-2
/
+2
*
Privatize unneededly protected methods in Active Record tests
Akira Matsuda
2016-12-24
1
-1
/
+1
*
Merge pull request #27329 from kamipo/simplify_unsigned_regex
Eileen M. Uchitelle
2016-12-17
1
-1
/
+1
|
\
|
*
Simplify the regex for `unsigned?` method
Ryuta Kamizono
2016-12-11
1
-1
/
+1
*
|
fix new warning in ruby 2.4
yuuji.yaginuma
2016-12-14
1
-1
/
+1
|
/
*
Translate numeric value out of range to the specific exception
Ryuta Kamizono
2016-12-06
1
-2
/
+2
*
Merge pull request #26687 from kamipo/fix_add_index_to_normalize_options
Matthew Draper
2016-12-06
1
-0
/
+3
|
\
|
*
Fix `add_index` to normalize column names and options
Ryuta Kamizono
2016-10-03
1
-0
/
+3
*
|
Make pg adapter use bigserial for pk by default
Pavel Pravosud
2016-12-05
2
-0
/
+73
*
|
Fix that unsigned with zerofill is treated as signed
Ryuta Kamizono
2016-11-27
1
-0
/
+1
*
|
abort_on_exception can't be disabled for a single thread
Matthew Draper
2016-11-27
1
-2
/
+4
*
|
We expect exceptions; abort will just raise in the wrong place
Matthew Draper
2016-11-27
1
-9
/
+13
*
|
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
4
-13
/
+13
*
|
Use Regexp#match? rather than Regexp#===
Ryuta Kamizono
2016-10-26
1
-1
/
+1
*
|
Fix brittle tests which were relying on the error message text from mysql2 gem
Prathamesh Sonpatki
2016-10-23
1
-4
/
+4
*
|
Update mysql adapter error message when disconnected
Guillermo Iguaran
2016-10-22
1
-2
/
+2
|
/
*
Serialize JSON attribute value nil as SQL NULL, not JSON 'null'
Trung Duc Tran
2016-09-23
1
-0
/
+16
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-3
/
+3
*
Address `warning: ambiguous first argument; put parentheses or a space even a...
Yasuo Honda
2016-09-13
1
-2
/
+2
*
activerecord/mysql2: Avoid setting @connection to nil, just close it
Dylan Thacker-Smith
2016-09-08
1
-0
/
+21
*
Remove unused `blob_or_text_column?` method
Ryuta Kamizono
2016-08-19
1
-5
/
+0
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
5
-21
/
+21
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
2
-2
/
+1
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
5
-168
/
+168
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
2
-9
/
+9
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
5
-34
/
+34
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
18
-149
/
+149
*
The problem isn't the detection but the deadlock itself
David Heinemeier Hansson
2016-08-04
1
-2
/
+2
*
Merge pull request #25107 from Erol/introduce-new-ar-transaction-error-classes
Rafael Mendonça França
2016-08-03
1
-20
/
+13
|
\
|
*
Introduce new ActiveRecord transaction error classes
Erol Fornoles
2016-05-24
1
-20
/
+13
*
|
Extract foreign key action from `information_schema`
Ryuta Kamizono
2016-06-07
1
-0
/
+21
*
|
Do not include default column limit in schema.rb
Ryuta Kamizono
2016-05-31
1
-1
/
+1
|
/
*
Add AR::TransactionSerializationError for transaction serialization failures ...
Erol Fornoles
2016-05-21
1
-0
/
+62
*
Should quote `lock_name` to pass to `get_advisory_lock`
Ryuta Kamizono
2016-05-10
1
-3
/
+3
*
Followup of #24835
Vipul A M
2016-05-03
1
-2
/
+2
*
Extract `add_sql_comment!` method
Ryuta Kamizono
2016-04-29
1
-3
/
+3
*
Dont simply assume a type is a valid database type. This is only always true ...
Vipul A M
2016-04-25
1
-0
/
+11
*
Properly serialize all JSON primitives in the AR JSON type
Sean Griffin
2016-04-13
1
-4
/
+11
*
Support microsecond datetime precision on MariaDB 5.3+.
Jeremy Daer
2016-04-08
2
-21
/
+45
*
Use `QUOTED_TRUE` and `QUOTED_FALSE` instead of magic strings
yui-knk
2016-04-05
1
-2
/
+12
*
Append sql_mode instead of overwriting in strict mode
Ryuta Kamizono
2016-03-13
1
-25
/
+25
*
Merge pull request #23797 from kamipo/case_sensitive_comparison_for_non_strin...
Rafael França
2016-03-11
1
-0
/
+9
|
\
|
*
The BINARY Operator is only needed for string columns
Ryuta Kamizono
2016-02-22
1
-0
/
+9
*
|
Dump `bigint` instead of `integer` with `limit: 8` for schema dumper
Ryuta Kamizono
2016-03-11
1
-1
/
+1
[prev]
[next]