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
/
finder_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve performance and functionality of the postgresql adapter. Closes #804...
Michael Koziarski
2007-08-16
1
-7
/
+9
*
Change the implementation of ActiveRecord's attribute reader and writer methods:
Michael Koziarski
2007-08-14
1
-2
/
+3
*
Move from select * to select tablename.* to avoid clobbering IDs. Closes #888...
Michael Koziarski
2007-07-07
1
-0
/
+9
*
Array attribute conditions work with proxied association collections. Closes ...
Jeremy Kemper
2007-06-27
1
-1
/
+5
*
Remove deprecated find_first and find_all.
Jeremy Kemper
2007-06-11
1
-0
/
+8
*
Fix an edge case with find with a list of ids, limit, and offset. Closes #8437.
Jeremy Kemper
2007-05-31
1
-0
/
+7
*
find gracefully copes with blank :conditions. Closes #7599.
Jeremy Kemper
2007-05-26
1
-0
/
+13
*
Typo in [6845]. References #8437.
Jeremy Kemper
2007-05-25
1
-1
/
+1
*
Find with a list of ids supports limit/offset. Closes #8437.
Jeremy Kemper
2007-05-25
1
-46
/
+49
*
Include some missing fixtures. Closes #7981.
Jeremy Kemper
2007-05-25
1
-1
/
+1
*
find_or_create_by_* takes a hash so you can create with more attributes than ...
Jeremy Kemper
2007-03-14
1
-0
/
+19
*
Post title and body not null. References #6778.
Jeremy Kemper
2007-01-28
1
-1
/
+1
*
MySQL: SET SQL_AUTO_IS_NULL=0 so 'where id is null' doesn't select the last i...
Jeremy Kemper
2007-01-28
1
-0
/
+6
*
Pass a range in :conditions to use the SQL BETWEEN operator. Closes #6974.
Jeremy Kemper
2007-01-10
1
-0
/
+10
*
Ensure dynamic finders are anchored to the beginning of the method name to pr...
Michael Koziarski
2006-12-27
1
-0
/
+7
*
Support nil and Array in :conditions => { attr => value } hashes. Closes #6548.
Jeremy Kemper
2006-11-05
1
-2
/
+14
*
Deprecation: count class method should be called with an options hash rather ...
Jeremy Kemper
2006-09-26
1
-3
/
+3
*
Backed out of new_record? to new? transformation as it would screw up existin...
David Heinemeier Hansson
2006-09-05
1
-4
/
+4
*
Deprecated ActiveRecord::Base.new_record? in favor of ActiveRecord::Base.new?...
David Heinemeier Hansson
2006-09-05
1
-4
/
+4
*
has_one supports the :dependent => :delete option which skips the typical cal...
Jeremy Kemper
2006-08-29
1
-2
/
+2
*
Clashing type columns due to a sloppy join shouldn't wreck single-table inher...
Jeremy Kemper
2006-08-24
1
-0
/
+5
*
The exists? class method should treat a string argument as an id rather than ...
Jeremy Kemper
2006-08-03
1
-7
/
+8
*
Added support for conditions on Base.exists? (closes #5689) [josh@joshpeek.com]
David Heinemeier Hansson
2006-08-03
1
-0
/
+3
*
Rollback [4584], bad test. Reopens #3819.
Jeremy Kemper
2006-07-08
1
-14
/
+1
*
Don't modify options parameters in-place. Closes #3819.
Jeremy Kemper
2006-07-08
1
-1
/
+14
*
Added find_or_initialize_by_X which works like find_or_create_by_X but doesn'...
Sam Stephenson
2006-06-20
1
-0
/
+15
*
Added simple hash conditions to find that'll just convert hash to an AND-base...
David Heinemeier Hansson
2006-06-03
1
-2
/
+31
*
Mind the order of things.
Jeremy Kemper
2006-06-01
1
-7
/
+3
*
Records and arrays of records are bound as quoted ids.
Jeremy Kemper
2006-06-01
1
-0
/
+33
*
Add support for FrontBase (http://www.frontbase.com/) with a new adapter than...
Marcel Molina
2006-04-27
1
-0
/
+6
*
SQL Server adapter gets some love (closes #4298) [rtomayko@gmail.com]
David Heinemeier Hansson
2006-03-18
1
-0
/
+5
*
fix test_find_in_association_with_options test, tweak other tests affected by...
Rick Olson
2006-03-16
1
-1
/
+1
*
Fixed eager loading problems with single-table inheritance [Rick Olson] Added...
David Heinemeier Hansson
2006-03-05
1
-1
/
+2
*
test_find_or_create_from_two_attributes is a duplicate of test_find_or_create...
David Heinemeier Hansson
2006-02-19
1
-4
/
+4
*
Add explicit :order in finder tests as postgresql orders results differently ...
Marcel Molina
2006-01-22
1
-1
/
+1
*
Make dynamic finders honor additional passed in :conditions. Closes #3569.
Marcel Molina
2006-01-22
1
-1
/
+14
*
Don't raise an exception when there are more keys than there are named bind v...
Marcel Molina
2006-01-05
1
-16
/
+0
*
r3095@asus: jeremy | 2005-11-15 22:40:51 -0800
Jeremy Kemper
2005-11-16
1
-1
/
+1
*
Correct handling of complex order clauses with SQL Server limit emulation. C...
Jeremy Kemper
2005-11-08
1
-0
/
+10
*
Added extension capabilities to has_many and has_and_belongs_to_many proxies ...
David Heinemeier Hansson
2005-11-04
1
-0
/
+14
*
Fixed SQL Server adapter so it honors options[:conditions] when applying :lim...
David Heinemeier Hansson
2005-10-28
1
-0
/
+6
*
Fixed handling of nil number columns on Oracle and cleaned up tests for Oracl...
David Heinemeier Hansson
2005-10-26
1
-12
/
+6
*
Added quoted_true and quoted_false methods to db2_adapter and cleaned up test...
David Heinemeier Hansson
2005-10-26
1
-1
/
+1
*
r2718@asus: jeremy | 2005-10-23 14:45:30 -0700
Jeremy Kemper
2005-10-23
1
-1
/
+1
*
Clarify semantics of ActiveRecord::Base#respond_to? Closes #2560.
Jeremy Kemper
2005-10-22
1
-1
/
+7
*
modified finder test a tiny bit so that it passes on sqlserver
Tobias Lütke
2005-10-16
1
-2
/
+2
*
Raise an exception when invalid options are passed to ActiveRecord::Base.find...
Marcel Molina
2005-10-06
1
-0
/
+5
*
Quote booleans according the rules defined by the adapter
Michael Koziarski
2005-10-06
1
-2
/
+2
*
Wrap :conditions in parentheses to prevent problems with OR's #1871
Jamis Buck
2005-09-24
1
-1
/
+9
*
Added AbstractAdapter#select_value and AbstractAdapter#select_values as conve...
David Heinemeier Hansson
2005-09-24
1
-0
/
+13
[next]