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
...
*
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
*
fix tests
Jon Leighton
2012-04-13
1
-2
/
+2
*
Add dynamic find_or_create_by_{attribute}! method.
Andrew White
2012-03-12
1
-0
/
+22
*
fix activerecord query_method regression with offset into Fixnum
Denis Jean
2012-03-12
1
-0
/
+4
*
Fix regression from Rails 3.1
Paul McMahon
2012-01-27
1
-0
/
+11
*
Deprecate inferred JOINs with includes + SQL snippets.
Jon Leighton
2012-01-16
1
-3
/
+6
*
Revert "Deprecate implicit eager loading. Closes #950."
Jon Leighton
2012-01-16
1
-3
/
+3
*
Deprecate implicit eager loading. Closes #950.
Jon Leighton
2011-12-29
1
-3
/
+3
*
Deprecate set_primary_key in favour of self.primary_key=
Jon Leighton
2011-11-29
1
-1
/
+1
*
Fixes issue #3483, regarding using a mixture of ranges and discrete values in...
Ryan Naughton
2011-11-14
1
-1
/
+1
*
Failing test case for issue #3483
Gabriel Sobrinho
2011-11-14
1
-0
/
+4
*
exclude ORDER BY clause when querying Relation#exists?
Akira Matsuda
2011-11-09
1
-0
/
+5
*
Add ROWNUM to test first and last to support Oracle.
Yasuo Honda
2011-09-07
1
-2
/
+2
*
Merge pull request #2485 from akaspick/exists_fix
Jon Leighton
2011-09-07
1
-0
/
+9
|
\
|
*
fix exists? to return false if passed nil (which may come from a missing URL ...
Andrew Kaspick
2011-08-10
1
-0
/
+9
*
|
Use LIMIT sql word in last when it's possible
Damien Mathieu
2011-09-05
1
-1
/
+18
*
|
use LIMIT SQL word in first - Closes #2783
Damien Mathieu
2011-09-05
1
-0
/
+9
|
/
*
Raise an ArgumentError if user passing less number of argument in the dynamic...
Prem Sichanugrist
2011-07-17
1
-0
/
+8
*
formats
Akira Matsuda
2011-07-09
1
-5
/
+5
[prev]
[next]