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
/
lib
/
active_record
/
connection_adapters
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo in loading error message
yuuji.yaginuma
2017-10-09
1
-1
/
+1
*
Distinguish missing adapter gems from load errors within the adapter
Jeremy Daer
2017-10-08
1
-3
/
+15
*
Add JSON attribute test cases for SQLite3 adapter
Ryuta Kamizono
2017-10-05
2
-1
/
+2
*
Prefer official name PostgreSQL over Postgres
Ryuta Kamizono
2017-10-04
1
-2
/
+2
*
`Postgres::OID::Range` serializes to a `Range`, quote in `Quoting`
Thomas Cannon
2017-09-26
2
-1
/
+9
*
Preload digest/sha2 to avoid thread safe error.
Francesco Rodriguez
2017-09-25
1
-1
/
+1
*
Extract `integer_like_primary_key_type` to ease to handle it for adapters
Ryuta Kamizono
2017-09-25
4
-17
/
+18
*
Move integer-like primary key normalization to `new_column_definition`
Ryuta Kamizono
2017-09-23
5
-31
/
+27
*
Prevent extra `column_for` for `change_column_{default,null,comment}`
Ryuta Kamizono
2017-09-23
1
-7
/
+4
*
`index_name` should be quoted
Ryuta Kamizono
2017-09-22
1
-1
/
+1
*
Return nil if table comment is blank
Ryuta Kamizono
2017-09-22
1
-1
/
+1
*
Implement change_table_comment and change_column_comment for MySql Adapter
Alecs Popa
2017-09-22
1
-0
/
+10
*
Merge pull request #30656 from yskkin/add_column_doc
Ryuta Kamizono
2017-09-20
1
-0
/
+2
|
\
|
*
Add :comment option for add_column [ci skip]
Yoshiyuki Kinjo
2017-09-20
1
-0
/
+2
*
|
Fix collided sequence name detection
Ryuta Kamizono
2017-09-18
1
-1
/
+8
|
/
*
Don't use `quoted_table_name` in `limited_ids_for`
Ryuta Kamizono
2017-09-14
1
-1
/
+5
*
Fix `quote_default_expression` for UUID with array default
Ryuta Kamizono
2017-09-08
1
-1
/
+1
*
Should quote composite primary key names
Ryuta Kamizono
2017-09-04
1
-1
/
+1
*
`add_reference` should respect column position for both reference id and type...
Ryuta Kamizono
2017-09-01
1
-1
/
+1
*
Merge pull request #30445 from prathamesh-sonpatki/fix-30441
Kasper Timm Hansen
2017-08-28
1
-0
/
+2
|
\
|
*
Clarify that bulk option is supported only by MySQL [ci skip]
Prathamesh Sonpatki
2017-08-29
1
-0
/
+2
*
|
Omit the default limit for float columns (#28041)
Ryuta Kamizono
2017-08-27
1
-1
/
+1
|
/
*
Use tt in doc for ActiveRecord [ci skip]
Yoshiyuki Hirano
2017-08-27
1
-2
/
+2
*
Merge pull request #30337 from kamipo/refactor_schema_dumper
Ryuta Kamizono
2017-08-24
12
-49
/
+47
|
\
|
*
Refactor `SchemaDumper` to make it possible to adapter specific customization
Ryuta Kamizono
2017-08-22
12
-35
/
+48
|
*
Remove deprecated `#migration_keys`
Ryuta Kamizono
2017-08-22
3
-15
/
+0
*
|
Merge pull request #30360 from gcourtemanche/transaction_timedout
Rafael França
2017-08-22
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
Add TransactionTimeout for MySQL error code 1205
Gabriel Courtemanche
2017-08-22
1
-0
/
+3
*
|
Update links to use https instead of http [ci skip]
Yoshiyuki Hirano
2017-08-22
6
-7
/
+7
|
/
*
Prevent extra `SET time zone` in `configure_connection` (#28413)
Ryuta Kamizono
2017-08-21
1
-6
/
+8
*
Require "active_support/core_ext/hash/compact" for `compact!`
Ryuta Kamizono
2017-08-21
1
-0
/
+2
*
Place `update_table_definition` consistently in `SchemaStatements`
Ryuta Kamizono
2017-08-21
6
-12
/
+12
*
Don't expose `prepare_column_options`
Ryuta Kamizono
2017-08-21
3
-52
/
+30
*
Register integer types limit correctly for postgresql adapter (#26386)
Ryuta Kamizono
2017-08-20
1
-15
/
+4
*
Restore the ability that SQL with binds for `insert`, `update`, and `delete` ...
Ryuta Kamizono
2017-08-18
1
-6
/
+6
*
Restore `to_sql` to return only SQL (#29945)
Ryuta Kamizono
2017-08-18
5
-11
/
+14
*
Fix RDoc formatting: `+` doesn't work with `@`
ohbarye
2017-08-11
1
-5
/
+5
*
Start `@reaper.run` after connection pool initialized
Ryuta Kamizono
2017-08-11
1
-2
/
+3
*
Merge pull request #30108 from yui-knk/require_concurrent_map
Rafael França
2017-08-08
1
-0
/
+2
|
\
|
*
Add missed `require`
yui-knk
2017-08-07
1
-0
/
+2
*
|
[ci skip] Postgres --> PostgreSQL
Ryuta Kamizono
2017-08-08
1
-1
/
+1
|
/
*
Fix all rubocop violations
Rafael Mendonça França
2017-08-03
1
-2
/
+2
*
Change http postgresql.org links to https [ci skip]
yuuji.yaginuma
2017-07-30
3
-6
/
+6
*
Use `predicate_builder.build_bind_attribute` wherever possible
Ryuta Kamizono
2017-07-28
2
-4
/
+4
*
Clarify add_column limit documentation
Lisa Ugray
2017-07-25
1
-0
/
+1
*
Fix test failures when prepared statements are disabled
Sean Griffin
2017-07-24
2
-3
/
+26
*
Fix build failures on MySQL
Sean Griffin
2017-07-24
2
-2
/
+2
*
Refactor Active Record to let Arel manage bind params
Sean Griffin
2017-07-24
8
-62
/
+56
*
Merge pull request #29870 from kamipo/use_true_false_literals
Sean Griffin
2017-07-22
2
-14
/
+4
|
\
|
*
Use `TRUE` and `FALSE` boolean literals for MySQL
Ryuta Kamizono
2017-07-20
2
-14
/
+6
[next]