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
*
Deprecate `active_support/core_ext/hash/compact`
yuuji.yaginuma
2018-03-02
1
-2
/
+0
*
PostgreSQL adapter also supports bulk alter since #31331 [ci skip]
yuuji.yaginuma
2018-03-02
1
-1
/
+1
*
Use `delegate private: true` for `SchemaCreation`
Ryuta Kamizono
2018-03-02
2
-5
/
+3
*
Fix `#columsn_for_distinct` of MySQL and PostgreSQL
kg8m
2018-02-27
2
-2
/
+2
*
PostgreSQL: Allow BC dates like datetime consistently
Ryuta Kamizono
2018-02-23
1
-0
/
+3
*
PostgreSQL: Treat infinite values in date like datetime consistently
Ryuta Kamizono
2018-02-23
3
-1
/
+23
*
Use private attr_reader
Ryuta Kamizono
2018-02-23
1
-2
/
+1
*
Rails 6 requires Ruby 2.3+
Jeremy Daer
2018-02-17
2
-10
/
+2
*
Fix frozen string concatenation by indicating that it's mutable
Jeremy Daer
2018-02-16
1
-1
/
+1
*
Remove usage of strip_heredoc in the framework in favor of <<~
Rafael Mendonça França
2018-02-16
3
-13
/
+9
*
Prefer `@connection.abandon_results!` than `@connection.next_result while @co...
Ryuta Kamizono
2018-02-04
1
-1
/
+1
*
Add nodoc to `migrations_paths` and `migration_context` in `AbstractAdapter`
Ryuta Kamizono
2018-02-04
1
-2
/
+2
*
Merge pull request #31814 from fatkodima/index-nulls-order
Rafael França
2018-01-29
1
-2
/
+6
|
\
|
*
Dump correctly index nulls order for postgresql
fatkodima
2018-01-28
1
-2
/
+6
*
|
Extract `discard_remaining_results` for mysql2 adapter
Ryuta Kamizono
2018-01-29
2
-4
/
+6
*
|
Define `supports_foreign_tables?` in AbstractAdapter
Yasuo Honda
2018-01-28
1
-0
/
+5
|
/
*
Bring back ability to insert zero value on primary key for fixtures (#31795)
Ryuta Kamizono
2018-01-26
3
-22
/
+8
*
Update note on MySQL index order support [ci skip]
Eugene Kenny
2018-01-26
1
-1
/
+1
*
Add test case for deprecated `insert_fixtures`
Ryuta Kamizono
2018-01-26
1
-3
/
+5
*
Make discard safe when it follows a manual disconnect
Matthew Draper
2018-01-25
1
-1
/
+1
*
Merge pull request #31773 from dinahshi/postgresql_bulk_patch
Matthew Draper
2018-01-24
1
-1
/
+1
|
\
|
*
Use concat to join procs arrays in bulk_change_table
Dinah Shi
2018-01-23
1
-1
/
+1
*
|
Merge pull request #31422 from Edouard-chin/multistatement-fixtures
Matthew Draper
2018-01-24
3
-21
/
+114
|
\
\
|
*
|
Allow a 2 bytes margin:
Edouard CHIN
2018-01-23
1
-1
/
+2
|
*
|
Combine delete and insert statements in the same query
Edouard CHIN
2018-01-22
2
-13
/
+10
|
*
|
Build a multi-statement query when inserting fixtures:
Edouard CHIN
2018-01-22
3
-21
/
+116
*
|
|
Support for PostgreSQL foreign tables
fatkodima
2018-01-22
2
-1
/
+15
*
|
|
Merge pull request #24964 from vipulnsward/true-false
Matthew Draper
2018-01-23
1
-2
/
+2
|
\
\
\
|
*
|
|
Dont perform unnecessary check with false, just use true/false values for @ac...
Vipul A M
2016-05-11
1
-2
/
+2
*
|
|
|
Merge pull request #31732 from koic/enable_autocorrect_for_lint_end_alignment...
Matthew Draper
2018-01-19
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Enable autocorrect for `Lint/EndAlignment` cop
Koichi ITO
2018-01-18
1
-1
/
+1
*
|
|
|
|
Refactor migration to move migrations paths to connection
eileencodes
2018-01-18
3
-4
/
+12
|
/
/
/
/
*
|
|
|
`create_database` should not add default charset when `collation` is given
Ryuta Kamizono
2018-01-15
1
-1
/
+1
*
|
|
|
PostgreSQL: Allow pg-1.0 gem to be used with ActiveRecord
Lars Kanis
2018-01-10
1
-1
/
+1
*
|
|
|
Revert commit 4ec5b0d6b4d8a57e034b1014942356e95caf47aa in favor of #28379
Ryuta Kamizono
2018-01-07
1
-6
/
+1
*
|
|
|
Deprecate `valid_alter_table_type?` in sqlite3 adapter
Ryuta Kamizono
2018-01-04
1
-7
/
+12
*
|
|
|
Correctly handle infinity value in PostgreSQL range type
yuuji.yaginuma
2018-01-04
2
-2
/
+10
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #31331 from dinahshi/postgresql_bulk_update
Matthew Draper
2018-01-03
2
-5
/
+40
|
\
\
\
|
*
|
|
Add bulk alter support for PostgreSQL
Dinah Shi
2017-12-06
2
-5
/
+40
*
|
|
|
Merge pull request #25456 from ojab/master
Ryuta Kamizono
2018-01-03
1
-3
/
+1
|
\
\
\
\
|
*
|
|
|
Remove dormant check
ojab
2016-06-21
1
-3
/
+1
*
|
|
|
|
Fix recreating partial indexes after alter table for sqlite
fatkodima
2017-12-31
1
-0
/
+1
*
|
|
|
|
Make `sql_type` of primary key in SQLite to comparable with an integer (#28008)
Ryuta Kamizono
2017-12-26
1
-1
/
+1
*
|
|
|
|
Fix `add_column` with :primary_key type compatibility for SQLite
fatkodima
2017-12-25
1
-1
/
+1
*
|
|
|
|
Fix Illegal parameter data type bigint for operation 'get_lock' error
Ivan Zinovyev
2017-12-20
1
-2
/
+2
*
|
|
|
|
Remove passing needless empty string `options` in `create_table`
Ryuta Kamizono
2017-12-20
2
-4
/
+1
*
|
|
|
|
Merge pull request #31177 from albertoalmagro/remove-default-mysql-engine-fro...
Matthew Draper
2017-12-20
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Remove default ENGINE=InnoDB for Mysql2 adapter
Alberto Almagro
2017-12-11
1
-1
/
+1
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Quote primary key in the subselect generated by mysql2 adapter
Ryuta Kamizono
2017-12-19
1
-1
/
+2
*
|
|
|
|
Suppress `warning: BigDecimal.new is deprecated` in activerecord
Yasuo Honda
2017-12-13
1
-1
/
+1
[next]