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
...
*
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
*
fix AR having() not to raise NoMethodError when the given argument does not r...
Akira Matsuda
2011-07-09
1
-0
/
+7
*
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
Aaron Patterson
2011-06-06
1
-1
/
+1
*
Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...
Jon Leighton
2011-06-04
1
-1
/
+1
*
Fix for #371
Nick Howard
2011-05-08
1
-0
/
+21
*
supporting nil when passed in as an IN clause
Aaron Patterson
2011-04-29
1
-3
/
+4
*
Test that passing nil member of array in conditions retrieves records with nil
gmile
2011-04-29
1
-0
/
+22
*
Return nil from read_attribute(:foo) if 'foo' is not present in the @attribut...
Jon Leighton
2011-04-15
1
-1
/
+2
*
test against AR class rather than the relation (thanks Andrew White!)
Aaron Patterson
2011-03-29
1
-2
/
+2
*
order is not guaranteed by this select, so add an order and call first!
Aaron Patterson
2011-03-29
1
-1
/
+1
*
Delegate first!, last!, any? and many? to scoped
Andrew White
2011-03-29
1
-0
/
+16
*
Change exists? so that it doesn't instantiate records [#6127 state:resolved]
Andrew White
2011-03-29
1
-0
/
+5
*
add #first! and #last! to models & relations
Josh Susser
2011-03-24
1
-0
/
+24
*
Merge branch 'master' into nested_has_many_through
Jon Leighton
2011-03-04
1
-1
/
+1
|
\
|
*
using arel to compile sql statements
Aaron Patterson
2010-12-25
1
-1
/
+1
*
|
Merge branch 'master' into nested_has_many_through
Jon Leighton
2010-11-17
1
-22
/
+32
|
\
|
|
*
removing many unused variables
Aaron Patterson
2010-11-16
1
-1
/
+1
|
*
Finder gives a little bit more info on the lookup column (primary key)
Franck Verrot
2010-11-13
1
-0
/
+10
|
*
use persisted? instead of new_record? wherever possible
David Chelimsky
2010-11-09
1
-21
/
+21
|
*
Add some tests for functionality in JoinAssociation which already exists but ...
Jon Leighton
2010-10-13
1
-1
/
+1
*
|
Properly support conditions on any of the reflections involved in a nested th...
Jon Leighton
2010-10-19
1
-2
/
+4
*
|
Refactoring JoinDependency and friends. This improves the code (IMO) includin...
Jon Leighton
2010-10-06
1
-1
/
+1
[prev]
[next]