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 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
*
Reverting 16f6f25 (Change behaviour with empty array in where clause)
Guillermo Iguaran
2013-02-08
1
-0
/
+9
*
Change behaviour with empty array in where clause
robertomiranda
2013-02-08
1
-9
/
+0
*
CVE-2012-5664 options hashes should only be extracted if there are extra para...
Aaron Patterson
2013-01-02
1
-0
/
+12
*
Assert the query result instead of checking for nothing raised
Carlos Antonio da Silva
2012-11-13
1
-4
/
+2
*
Regression test for #7238
Nikita Afanasenko
2012-11-13
1
-0
/
+7
*
Raise MissingAttributeError on query methods
Ernie Miller
2012-09-08
1
-0
/
+1
*
Remove ActiveRecord::Base.to_a
Jon Leighton
2012-08-03
1
-1
/
+1
*
Revert "Removing composed_of from ActiveRecord."
Rafael Mendonça França
2012-07-27
1
-0
/
+99
*
Deprecate ActiveRecord::Base.scoped.
Jon Leighton
2012-07-27
1
-69
/
+69
*
ActiveRecord::Base.all returns a Relation.
Jon Leighton
2012-07-27
1
-17
/
+17
*
exists?(false) returns false
Egor Lynko
2012-06-25
1
-0
/
+4
*
made dynamic finders alias_attribute aware
Maximilian Schneider
2012-06-22
1
-0
/
+5
*
Removing composed_of from ActiveRecord.
Steve Klabnik
2012-06-18
1
-99
/
+0
*
Address ORA-00911 errors because of the heading underscore.
Yasuo Honda
2012-06-11
1
-1
/
+1
*
Fix that #exists? raises ThrowResult when called with an empty limited
Ben Woosley
2012-06-10
1
-1
/
+6
*
Add test to column alias in `exists?` SQL.
Rafael Mendonça França
2012-06-10
1
-0
/
+6
*
stop `to_s`ing method names
Akira Matsuda
2012-06-06
1
-1
/
+1
*
quarantine more deprecated stuff
Jon Leighton
2012-05-18
1
-9
/
+0
*
quarantine deprecated tests
Jon Leighton
2012-05-18
1
-333
/
+2
*
Return false for exists? with new records - fixes #6199.
Andrew White
2012-05-10
1
-0
/
+1
*
Use `take` instead of `first` to avoid unwanted implicit ordering (fixes #6147)
Marcelo Silveira
2012-05-05
1
-0
/
+4
*
Introducing `take` as a replacement to the old behavior of `first`
Marcelo Silveira
2012-05-02
1
-2
/
+24
*
Made `first` finder consistent among database engines by adding a
Marcelo Silveira
2012-05-02
1
-0
/
+6
*
remove deprecated calls
Jon Leighton
2012-04-27
1
-22
/
+21
*
more deprecations manually fixed
Jon Leighton
2012-04-27
1
-20
/
+15
*
find and replace deprecated keys
Jon Leighton
2012-04-27
1
-46
/
+46
*
%s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th...
Jon Leighton
2012-04-27
1
-130
/
+53
*
remove calls to find(:first), find(:last) and find(:all)
Jon Leighton
2012-04-26
1
-1
/
+1
*
remove deprecate #all usage
Jon Leighton
2012-04-26
1
-1
/
+1
*
remove deprecate #calculate calls
Jon Leighton
2012-04-26
1
-6
/
+0
*
fix #scoped deprecations
Jon Leighton
2012-04-26
1
-5
/
+5
*
remove tests for #with_scope (it's now deprecated)
Jon Leighton
2012-04-25
1
-14
/
+0
[next]