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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
|
Merge pull request #28083 from eileencodes/ensure-test-threads-shared-db-conn
Matthew Draper
2017-02-21
3
-0
/
+20
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Ensure test threads share a DB connection
eileencodes
2017-02-20
3
-0
/
+20
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #25877 from kamipo/delegate_to_scope_rather_than_merge
Matthew Draper
2017-02-21
2
-10
/
+0
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
No need to cache collection proxies separately
Ryuta Kamizono
2016-12-25
2
-10
/
+0
*
|
|
|
|
|
Merge pull request #27993 from koic/fix_test_ar_value_too_long_using_oracle
Eileen M. Uchitelle
2017-02-15
1
-2
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix a tests of AR::ValueTooLong when using OracleAdapter
Koichi ITO
2017-02-14
1
-2
/
+2
*
|
|
|
|
|
|
Remove unused DdlHelper in ForeignKeyTest
Ryuta Kamizono
2017-02-14
1
-2
/
+0
*
|
|
|
|
|
|
Use ActiveRecord `bigint` type, not SQL literal bigint
Yasuo Honda
2017-02-14
1
-11
/
+14
*
|
|
|
|
|
|
Simplify and optimize Postgres query for primary_keys()
Jordan Lewis
2017-02-13
2
-14
/
+0
*
|
|
|
|
|
|
Fix rubocop violations
Rafael Mendonça França
2017-02-13
1
-3
/
+3
*
|
|
|
|
|
|
Merge pull request #26655 from kamipo/fix_remove_expression_index
Rafael França
2017-02-13
1
-2
/
+5
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Fix `remove_index` to be able to remove expression indexes
Ryuta Kamizono
2016-12-25
1
-2
/
+5
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Omit redundant `using: :btree` for schema dumping
Ryuta Kamizono
2017-02-13
3
-16
/
+12
*
|
|
|
|
|
|
Refactor `test_find_by_does_not_use_statement_cache_if_table_name_is_changed`
kenta-s
2017-02-13
1
-2
/
+2
|
|
/
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge pull request #27122 from kamipo/fix_unscope_with_subquery
Rafael França
2017-02-13
1
-0
/
+12
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix unscope with subquery
Ryuta Kamizono
2016-12-05
1
-0
/
+12
*
|
|
|
|
|
|
Deprecate passing `default` to `index_name_exists?`
Ryuta Kamizono
2017-02-13
1
-2
/
+4
*
|
|
|
|
|
|
The `default` arg of `index_name_exists?` makes to optional
Ryuta Kamizono
2017-02-13
2
-15
/
+13
*
|
|
|
|
|
|
Schema dumping support for PostgreSQL oid type
Ryuta Kamizono
2017-02-12
3
-11
/
+12
*
|
|
|
|
|
|
Schema dumping support for PostgreSQL interval type
Ryuta Kamizono
2017-02-12
3
-17
/
+20
*
|
|
|
|
|
|
Deprecate `supports_primary_key?`
Ryuta Kamizono
2017-02-12
1
-11
/
+13
*
|
|
|
|
|
|
Remove unused require
Ryuta Kamizono
2017-02-12
1
-1
/
+0
*
|
|
|
|
|
|
Make `table_name=` reset current statement cache
namusyaka
2017-02-12
1
-0
/
+26
*
|
|
|
|
|
|
Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp...
Ryuta Kamizono
2017-02-12
3
-3
/
+0
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Deprecate calling `attr_will_change!` with non-attributes
Sean Griffin
2017-02-11
1
-0
/
+8
|
|
_
|
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Fix bigint primary key with unsigned
Ryuta Kamizono
2017-02-10
1
-11
/
+23
*
|
|
|
|
Merge pull request #27904 from kenta-s/add-methods-back-to-array-delegation-f...
Eileen M. Uchitelle
2017-02-10
1
-1
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Delegate `to_sentence` and `to_fomatted_s` to `records`
kenta-s
2017-02-04
1
-1
/
+2
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Fix `test_composite_primary_key_out_of_order`
Ryuta Kamizono
2017-02-10
1
-2
/
+8
*
|
|
|
|
Simplify and speed up Postgres query for primary_keys
Jordan Lewis
2017-02-09
1
-0
/
+9
*
|
|
|
|
Refactor `ColumnDefinition` to contain `options` hash
Ryuta Kamizono
2017-02-09
4
-19
/
+9
*
|
|
|
|
Merge pull request #27945 from betesh/allow-frozen-hashes-to-as_json
Rafael Mendonça França
2017-02-08
1
-0
/
+11
|
\
\
\
\
\
|
*
|
|
|
|
Allow ActiveRecord::Base.as_json to accept a frozen Hash
Isaac Betesh
2017-02-08
1
-0
/
+11
*
|
|
|
|
|
Fix inspection behavior when the :id column is not primary key
namusyaka
2017-02-09
3
-0
/
+13
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #25873 from schuetzm/warn_about_dirty_lock
Rafael Mendonça França
2017-02-07
1
-1
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Deprecate locking of dirty records
Marc Schütz
2017-02-07
1
-1
/
+4
*
|
|
|
|
|
Remove deprecated behavior that halts callbacks when the return is false
Rafael Mendonça França
2017-02-07
2
-120
/
+0
*
|
|
|
|
|
Merge pull request #27608 from kamipo/remove_deprecated_passing_string_to_def...
Rafael França
2017-02-07
1
-47
/
+0
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Remove deprecated passing string to define callback
Ryuta Kamizono
2017-02-04
1
-47
/
+0
|
|
/
/
/
/
*
|
|
|
|
Revert "Remove useless `column_alias` in `subquery_for_count`"
Ryuta Kamizono
2017-02-07
1
-1
/
+0
*
|
|
|
|
Merge pull request #27334 from kamipo/pk_and_ref_columns_should_be_identical_...
Jeremy Daer
2017-02-07
7
-22
/
+28
|
\
\
\
\
\
|
*
|
|
|
|
`primary_key` and `references` columns should be identical type
Ryuta Kamizono
2017-02-07
7
-22
/
+28
*
|
|
|
|
|
Remove useless `column_alias` in `subquery_for_count`
Ryuta Kamizono
2017-02-06
1
-2
/
+3
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #27389 from kamipo/fix_mysql_pk_dumping_correctly
Jeremy Daer
2017-02-06
5
-218
/
+166
|
\
\
\
\
\
|
*
|
|
|
|
Restore custom primary key tests lost at #26266
Ryuta Kamizono
2017-02-04
1
-25
/
+43
|
*
|
|
|
|
Restore the behaviour of the compatibility layer for integer-like PKs
Ryuta Kamizono
2017-02-04
4
-173
/
+104
|
*
|
|
|
|
Correctly dump integer-like primary key with default nil
Ryuta Kamizono
2017-02-04
1
-20
/
+19
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #27884 from kamipo/deprecate_migration_keys
Jeremy Daer
2017-02-06
1
-0
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Deprecate `ColumnDumper#migration_keys`
Ryuta Kamizono
2017-02-07
1
-0
/
+4
*
|
|
|
|
|
Remove useless `MySQL::Column` tests
Ryuta Kamizono
2017-02-07
1
-42
/
+0
|
/
/
/
/
/
[prev]
[next]