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
*
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
*
|
Fix the tests (I have actually verified that these are also the 'right' fixes...
Jon Leighton
2010-10-03
1
-1
/
+1
|
/
*
fisting test organization
Aaron Patterson
2010-09-29
1
-51
/
+0
*
query value is converted to_s instead of to_yaml
RainerBlessing
2010-08-03
1
-0
/
+8
*
removing unused models from tests
Subba Rao Pasupuleti
2010-07-21
1
-1
/
+0
*
Final iteration of use better testing methods
Neeraj Singh
2010-05-19
1
-1
/
+1
*
Make use of assert_equal to test equallity between object assert expects and ...
Santiago Pastorino
2010-05-16
1
-2
/
+2
*
Make find_or_create and find_or_initialize work mixing explicit parameters an...
Santiago Pastorino
2010-05-07
1
-1
/
+17
*
Remove quoted_string_prefix entirely since PostgreSQL was the only database a...
Jeremy Kemper
2010-04-24
1
-2
/
+2
*
Don't depend on order of elements in Set
Evan Phoenix
2010-03-22
1
-5
/
+16
*
Don't publicize with_scope for tests since it may shadow public misuse
Jeremy Kemper
2009-12-28
1
-2
/
+2
*
Add Model.from and association_collection#from finder methods
Pratik Naik
2009-12-28
1
-1
/
+1
*
Make Model.find_or_create_by_* and find_or_initialize_by_* use relations and ...
Pratik Naik
2009-12-27
1
-7
/
+0
*
Make Model.find_by_* and Model.find_all_by_* use relations and remove dynamic...
Pratik Naik
2009-12-27
1
-46
/
+0
*
Replace Model.first(options) with new finder methods inside tests
Pratik Naik
2009-12-27
1
-2
/
+2
*
Ensure Model.scoped adds type conditions for STI models
Pratik Naik
2009-12-27
1
-1
/
+1
*
Merge commit 'rails/master'
Emilio Tagua
2009-08-08
1
-47
/
+12
|
\
|
*
Tidy up the AR tests, removing duplicates and making tests clearer / more foc...
Josh Sharpe
2009-08-08
1
-46
/
+11
|
*
Some databases (e.g. Oracle) does not allow "AS" between table name and table...
Raimonds Simanovskis
2009-08-06
1
-1
/
+1
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-08-05
1
-1
/
+51
|
\
|
|
*
Extract generic attribute method generation to AMo
Joshua Peek
2009-08-04
1
-1
/
+1
|
*
quoted_date converts time-like objects to ActiveRecord::Base.default_timezone...
Geoff Buesing
2009-08-03
1
-0
/
+50
*
|
Introduced ActiveRecord::Relation, a layer between an ARel relation and an AR...
Emilio Tagua
2009-07-21
1
-2
/
+2
|
/
*
Revert "Revert "Generate proper :counter_sql from :finder_sql when there is a...
Pratik Naik
2009-07-01
1
-2
/
+2
*
Revert "Generate proper :counter_sql from :finder_sql when there is a newline...
Yehuda Katz + Carl Lerche
2009-06-22
1
-2
/
+2
*
Generate proper :counter_sql from :finder_sql when there is a newline charact...
Patrick Joyce
2009-06-21
1
-2
/
+2
*
Add missing model and fixtures to finder_test [#2671 state:resolved]
Emilio Tagua
2009-05-18
1
-2
/
+2
*
Changed ActiveRecord::Base#exists? to invoke find_initial so that it is compa...
Peter Marklund
2009-05-14
1
-0
/
+6
[next]