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 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
*
|
|
Don't hide method that's been documented API since Rails 2.1
Andrew White
2017-03-04
1
-3
/
+3
*
|
|
Fix `rake db:schema:load` with subdirectories
Ryuta Kamizono
2017-03-05
1
-5
/
+4
*
|
|
Don't share `options` with a reference type column
Ryuta Kamizono
2017-03-04
1
-7
/
+3
*
|
|
Merge pull request #28220 from kamipo/valid_type_accept_only_supported_types
Rafael França
2017-03-01
1
-4
/
+0
|
\
\
\
|
*
|
|
`valid_type?` should accept only supported types
Ryuta Kamizono
2017-02-28
1
-4
/
+0
*
|
|
|
`create_join_table` should respect `references` column type
Ryuta Kamizono
2017-02-28
1
-7
/
+5
|
/
/
/
*
|
|
Use `max_identifier_length` for `index_name_length` in PostgreSQL adapter
Ryuta Kamizono
2017-02-27
2
-6
/
+3
*
|
|
Deprecate `supports_migrations?` on connection adapters
Ryuta Kamizono
2017-02-27
4
-18
/
+3
*
|
|
Merge pull request #28176 from kamipo/push_valid_type_up_to_abstract_adapter
Andrew White
2017-02-26
4
-11
/
+3
|
\
\
\
|
*
|
|
Push `valid_type?` up to abstract adapter
Ryuta Kamizono
2017-02-26
4
-11
/
+3
*
|
|
|
Fix typo 'affect' -> 'effect' [ci skip]
Rebecca Skinner
2017-02-26
1
-1
/
+1
*
|
|
|
Fix `change_column` to drop default with `null: false`
Ryuta Kamizono
2017-02-26
3
-5
/
+4
|
/
/
/
*
|
|
Merge pull request #28167 from kirs/deprecate-verify-args
Matthew Draper
2017-02-26
1
-0
/
+3
|
\
\
\
|
*
|
|
Deprecate AbstractAdapter#verify! with arguments
Kir Shatrov
2017-02-25
1
-0
/
+3
*
|
|
|
Merge pull request #25285 from kamipo/fix_remove_reference_to_multiple_foreig...
Rafael França
2017-02-23
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
Fix `remove_reference` to multiple foreign keys in the same table
Ryuta Kamizono
2017-02-11
1
-0
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Deprecate using `#quoted_id` in quoting
Ryuta Kamizono
2017-02-24
1
-0
/
+2
*
|
|
|
Fix type casting AR object to respect the primary key cast type's serialization
Ryuta Kamizono
2017-02-24
1
-2
/
+13
*
|
|
|
Fix `wait_timeout` to configurable for mysql2 adapter
Ryuta Kamizono
2017-02-24
1
-2
/
+2
*
|
|
|
Correctly dump native timestamp types for MySQL
Ryuta Kamizono
2017-02-23
5
-4
/
+21
*
|
|
|
Allow 3-level DB configs to group connections by environment
Matthew Draper
2017-02-22
1
-0
/
+9
*
|
|
|
Ensure test threads share a DB connection
eileencodes
2017-02-20
4
-32
/
+57
*
|
|
|
Improve `create_table force: true`
Ryuta Kamizono
2017-02-20
1
-2
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
Should keep the primary key column order
Ryuta Kamizono
2017-02-14
1
-0
/
+1
[next]