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
...
*
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
*
Test deprecation warning for passing an ActiveRecord object to
Lauro Caetano
2014-03-13
1
-0
/
+6
*
passing an ActiveRecord object to `exists?` is deprecated.
Aaron Patterson
2014-03-13
1
-1
/
+1
*
mysql adapter also fails with a number bigger than int
Rafael Mendonça França
2014-03-10
1
-2
/
+5
*
Change the assertions depending in the database adapter
Rafael Mendonça França
2014-03-10
1
-14
/
+9
*
Do proper adapter check
Rafael Mendonça França
2014-03-10
1
-2
/
+2
*
Make exists? use bound values.
Martin Schürrer
2014-03-04
1
-2
/
+14
*
Fix `ActiveRecord::RecordNotFound` error message with custom primary key
Kuldeep Aggarwal
2014-01-25
1
-7
/
+24
*
Ensure AR #second, #third, etc. finders work through associations
Jason Meller
2014-01-21
1
-2
/
+2
*
Ensure #second acts like #first AR finder
Jason Meller
2014-01-20
1
-1
/
+89
*
we have `with_env_tz` as global test helper. Remove duplicate.
Yves Senn
2014-01-16
1
-7
/
+0
*
Fix mysql to support duplicated column names
Kassio Borges
2013-12-13
1
-1
/
+1
*
Prevent invalid code when using dynamic finders with Ruby's reserved words.
Lauro Caetano
2013-12-11
1
-0
/
+8
*
Remove deprecated call to Relation#all
Carlos Antonio da Silva
2013-12-05
1
-1
/
+1
*
Fix offset with last.
Lauro Caetano
2013-12-03
1
-0
/
+9
*
Make the tests break again
Rafael Mendonça França
2013-12-02
1
-2
/
+0
*
use complete Relation API and not only `Model.all.merge!`.
Yves Senn
2013-11-09
1
-88
/
+83
*
Mark broken test as pending
Rafael Mendonça França
2013-11-08
1
-0
/
+2
*
prevent global timezone state from leaking out of test cases.
Yves Senn
2013-10-25
1
-4
/
+4
*
Raise an exception when model without primary key calls .find_with_ids
Shimpei Makimoto
2013-10-21
1
-0
/
+7
*
Add a test case for exists? with multiple values
Rafael Mendonça França + Kassio Borges
2013-09-04
1
-0
/
+1
*
let AR::FinderMethods#exists? return singletons in all cases [closes #11592]
Xavier Noria
2013-08-19
1
-27
/
+29
*
remove duplicate method
Neeraj Singh
2013-07-29
1
-7
/
+0
*
Don't allow `quote_value` to be called without a column
Ben Woosley
2013-07-22
1
-1
/
+1
*
Fix that #exists? can produce invalid SQL: "SELECT DISTINCT DISTINCT"
Ben Woosley
2013-05-10
1
-0
/
+12
*
Handle aliased attributes in ActiveRecord::Relation.
Godfrey Chan
2013-05-01
1
-1
/
+2
*
adding test for the symbol refs
Aaron Patterson
2013-04-26
1
-0
/
+7
*
Reset the primary key for other tests
Andrew White
2013-04-24
1
-0
/
+2
*
rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works.
Yves Senn
2013-03-15
1
-1
/
+1
[prev]
[next]