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 `#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
*
|
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
|
/
*
Skip query cache for in_batches and friends
Eugene Kenny
2017-07-06
1
-0
/
+28
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Remove the redundant `test_find_all_with_join` in AR
Koichi ITO
2017-06-02
1
-10
/
+0
*
Remove a redundant test assertion
Koichi ITO
2017-05-27
1
-1
/
+0
*
exclude ORDER BY clause for exists? (#28699)
Boris Slobodin
2017-04-10
1
-0
/
+5
*
More exercise `exists?` tests
Ryuta Kamizono
2017-04-08
1
-5
/
+18
*
Fix `find_nth` with `limit_value`
Ryuta Kamizono
2017-02-26
1
-3
/
+3
*
Correct spelling
Benjamin Fleischer
2017-02-05
1
-4
/
+4
*
Fix `find_by` and `where` consistency
Ryuta Kamizono
2017-01-04
1
-0
/
+5
*
Fix test name `deprecated` to `not_permitted`
Ryuta Kamizono
2017-01-03
1
-2
/
+2
*
Raise ArgumentError when a instance of ActiveRecord::Base is passed to
Rafael Mendonça França
2017-01-03
1
-3
/
+3
*
Raises IrreversibleOrderError when using last with an irreversible order
Rafael Mendonça França
2016-12-29
1
-1
/
+1
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-12
/
+12
*
Privatize unneededly protected methods in Active Record tests
Akira Matsuda
2016-12-24
1
-1
/
+1
*
Remove duplicated line
Ryuta Kamizono
2016-12-11
1
-1
/
+0
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-26
/
+26
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
1
-3
/
+3
*
Merge pull request #25671 from kamipo/dont_handle_as_associated_predicate_if_...
Rafael França
2016-08-16
1
-2
/
+2
|
\
|
*
Do not handle as an associated predicate if a table has the column
Ryuta Kamizono
2016-08-16
1
-2
/
+2
*
|
Merge pull request #26000 from kamipo/remove_sanitize
Rafael França
2016-08-16
1
-5
/
+0
|
\
\
|
|
/
|
/
|
|
*
Remove internal `sanitize` method
Ryuta Kamizono
2016-07-31
1
-5
/
+0
[next]