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 #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
*
|
Revert "Merge pull request #28369 from mylake/reduce-postgresql-adapter-memor...
Matthew Draper
2017-03-14
1
-2
/
+2
*
|
Merge pull request #28369 from mylake/reduce-postgresql-adapter-memory-bloat
Rafael França
2017-03-13
1
-2
/
+2
|
\
\
|
*
|
Use “distinct” to filter redundant types from pg_typeto reduce memory blo...
mylake
2017-03-10
1
-2
/
+2
*
|
|
Merge pull request #28068 from kamipo/refactor_data_sources
Rafael França
2017-03-13
7
-201
/
+154
|
\
\
\
|
*
|
|
Prefer `USING (column_list)` for joining information_schema
Ryuta Kamizono
2017-02-25
1
-3
/
+1
|
*
|
|
Extract `data_source_sql` to refactor data source statements
Ryuta Kamizono
2017-02-20
7
-198
/
+153
*
|
|
|
Merge pull request #28017 from mtsmfm/suppress-dep-warn
Matthew Draper
2017-03-13
2
-0
/
+4
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Suppress deprecation warning `implementing to_yaml is deprecated`
Fumiaki MATSUSHIMA
2017-02-15
2
-0
/
+4
|
|
/
/
*
|
|
Merge pull request #28305 from kamipo/extract_schema_migration_all_versions
Andrew White
2017-03-06
1
-2
/
+2
|
\
\
\
|
*
|
|
Extract `SchemaMigration.all_versions`
Ryuta Kamizono
2017-03-06
1
-2
/
+2
*
|
|
|
Fix `deserialize` with JSON array
Ryuta Kamizono
2017-03-06
1
-1
/
+1
|
/
/
/
*
|
|
Remove useless `Migrator.schema_migrations_table_name`
Ryuta Kamizono
2017-03-05
1
-2
/
+2
[next]