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
*
Revert "Dupping a CollectionProxy should dup the load_target"
eileencodes
2017-02-28
1
-8
/
+0
*
Dupping a CollectionProxy should dup the load_target
eileencodes
2017-02-28
1
-0
/
+8
*
Oracle database also does not allow aliases in the having clause
Yasuo Honda
2017-02-27
1
-1
/
+1
*
Merge pull request #28199 from kirs/ar-test-connection
Matthew Draper
2017-02-28
1
-1
/
+4
|
\
|
*
Handle non-existing $ARCONN
Kir Shatrov
2017-02-27
1
-1
/
+4
*
|
Merge pull request #28188 from kamipo/use_max_identifier_length_for_index_nam...
Andrew White
2017-02-26
1
-2
/
+1
|
\
\
|
*
|
Use `max_identifier_length` for `index_name_length` in PostgreSQL adapter
Ryuta Kamizono
2017-02-27
1
-2
/
+1
*
|
|
Merge pull request #28187 from kamipo/fix_intermittent_test_failure
Andrew White
2017-02-26
1
-0
/
+3
|
\
\
\
|
*
|
|
Fix `test_apply_distinct_in_count` failure in PG adapter
Ryuta Kamizono
2017-02-27
1
-0
/
+3
*
|
|
|
Merge pull request #25274 from kamipo/fix_find_nth_with_limit_value
Andrew White
2017-02-26
1
-3
/
+3
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Fix `find_nth` with `limit_value`
Ryuta Kamizono
2017-02-26
1
-3
/
+3
*
|
|
|
Merge pull request #28172 from kamipo/deprecate_supports_migrations
Andrew White
2017-02-26
6
-310
/
+294
|
\
\
\
\
|
*
|
|
|
Deprecate `supports_migrations?` on connection adapters
Ryuta Kamizono
2017-02-27
6
-310
/
+294
|
|
|
/
/
|
|
/
|
|
*
/
|
|
Refactor connection_pool_test
Kir Shatrov
2017-02-26
1
-1
/
+4
|
/
/
/
*
/
/
Include selects in group query with having clause
Eugene Kenny
2017-02-26
1
-1
/
+2
|
/
/
*
|
Fix `change_column` to drop default with `null: false`
Ryuta Kamizono
2017-02-26
1
-0
/
+10
*
|
Merge pull request #28167 from kirs/deprecate-verify-args
Matthew Draper
2017-02-26
1
-0
/
+12
|
\
\
|
*
|
Deprecate AbstractAdapter#verify! with arguments
Kir Shatrov
2017-02-25
1
-0
/
+12
*
|
|
Merge pull request #28169 from kirs/ensure-conn-verify
Matthew Draper
2017-02-26
2
-1
/
+2
|
\
\
\
|
*
|
|
Use ensure block for things we cleanup in tests
Kir Shatrov
2017-02-25
2
-1
/
+2
|
|
/
/
*
|
/
Suppress `DISTINCT` clause outside aggregate function
Ryuta Kamizono
2017-02-25
1
-0
/
+11
|
|
/
|
/
|
*
|
Order array contents to match Relation#first
Matthew Draper
2017-02-25
1
-1
/
+1
*
|
Merge pull request #25285 from kamipo/fix_remove_reference_to_multiple_foreig...
Rafael França
2017-02-23
1
-0
/
+16
|
\
\
|
*
|
Fix `remove_reference` to multiple foreign keys in the same table
Ryuta Kamizono
2017-02-11
1
-0
/
+16
*
|
|
Deprecate using `#quoted_id` in quoting
Ryuta Kamizono
2017-02-24
2
-4
/
+8
*
|
|
Fix type casting AR object to respect the primary key cast type's serialization
Ryuta Kamizono
2017-02-24
1
-0
/
+27
*
|
|
Extract `TypeCastingTest` into `test/cases/quoting_test.rb`
Ryuta Kamizono
2017-02-24
3
-52
/
+56
*
|
|
Fix `wait_timeout` to configurable for mysql2 adapter
Ryuta Kamizono
2017-02-24
1
-0
/
+16
*
|
|
Correctly dump native timestamp types for MySQL
Ryuta Kamizono
2017-02-23
4
-1
/
+26
*
|
|
Merge pull request #28095 from matthewd/nested-database-config
Matthew Draper
2017-02-22
1
-0
/
+60
|
\
\
\
|
*
|
|
Allow 3-level DB configs to group connections by environment
Matthew Draper
2017-02-22
1
-0
/
+60
*
|
|
|
Merge pull request #28042 from kamipo/add_changelog_for_27384
Rafael França
2017-02-21
1
-4
/
+4
|
\
\
\
\
|
*
|
|
|
Add CHANGELOG entry for #27384 and #27762
Ryuta Kamizono
2017-02-17
1
-4
/
+4
*
|
|
|
|
Fix schema leakage from dirty_test.rb
Andrew White
2017-02-21
1
-0
/
+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Fix `define_attribute_method` with Symbol in AR
Prem Sichanugrist
2017-02-21
1
-0
/
+7
*
|
|
|
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
|
\
\
\
\
[next]