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
*
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
*
Handle `RangeError` from casting in `find_by` and `find_by!` on Relation
Sean Griffin
2014-11-02
1
-0
/
+10
*
Treat strings greater than int max value as out of range
Sean Griffin
2014-10-31
1
-13
/
+14
*
Fix find_by with associations not working with adequate record
Godfrey Chan
2014-09-20
1
-0
/
+5
*
Merge pull request #15791 from zev/add_model_to_recordnotfound_message
Aaron Patterson
2014-09-19
1
-10
/
+18
|
\
|
*
Update RecordNotFound exception cases to include a message with the
Zev Blut
2014-06-18
1
-10
/
+18
*
|
Fix query with nested array in Active Record
Cristian Bica
2014-09-06
1
-0
/
+28
*
|
Override #find_by! in core to enable AST caching
Godfrey Chan
2014-08-25
1
-0
/
+22
*
|
Fixed find_by("sql fragment without bindings") on master
Godfrey Chan
2014-08-25
1
-0
/
+20
*
|
Fixes the `Relation#exists?` to work with polymorphic associations.
Kassio Borges
2014-08-18
1
-0
/
+14
*
|
Warm up Symbols with where method
Akira Matsuda
2014-08-15
1
-1
/
+1
*
|
Deprecate automatic counter caches on has_many :through
Sean Griffin
2014-06-26
1
-2
/
+2
*
|
Silence warnings in tests.
Sean Griffin
2014-06-10
1
-2
/
+2
|
/
*
ActiveRecord::FinderMethods.find passes proc parameter #15382
James Yang
2014-06-10
1
-0
/
+11
*
Add test for deprecation warning for passing an AR object to `find`.
Lauro Caetano
2014-03-13
1
-0
/
+6
[next]