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
/
models
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Place `MocktailDesigner` in `test/models/drink_designer.rb`
Ryuta Kamizono
2017-10-23
2
-4
/
+3
*
|
|
Convert ignored_columns to a list of string
Altech
2017-10-20
1
-0
/
+8
*
|
|
Test `ignored_columns` value is inheritable by subclasses
Ryuta Kamizono
2017-10-19
1
-0
/
+3
*
|
|
Joined tables in association scope doesn't use the same aliases with the pare...
Ryuta Kamizono
2017-10-09
1
-0
/
+1
*
|
|
Add test case for `arel_attribute` with a custom table
Ryuta Kamizono
2017-09-27
1
-1
/
+1
*
|
|
`has_many :through` with unscope should affect to through scope
Ryuta Kamizono
2017-09-07
1
-0
/
+1
*
|
|
Scope in associations should treat nil as `all`
Ryuta Kamizono
2017-09-04
1
-1
/
+1
*
|
|
`values[:includes]` in `reflection_scope` is not compatible with `through_scope`
Ryuta Kamizono
2017-09-02
1
-1
/
+1
*
|
|
`counter_cache` requires association class before `attr_readonly`
Yasuo Honda
2017-08-23
1
-0
/
+3
*
|
|
Clarify base_class tests on abstract STI vs concrete STI
Yukio Mizuta
2017-08-12
1
-1
/
+6
*
|
|
Merge pull request #29848 from kamipo/fix_distinct_count_with_order_and_limit
Rafael França
2017-07-24
2
-34
/
+35
|
\
\
\
|
*
|
|
Extract `Account` model to the dedicated file
Ryuta Kamizono
2017-07-22
2
-34
/
+35
*
|
|
|
Merge pull request #29765 from lugray/fix_counter_cache
Rafael França
2017-07-24
1
-0
/
+6
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add test for fixed `counter_cache` double increment
Lisa Ugray
2017-07-19
1
-0
/
+6
*
|
|
|
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
144
-10
/
+298
|
/
/
/
*
|
|
Fix unscoping `default_scope` in STI associations
Ryuta Kamizono
2017-07-19
1
-0
/
+1
*
|
|
Remove deprecated code concerning non-attributes and `*_will_change!`
Sean Griffin
2017-07-18
1
-1
/
+1
*
|
|
Merge pull request #29679 from kamipo/add_test_case_for_27724
Kasper Timm Hansen
2017-07-15
1
-0
/
+5
|
\
\
\
|
*
|
|
Add a test case for overwriting existing condition on associations
Ryuta Kamizono
2017-07-07
1
-0
/
+5
*
|
|
|
Extract `FakeKlass` in `relation_test.rb` and `relation/mutation_test.rb`
Ryuta Kamizono
2017-07-11
1
-0
/
+32
|
/
/
/
*
|
|
Fix preloading association with scope including joins
Ryuta Kamizono
2017-07-04
2
-0
/
+3
*
|
|
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
144
-154
/
+10
*
|
|
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
144
-10
/
+154
*
|
|
Merge pull request #29416 from kamipo/remove_unused_subject_model
Rafael França
2017-06-28
1
-14
/
+0
|
\
\
\
|
*
|
|
Remove unused `Subject` model in tests
Ryuta Kamizono
2017-06-11
1
-14
/
+0
*
|
|
|
Merge pull request #29405 from kamipo/locked_should_not_build_arel
Rafael França
2017-06-28
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
Remove delegating to arel in a relation
Ryuta Kamizono
2017-06-29
1
-0
/
+1
*
|
|
|
|
Ensure that using correct alias tracker
Ryuta Kamizono
2017-06-25
1
-0
/
+1
|
/
/
/
/
*
/
/
/
Remove unused defined association
Ryuta Kamizono
2017-06-11
1
-1
/
+0
|
/
/
/
*
|
|
Correct a has_many association test
Koichi ITO
2017-06-01
1
-0
/
+1
*
|
|
Merge pull request #26634 from kamipo/extract_numeric_data
Rafael França
2017-05-31
1
-0
/
+8
|
\
\
\
|
*
|
|
Restore the override of numeric attributes properly
Ryuta Kamizono
2016-12-22
1
-0
/
+5
|
*
|
|
Extract `NumericData` model for tests
Ryuta Kamizono
2016-09-27
1
-0
/
+3
*
|
|
|
Add missing `delegate :extending, to: :all`
Ryuta Kamizono
2017-06-01
1
-0
/
+2
*
|
|
|
Merge pull request #29098 from kamipo/fix_association_with_extension_issues
Matthew Draper
2017-05-30
2
-1
/
+11
|
\
\
\
\
|
*
|
|
|
Fix association with extension issues
Ryuta Kamizono
2017-05-28
2
-1
/
+11
*
|
|
|
|
Merge pull request #28969 from kamipo/refactor_enum_to_use_value_instead_of_l...
Matthew Draper
2017-05-28
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Refactor enum to use `value` instead of `label` in the scope
Ryuta Kamizono
2017-05-07
1
-1
/
+1
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #29003 from kamipo/delegate_ast_and_locked_to_arel_explicitly
Matthew Draper
2017-05-28
1
-0
/
+9
|
\
\
\
\
\
|
*
|
|
|
|
Delegate `ast` and `locked` to `arel` explicitly
Ryuta Kamizono
2017-05-06
1
-0
/
+9
|
|
/
/
/
/
*
/
/
/
/
Enable extending even if scope returns nil
Ryuta Kamizono
2017-05-24
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Add type caster to `RuntimeReflection#alias_name`
Jon Moss
2017-05-02
2
-1
/
+2
*
|
|
|
Remove useless test case
Ryuta Kamizono
2017-04-26
1
-8
/
+0
*
|
|
|
Mixin `CollectionProxy::DelegateExtending` after `ClassSpecificRelation`
Ryuta Kamizono
2017-04-22
1
-0
/
+5
*
|
|
|
Add a test case for #20802
Ryuta Kamizono
2017-04-13
1
-0
/
+1
*
|
|
|
Fix extension method with dirty target in has_many associations
Ryuta Kamizono
2017-03-20
1
-0
/
+4
*
|
|
|
Fix inspection behavior when the :id column is not primary key
namusyaka
2017-02-09
1
-0
/
+2
|
|
/
/
|
/
|
|
*
|
|
Correct spelling
Benjamin Fleischer
2017-02-05
1
-1
/
+1
*
|
|
Chain scope constraints should respect own table alias
Ryuta Kamizono
2017-02-01
3
-0
/
+12
*
|
|
Deprecate reflection class name to accept a class
Kir Shatrov
2017-01-09
1
-1
/
+1
[prev]
[next]