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
*
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
*
|
Merge pull request #29869 from kamipo/make_type_map_to_private
Rafael França
2017-07-21
4
-17
/
+16
|
\
\
|
*
|
Make `type_map` to private because it is only used in the connection adapter
Ryuta Kamizono
2017-07-20
4
-17
/
+16
|
|
/
*
/
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
69
-0
/
+138
|
/
*
Fix type casting a time for MariaDB
Ryuta Kamizono
2017-07-19
1
-1
/
+0
*
Merge pull request #29785 from cswilliams/rescue_postgres_connection_errors_o...
Sean Griffin
2017-07-18
1
-0
/
+1
|
\
|
*
Catch postgres connection errors when trying to dealloc the statement pool
Chris Williams
2017-07-13
1
-0
/
+1
*
|
Don't convert dates to strings when using prepared statements in mysql
Sean Griffin
2017-07-18
1
-0
/
+8
*
|
Set `represent_boolean_as_integer` via `configuration`
yuuji.yaginuma
2017-07-16
1
-1
/
+1
*
|
Fix boolean column migration script
yuuji.yaginuma
2017-07-13
1
-1
/
+1
|
/
*
Merge pull request #29699 from lugray/represent_boolean_as_integer
Matthew Draper
2017-07-12
3
-4
/
+38
|
\
|
*
Change sqlite3 boolean serialization to use 1 and 0
Lisa Ugray
2017-07-11
3
-4
/
+38
*
|
[Action Record] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
1
-0
/
+1
|
/
*
Merge pull request #29655 from kirs/frozen-friendly-ap-ar
Matthew Draper
2017-07-10
1
-1
/
+2
|
\
|
*
Prepare AP and AR to be frozen string friendly
Kir Shatrov
2017-07-06
1
-1
/
+2
*
|
Merge pull request #29715 from reverbdotcom/ptd/fix-invalid-uuids
Matthew Draper
2017-07-09
1
-1
/
+1
|
\
\
[next]