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
*
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
*
|
Merge pull request #26097 from Dagnan/fix_recordnotfound_args_rebased
Rafael França
2016-08-16
1
-0
/
+10
|
\
\
|
*
|
When calling association.find RecordNotFound is now raised with the same argu...
Michel Pigassou
2016-08-13
1
-0
/
+10
*
|
|
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-6
/
+6
|
/
/
*
|
Use `FETCH FIRST` for Oracle12 database and Arel Oracle12 visitor
Yasuo Honda
2016-08-08
1
-3
/
+3
*
|
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-3
/
+2
*
|
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-1
/
+1
*
|
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-20
/
+17
*
|
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-113
/
+113
|
/
*
Prevent `RangeError` for `FinderMethods#exists?`
Ryuta Kamizono
2016-06-16
1
-4
/
+2
*
Followup of #24835
Vipul A M
2016-05-03
1
-1
/
+1
*
Allow symbols using "dot notation" to be passed to where
Sean Griffin
2016-04-12
1
-1
/
+6
*
comment out failing .second and .third tests
Brian Christian
2016-02-27
1
-3
/
+3
*
adding additional tests for offset and limit behavior
Brian Christian
2016-02-27
1
-0
/
+8
*
additional test assertions (limit and offset)
Brian Christian
2016-02-27
1
-0
/
+16
*
AR #second_to_last tests and finder methods
Brian Christian
2016-02-27
1
-0
/
+36
*
remove args from assert_nothing_raised in tests
Tara Scherner de la Fuente
2016-02-22
1
-3
/
+3
*
Merge pull request #23377 from bogdan/last-with-sql
Eileen M. Uchitelle
2016-02-13
1
-8
/
+36
|
\
|
*
Make ActiveRecord::Relation#last to reverse SQL order
Bogdan Gusiev
2016-02-13
1
-8
/
+36
*
|
Fix grammar `a` to `an` [ci skip]
Ryuta Kamizono
2016-02-13
1
-1
/
+1
|
/
*
Revert "Merge pull request #16400 from bogdan/last-with-sql"
Sean Griffin
2016-02-01
1
-23
/
+9
*
Reworked ActiveRecord::Relation#last to always use SQL
Bogdan Gusiev
2016-01-28
1
-9
/
+23
*
Fix `test_find_with_order_on_included_associations_with_construct_finder_sql_...
Ryuta Kamizono
2015-12-19
1
-3
/
+6
*
Merge pull request #22653 from matthewd/find_array_ordered
Matthew Draper
2015-12-18
1
-1
/
+74
|
\
|
*
Implement limit & offset for ourselves
Matthew Draper
2015-12-18
1
-2
/
+2
|
*
Adding a new test using chained where, limit and find([pks])
Miguel Grazziotin
2015-08-07
1
-2
/
+12
|
*
WIP: fixing the limit bug and introducing new tests (failing for now) on .fin...
Miguel Grazziotin
2015-06-19
1
-4
/
+25
|
*
do not change the order of the result if the object was already ordered by th...
Miguel Grazziotin
2015-06-05
1
-0
/
+5
|
*
adding a test to ensure the find is obbeying the limit
Miguel Grazziotin
2015-06-03
1
-0
/
+7
|
*
[#20338] adding tests to ensure the order clause takes precedence
Miguel Grazziotin
2015-06-03
1
-0
/
+18
|
*
[#20338] WIP: first basic implementation and specs
Miguel Grazziotin
2015-05-29
1
-0
/
+12
*
|
Use a bind param for `LIMIT` and `OFFSET`
Sean Griffin
2015-12-14
1
-3
/
+3
*
|
Remove some bind related test cases from finder_test.rb to sanitize_test.rb
yui-knk
2015-11-21
1
-91
/
+0
*
|
Don't cache arguments in #find_by if they are an ActiveRecord::Relation
akihiro17
2015-10-06
1
-0
/
+6
*
|
Add tests for sanitize named bind arity
yui-knk
2015-09-23
1
-3
/
+9
*
|
Removed mocha from Active Record Part 2
Ronak Jangir
2015-09-16
1
-2
/
+3
*
|
Revert "Merge pull request #20080 from robertjlooby/fix_overwriting_by_dynami...
Rafael Mendonça França
2015-09-09
1
-13
/
+0
*
|
put dynamic matchers on the GeneratedAssociationMethods instead of model
Rob Looby
2015-05-08
1
-0
/
+13
|
/
*
remove old unavailable link with relevant fix
Gaurav Sharma
2015-03-23
1
-1
/
+0
*
Remove version conditional for calling GC.disable
Rafael Mendonça França
2015-01-04
1
-1
/
+1
*
Don't perform statement caching for `find` when called from a scope
Sean Griffin
2014-12-22
1
-1
/
+23
*
Remove deprecated behavior allowing nested arrays as query values
Melanie Gilman
2014-12-04
1
-24
/
+0
*
Prevent Symbol GC
Ryuta Kamizono
2014-12-04
1
-0
/
+3
*
Refactor `build_from_hash` to convert dot notation to hash first
Melanie Gilman
2014-12-02
1
-0
/
+6
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-4
/
+4
*
Build fix when running in isolation
Arun Agrawal
2014-11-14
1
-0
/
+1
[next]