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
/
finder_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix `relation.exists?` with giving `distinct`, `offset` and `order` for joine...
Takayuki Nakata
2019-07-10
1
-0
/
+5
*
Should `Regexp.escape` quoted table name in regex
Ryuta Kamizono
2019-07-08
1
-1
/
+2
*
Add test cases to ensure deterministic order for ordinal methods
Ryuta Kamizono
2019-06-19
1
-0
/
+6
*
Fix random CI failure due to non-deterministic sorting order
Ryuta Kamizono
2019-03-11
1
-5
/
+6
*
Remove duplicated protected params definitions
Ryuta Kamizono
2019-02-24
1
-3
/
+3
*
Fix `relation.exists?` with giving both `distinct` and `offset`
Ryuta Kamizono
2019-02-08
1
-0
/
+10
*
activerecord: Fix where nil condition on composed_of attribute
Dylan Thacker-Smith
2019-01-18
1
-0
/
+18
*
All of queries should return correct result even if including large number
Ryuta Kamizono
2019-01-18
1
-0
/
+14
*
Merge pull request #34963 from dylanahsmith/better-composed-of-single-field-q...
Rafael França
2019-01-17
1
-0
/
+1
|
\
|
*
activerecord: Use a simpler query condition for aggregates with one mapping
Dylan Thacker-Smith
2019-01-17
1
-0
/
+1
*
|
Ensure that AR::Relation#exists? allows only permitted params
bogdanvlviv
2019-01-17
1
-2
/
+6
|
/
*
Allow strong params in ActiveRecord::Base#exists?
Gannon McGibbon
2019-01-07
1
-0
/
+9
*
Module#{define_method,alias_method,undef_method,remove_method} become public ...
Ryuta Kamizono
2018-12-21
1
-1
/
+1
*
Make implicit order column configurable
Tekin Suleyman
2018-11-26
1
-0
/
+10
*
`exists?` with string argument is not invalid type
Ryuta Kamizono
2018-10-27
1
-5
/
+13
*
Ignore empty condition on #construct_relation_for_exists
r7kamura
2018-10-27
1
-0
/
+4
*
Don't return the same object when using find with an empty array
Rafael Mendonça França
2018-09-19
1
-1
/
+4
*
Revert "Merge pull request #24131 from brchristian/limit_and_primary_key"
Ryuta Kamizono
2018-08-01
1
-15
/
+0
*
Add test case for the #5153's default order contract
Ryuta Kamizono
2018-08-01
1
-0
/
+13
*
tests for use of primary_key with limit
Brian Christian
2018-07-19
1
-0
/
+15
*
Add missing test case for `find` with a large number
Ryuta Kamizono
2018-06-22
1
-0
/
+6
*
Address CI failure due to non-deterministic query result
Ryuta Kamizono
2018-05-06
1
-1
/
+1
*
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
1
-2
/
+2
*
Fix `#columsn_for_distinct` of MySQL and PostgreSQL
kg8m
2018-02-27
1
-0
/
+5
*
More exercise range predicate builder
Ryuta Kamizono
2018-02-23
1
-0
/
+9
*
Fix expanding an array of `composed_of` objects which have multiple mappings
Ryuta Kamizono
2018-01-29
1
-4
/
+5
*
Merge pull request #31724 from orekyuu/fix-expand-composed-object-array
Ryuta Kamizono
2018-01-29
1
-0
/
+18
|
\
|
*
Allow expanding an array of `composed_of` objects
Ryuta Kamizono
2018-01-29
1
-3
/
+2
|
*
Fix not expanded problem when passing an Array object as argument to the wher...
orekyuu
2018-01-26
1
-0
/
+19
*
|
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-2
/
+2
|
/
*
Make `relation.exists?` more performant when using eager loading
Ryuta Kamizono
2018-01-11
1
-10
/
+12
*
resolve inconsistencies between first and to_a.first with limit
Brian Christian
2018-01-09
1
-0
/
+18
*
Fix `last` with `offset` to behave consistently with loaded relation
Ryuta Kamizono
2018-01-07
1
-8
/
+4
*
assert_nothing_raised not required here, we can assert directly for the actua...
Prathamesh Sonpatki
2017-12-19
1
-4
/
+2
*
Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the future
Ryuta Kamizono
2017-12-14
1
-1
/
+1
*
Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed more
Ryuta Kamizono
2017-12-12
1
-1
/
+1
*
Revert "Merge pull request #31006 from rails/kamipo/ordinal_methods_should_re...
eileencodes
2017-11-26
1
-16
/
+0
*
Merge pull request #31184 from TheSmartnik/fix_record_not_found_on_reload
Rafael França
2017-11-25
1
-0
/
+15
|
\
|
*
Provide arguments to RecordNotFound
Nikita Misharin
2017-11-25
1
-0
/
+15
*
|
Merge pull request #31006 from rails/kamipo/ordinal_methods_should_respect_lo...
Eileen M. Uchitelle
2017-11-25
1
-0
/
+16
|
\
\
|
|
/
|
/
|
|
*
Ordinal methods should respect loaded records
Ryuta Kamizono
2017-10-28
1
-0
/
+16
*
|
try using regexes
Ben Toews
2017-11-09
1
-7
/
+7
*
|
allow table name and direction in string order arg
Ben Toews
2017-11-09
1
-11
/
+11
*
|
work around deprecation warnings in a bunch of tests
Ben Toews
2017-11-09
1
-20
/
+20
|
/
*
All test cases for `exists?` places in `finder_test.rb` to ease to find the t...
Ryuta Kamizono
2017-10-09
1
-0
/
+26
*
Fix `relation.exists?` with has_many through associations
Ryuta Kamizono
2017-10-09
1
-0
/
+8
*
Merge pull request #29720 from gaurish/ar_find_error_message_improvement
Rafael França
2017-08-11
1
-1
/
+1
|
\
|
*
Return Not found Ids in ActiveRecord::NotFound
Gaurish Sharma
2017-07-29
1
-1
/
+1
*
|
Merge pull request #29842 from kamipo/fix_find_by_with_range
Matthew Draper
2017-08-02
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
Fix `find_by` with range conditions
Ryuta Kamizono
2017-07-20
1
-0
/
+4
[next]