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
/
cases
/
scoping
Commit message (
Expand
)
Author
Age
Files
Lines
*
Association loading isn't to be affected by null relation scoping
Ryuta Kamizono
2019-04-06
1
-0
/
+24
*
Association loading isn't to be affected by scoping consistently
Ryuta Kamizono
2019-04-05
1
-2
/
+2
*
Add Relation#annotate for SQL commenting
Matt Yoho
2019-03-21
2
-0
/
+48
*
Fix indentation [ci skip]
Ryuta Kamizono
2019-02-27
1
-2
/
+2
*
Fix random CI failure due to non-deterministic sorting order
Ryuta Kamizono
2019-02-27
1
-5
/
+5
*
Deprecate using class level querying methods if the receiver scope regarded a...
Ryuta Kamizono
2019-02-15
1
-2
/
+4
*
Revert "Chaining named scope is no longer leaking to class level querying met...
Ryuta Kamizono
2019-02-14
1
-3
/
+2
*
Chaining named scope is no longer leaking to class level querying methods
Ryuta Kamizono
2019-02-06
1
-0
/
+10
*
Remove delegation of missing methods in a relation to private methods of the ...
Rafael Mendonça França
2019-01-17
1
-7
/
+0
*
Fix the scoping with query methods in the scope block
Ryuta Kamizono
2018-11-30
1
-1
/
+6
*
Change the empty block style to have space inside of the block
Rafael Mendonça França
2018-09-25
1
-1
/
+1
*
Don't expose `current_scope` for internal use
Ryuta Kamizono
2018-09-11
1
-2
/
+2
*
Fixes #33610
Darwin D Wu
2018-09-11
1
-0
/
+16
*
Avoid extra scoping in delegating to klass methods in the `scope` block
Ryuta Kamizono
2018-07-19
1
-0
/
+5
*
assert_called
utilum
2018-04-26
1
-2
/
+3
*
Use assert_no_match for test_order_to_unscope_reordering
Yasuo Honda
2018-04-20
1
-1
/
+1
*
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
3
-3
/
+3
*
Deprecate accessibility of private/protected class methods in named scope
Ryuta Kamizono
2018-03-30
1
-0
/
+7
*
Use assert_empty and assert_not_empty
Daniel Colson
2018-01-25
2
-12
/
+12
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
3
-40
/
+40
*
Use respond_to test helpers
Daniel Colson
2018-01-25
1
-3
/
+3
*
Merge pull request #28313 from sandrew/master
Ryuta Kamizono
2018-01-15
1
-0
/
+12
|
\
*
|
Prevent scope named same as a ActiveRecord::Relation instance method.
Chen Kinnrot
2017-11-28
1
-0
/
+16
*
|
Merge pull request #30980 from sobrinho/sobrinho/arel-star-ignored-columns
Rafael França
2017-11-13
1
-15
/
+15
|
\
\
|
*
|
Fix postgres ordering issue on default scoping test
Gabriel Sobrinho
2017-11-13
1
-15
/
+15
*
|
|
`scoping` should respect current class and STI constraint (#29199)
Ryuta Kamizono
2017-11-06
1
-0
/
+14
|
/
/
*
|
Fix random CI failure due to non-deterministic sorting order
Ryuta Kamizono
2017-08-13
1
-2
/
+4
*
|
Merge remote-tracking branch 'origin/master' into unlock-minitest
Rafael Mendonça França
2017-08-01
3
-1
/
+40
|
\
\
|
*
|
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
3
-0
/
+6
|
*
|
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
1
-0
/
+16
|
*
|
Post.joins(:users) should not be affected by `User.current_scope`
Sean Griffin
2017-07-17
1
-0
/
+10
|
*
|
Enable `Layout/FirstParameterIndentation` cop
Ryuta Kamizono
2017-07-17
1
-1
/
+1
|
*
|
Fix `create_with` using both string and symbol
Ryuta Kamizono
2017-07-16
1
-0
/
+5
*
|
|
Merge branch 'master' into unlock-minitest
Kasper Timm Hansen
2017-07-15
1
-0
/
+9
|
\
|
|
|
*
|
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
3
-3
/
+0
|
*
|
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
3
-0
/
+3
|
*
|
Fix to scoping is correctly restored
Ryuta Kamizono
2017-06-29
1
-0
/
+9
*
|
|
Merge branch 'master' into unlock-minitest
Rafael Mendonça França
2017-06-02
1
-0
/
+6
|
\
|
|
|
*
|
Add missing `delegate :extending, to: :all`
Ryuta Kamizono
2017-06-01
1
-0
/
+6
*
|
|
Merge branch 'master' into unlock-minitest
Kasper Timm Hansen
2017-05-29
1
-4
/
+11
|
\
|
|
|
*
|
Fix crashing on circular left join references with scoping
Ryuta Kamizono
2017-05-24
1
-2
/
+9
|
*
|
Restore `fixtures :author_addresses`
Ryuta Kamizono
2017-04-27
1
-2
/
+2
*
|
|
Explicitly create necessary data for test
yuuji.yaginuma
2017-05-13
1
-0
/
+4
|
/
/
*
|
Revert "Merge pull request #27636 from mtsmfm/disable-referential-integrity-w...
Rafael Mendonça França
2017-04-26
1
-2
/
+2
*
|
Fix a failed AR test when running with OracleAdapter
Koichi ITO
2017-03-31
1
-0
/
+2
*
|
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...
Fumiaki MATSUSHIMA
2017-03-26
1
-2
/
+2
*
|
Use `load` rather than `collect` for force loading
Ryuta Kamizono
2017-03-19
1
-9
/
+9
*
|
Fix fragile test (`AssociationProxyTest#test_save_on_parent_saves_children`)
Fumiaki MATSUSHIMA
2017-03-16
1
-36
/
+34
|
/
*
Order array contents to match Relation#first
Matthew Draper
2017-02-25
1
-1
/
+1
[next]