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 #29848 from kamipo/fix_distinct_count_with_order_and_limit
Rafael França
2017-07-24
3
-34
/
+59
|
\
|
*
Extract `Account` model to the dedicated file
Ryuta Kamizono
2017-07-22
2
-34
/
+35
|
*
Should keep the table name qualified `*` for distinct subquery
Ryuta Kamizono
2017-07-22
1
-0
/
+12
|
*
Fix `COUNT(DISTINCT ...)` with `ORDER BY` and `LIMIT`
Ryuta Kamizono
2017-07-22
1
-0
/
+12
*
|
Fix `warning: assigned but unused variable - comment`
Ryuta Kamizono
2017-07-25
1
-1
/
+1
*
|
Merge pull request #29765 from lugray/fix_counter_cache
Rafael França
2017-07-24
2
-0
/
+17
|
\
\
|
*
|
Add test for fixed `counter_cache` double increment
Lisa Ugray
2017-07-19
2
-0
/
+17
*
|
|
Merge pull request #29905 from kamipo/remove_duplicated_assertion
Sean Griffin
2017-07-24
1
-16
/
+2
|
\
\
\
|
*
|
|
Remove duplicated assertion in `test_count_with_join`
Ryuta Kamizono
2017-07-24
1
-16
/
+2
*
|
|
|
Refactor Active Record to let Arel manage bind params
Sean Griffin
2017-07-24
10
-129
/
+57
*
|
|
|
Merge pull request #29860 from georgeclaghorn/travel-back-automatically
Rafael França
2017-07-24
1
-4
/
+0
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Remove time stubs after each test
George Claghorn
2017-07-22
1
-4
/
+0
*
|
|
|
Merge pull request #29867 from koic/fix_a_failed_ar_test_when_using_oracle
Kasper Timm Hansen
2017-07-23
1
-2
/
+10
|
\
\
\
\
|
*
|
|
|
Fix a failued AR test when using OracleAdapter
Koichi ITO
2017-07-20
1
-2
/
+10
*
|
|
|
|
Merge pull request #29768 from janpieper/sort-enabled-extensions-in-dump
Eileen M. Uchitelle
2017-07-22
1
-0
/
+14
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
Sort enabled adapter extensions in schema dump
Jan Pieper
2017-07-12
1
-0
/
+14
*
|
|
|
|
Merge pull request #29869 from kamipo/make_type_map_to_private
Rafael França
2017-07-21
5
-14
/
+12
|
\
\
\
\
\
|
*
|
|
|
|
Make `type_map` to private because it is only used in the connection adapter
Ryuta Kamizono
2017-07-20
5
-14
/
+12
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #29855 from lugray/has_one_destroyed_by_association
Rafael França
2017-07-21
1
-0
/
+34
|
\
\
\
\
\
|
*
|
|
|
|
Match destroyed_by_association for has_one to has_many
Lisa Ugray
2017-07-21
1
-0
/
+34
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #29732 from kirs/frozen-activerecord
Rafael França
2017-07-21
432
-11
/
+877
|
\
\
\
\
\
|
*
|
|
|
|
Reset column information after schema changed
yuuji.yaginuma
2017-07-20
2
-0
/
+4
|
*
|
|
|
|
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
431
-11
/
+873
|
|
/
/
/
/
*
/
/
/
/
Revert "Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`"
Sean Griffin
2017-07-21
13
-46
/
+56
|
/
/
/
/
*
|
|
|
Merge pull request #29033 from kamipo/make_preload_query_to_prepared_statements
Sean Griffin
2017-07-18
3
-3
/
+3
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Make preload query to preparable
Ryuta Kamizono
2017-07-07
3
-3
/
+3
*
|
|
|
Merge branch 'master' into fix_unscope_where_column_with_or
Sean Griffin
2017-07-18
19
-223
/
+256
|
\
\
\
\
|
*
\
\
\
Merge pull request #29834 from kamipo/fix_unscoping_default_scope_with_sti_as...
Sean Griffin
2017-07-18
3
-0
/
+20
|
|
\
\
\
\
|
|
*
|
|
|
Fix unscoping `default_scope` for `Preloader`
Ryuta Kamizono
2017-07-19
1
-0
/
+2
|
|
*
|
|
|
Fix unscoping `default_scope` in STI associations
Ryuta Kamizono
2017-07-19
3
-0
/
+18
|
*
|
|
|
|
Don't convert dates to strings when using prepared statements in mysql
Sean Griffin
2017-07-18
1
-3
/
+11
|
|
/
/
/
/
|
*
|
|
|
Fix typo s/rause/raise/
Ryuta Kamizono
2017-07-19
1
-1
/
+1
|
*
|
|
|
Remove deprecated code concerning non-attributes and `*_will_change!`
Sean Griffin
2017-07-18
2
-6
/
+4
|
*
|
|
|
Remove deprecated code concerning dirty methods in after callbacks
Sean Griffin
2017-07-18
1
-4
/
+3
|
*
|
|
|
Fix `JoinDependency` with using a custom table
Ryuta Kamizono
2017-07-18
1
-5
/
+14
|
*
|
|
|
Merge pull request #29801 from kamipo/extract_null_relation_test
Sean Griffin
2017-07-17
2
-118
/
+82
|
|
\
\
\
\
|
|
*
|
|
|
Ensure calculation methods execute no queries
Ryuta Kamizono
2017-07-15
1
-60
/
+14
|
|
*
|
|
|
Extract `NullRelationTest` from `RelationTest`
Ryuta Kamizono
2017-07-15
2
-118
/
+128
|
|
|
|
/
/
|
|
|
/
|
|
|
*
|
|
|
Merge pull request #29799 from kamipo/remove_outdated_test_scoped_responds_to...
Sean Griffin
2017-07-17
1
-8
/
+0
|
|
\
\
\
\
|
|
*
|
|
|
Remove outdated `test_scoped_responds_to_delegated_methods`
Ryuta Kamizono
2017-07-15
1
-8
/
+0
|
|
|
/
/
/
|
*
|
|
|
Merge pull request #25564 from brewski/serializable_hash_fix
Sean Griffin
2017-07-17
1
-4
/
+2
|
|
\
\
\
\
|
|
*
|
|
|
Correctly handle frozen options for ActiveRecord::Serialization#serializable_...
Brian Abreu
2016-12-09
1
-4
/
+2
|
*
|
|
|
|
Merge pull request #29796 from kamipo/fix_where_with_custom_table
Sean Griffin
2017-07-17
1
-4
/
+4
|
|
\
\
\
\
\
|
|
*
|
|
|
|
Fix `where` with a custom table
Ryuta Kamizono
2017-07-18
1
-4
/
+4
|
*
|
|
|
|
|
`Persistence#delete` should not be affected by scoping
Ryuta Kamizono
2017-07-18
1
-0
/
+7
|
|
/
/
/
/
/
|
*
|
|
|
|
Merge pull request #29788 from kamipo/remove_unused_mutex_m
Rafael França
2017-07-17
2
-3
/
+2
|
|
\
\
\
\
\
|
|
*
|
|
|
|
Make `generated_attribute_methods` to private
Ryuta Kamizono
2017-07-14
1
-1
/
+1
|
|
*
|
|
|
|
Remove unused `Mutex_m` in Active Model
Ryuta Kamizono
2017-07-14
1
-2
/
+1
|
|
|
|
/
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
Allow multiparameter assigned attributes to be used with `text_field`
Sean Griffin
2017-07-17
1
-0
/
+11
|
*
|
|
|
|
Merge pull request #29825 from kamipo/remove_useless_arel_engine
Sean Griffin
2017-07-17
1
-7
/
+2
|
|
\
\
\
\
\
[next]