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
*
Merge pull request #29135 from Nerian/document_support_for_composite_primary_...
Eileen M. Uchitelle
2017-06-02
1
-0
/
+19
|
\
|
*
Document support for composite primary keys
Nerian
2017-05-18
1
-0
/
+19
*
|
Merge pull request #29220 from kamipo/consolidate_database_specific_json_types
Matthew Draper
2017-06-01
4
-7
/
+5
|
\
\
|
*
|
Consolidate database specific JSON types to `Type::Json`
Ryuta Kamizono
2017-05-30
4
-7
/
+5
*
|
|
Support PostgreSQL 10 `pg_sequence`
Yasuo Honda
2017-05-30
1
-1
/
+9
|
/
/
*
|
Merge pull request #29273 from kamipo/deserialize_raw_value_from_database_for...
Rafael França
2017-05-29
2
-15
/
+0
|
\
\
|
*
|
Deserialize a raw value from the database in `changed_in_place?` for `Abstrac...
Ryuta Kamizono
2017-05-30
2
-15
/
+0
*
|
|
Fix UUID column with `null: true` and `default: nil`
Ryuta Kamizono
2017-05-30
1
-1
/
+1
|
/
/
*
|
Merge pull request #29248 from yawboakye/rename-should-rename-table-pkey
Guillermo Iguaran
2017-05-29
1
-4
/
+5
|
\
\
|
*
|
`rename_table` renames primary key index name
Yaw Boakye
2017-05-29
1
-4
/
+5
*
|
|
Add option for class_attribute default (#29270)
David Heinemeier Hansson
2017-05-29
1
-2
/
+1
|
/
/
*
|
Prevent extra `current_database` query for `encoding`/`collation`/`ctype`
Ryuta Kamizono
2017-05-28
1
-3
/
+3
*
|
Merge pull request #29145 from kamipo/reference_type_should_be_not_null
Matthew Draper
2017-05-24
1
-1
/
+1
|
\
\
|
*
|
Both reference id and type should be `NOT NULL` if `null: false` is specified
Ryuta Kamizono
2017-05-19
1
-1
/
+1
|
|
/
*
/
[Foreign Key] Don't worry about the building identifier if name is already pr...
Mohit Natoo
2017-05-10
1
-2
/
+3
|
/
*
Merge pull request #28989 from matthewd/quoted_id-deprecation
Matthew Draper
2017-05-06
1
-1
/
+8
|
\
|
*
Clarify deprecation message for #quoted_id
Matthew Draper
2017-05-05
1
-1
/
+8
*
|
Don't pass `arel.engine` to `Arel::SelectManager.new`
Ryuta Kamizono
2017-05-05
1
-6
/
+4
|
/
*
Deprecate `supports_statement_cache?`
Ryuta Kamizono
2017-05-01
4
-20
/
+3
*
Merge pull request #28883 from yahonda/fix28797
Rafael França
2017-04-26
1
-1
/
+1
|
\
|
*
PostgreSQL 10 allows `CURRENT_DATE` and `CURRENT_TIMESTAMP` as default functions
Yasuo Honda
2017-04-26
1
-1
/
+1
*
|
Merge pull request #28891 from sodabrew/patch-1
Rafael França
2017-04-26
1
-2
/
+0
|
\
\
|
*
|
Remove mysql2 database adapter default username root
Aaron Stone
2017-04-26
1
-2
/
+0
*
|
|
Revert "Merge pull request #27636 from mtsmfm/disable-referential-integrity-w...
Rafael Mendonça França
2017-04-26
2
-49
/
+4
|
/
/
*
/
Lock connection before checking it in
Matthew Draper
2017-04-26
1
-6
/
+8
|
/
*
Fix typos [ci skip]
Tobias Fankhänel
2017-04-25
1
-2
/
+2
*
Merge pull request #28733 from kamipo/dont_fallback_to_utf8mb3_after_mysql_8.0.0
Rafael França
2017-04-19
2
-8
/
+10
|
\
|
*
Don't fallback to utf8mb3 after MySQL 8.0.0
Ryuta Kamizono
2017-04-17
2
-8
/
+10
*
|
Fix `extract_expression_for_virtual_column` for MariaDB
Ryuta Kamizono
2017-04-19
1
-1
/
+1
*
|
Use `quoted_scope` rather than `@config[:database]` to respect current database
Ryuta Kamizono
2017-04-19
1
-2
/
+3
*
|
Fix the doc on the `IndexDefinition` [ci skip]
Ryuta Kamizono
2017-04-17
1
-1
/
+1
|
/
*
Support Descending Indexes for MySQL
Ryuta Kamizono
2017-04-16
2
-3
/
+2
*
Refactor `indexes` things in connection adapters
Ryuta Kamizono
2017-04-16
6
-67
/
+114
*
Merge pull request #28726 from matthewd/transaction-locking
Matthew Draper
2017-04-13
3
-52
/
+70
|
\
|
*
Add comprehensive locking around DB transactions
Matthew Draper
2017-04-11
3
-52
/
+70
*
|
Use a query that's compatible with PostgreSQL 9.2
Matthew Draper
2017-04-12
1
-7
/
+11
|
/
*
Fix example usage of ActiveRecord::Base.establish_connection
Simon Dawson
2017-03-30
1
-1
/
+1
*
Merge pull request #28478 from kamipo/fix_primary_keys_across_multiple_schemas
Andrew White
2017-03-29
1
-9
/
+7
|
\
|
*
Fix `primary_keys` across multiple schemas
Ryuta Kamizono
2017-03-20
1
-9
/
+7
*
|
Merge pull request #28052 from kamipo/make_internal_methods_to_private
Rafael França
2017-03-28
11
-184
/
+180
|
\
\
|
*
|
Make internal methods to private
Ryuta Kamizono
2017-03-27
11
-184
/
+180
*
|
|
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...
Fumiaki MATSUSHIMA
2017-03-26
2
-4
/
+49
|
/
/
*
|
Move comment to inside the method [ci skip]
Fumiaki MATSUSHIMA
2017-03-23
1
-1
/
+1
*
|
Merge pull request #28526 from kamipo/fix_log_subscriber_to_allow_legacy_binds
Rafael França
2017-03-22
1
-8
/
+7
|
\
\
|
*
|
Fix `LogSubscriber` to allow legacy `binds`
Ryuta Kamizono
2017-03-23
1
-8
/
+7
*
|
|
[PostgreSQL]: Replace deprecated PG constants.
Lars Kanis
2017-03-22
5
-16
/
+16
|
/
/
*
|
Merge pull request #28487 from kamipo/remove_duplicated_columns_definition
Rafael França
2017-03-20
2
-11
/
+5
|
\
\
|
*
|
Remove duplicated `columns` definition
Ryuta Kamizono
2017-03-20
2
-11
/
+5
|
|
/
*
|
Merge pull request #27939 from kamipo/fix_select_all_with_legacy_binds
Rafael França
2017-03-20
1
-1
/
+5
|
\
\
|
|
/
|
/
|
|
*
Fix `select_all` with legacy `binds`
Ryuta Kamizono
2017-02-12
1
-1
/
+5
[next]