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
*
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
*
Added :select option to find which can specify a different value than the def...
David Heinemeier Hansson
2005-07-14
1
-0
/
+4
*
Fixed Base.content_columns call for SQL Server adapter #1450 [DeLynn Berry] A...
David Heinemeier Hansson
2005-07-03
1
-1
/
+5
*
Updated all references to the old find_first and find_all to use the new styl...
David Heinemeier Hansson
2005-06-26
1
-1
/
+1
*
Fixed Base#find to honor the documentation on how :joins work and make them c...
David Heinemeier Hansson
2005-06-25
1
-2
/
+5
*
Fixed that calling Model.find([]) returns [] and doesn't throw an exception #...
David Heinemeier Hansson
2005-06-21
1
-0
/
+4
*
Fix quote_bound_value to not map Strings #1416 [htonl]
David Heinemeier Hansson
2005-06-16
1
-0
/
+4
*
Allow any Enumerable, not just Array, to work as bind variables #1344 [bitsweat]
David Heinemeier Hansson
2005-06-16
1
-1
/
+8
*
Don't expect fixtures to be returned in the order they were inserted.
Jeremy Kemper
2005-06-12
1
-3
/
+4
*
Do not use instantiated fixtures (in general) in tests. Also, support the use...
Jamis Buck
2005-06-10
1
-14
/
+14
*
Fixed use of construct_finder_sql when using :join #1288 [dwlt@dwlt.net]
David Heinemeier Hansson
2005-05-19
1
-0
/
+8
*
Added option for passing an array to the find_all version of the dynamic find...
David Heinemeier Hansson
2005-05-02
1
-0
/
+4
*
Made the dynamic finders use the new find API and updated the examples here a...
David Heinemeier Hansson
2005-04-17
1
-5
/
+10
*
Added tests
David Heinemeier Hansson
2005-04-03
1
-0
/
+278
*
Added new Base.find API and deprecated find_all, find_first. Added preliminar...
David Heinemeier Hansson
2005-04-03
1
-283
/
+0
*
Fixed the MS SQL adapter to work with the new limit/offset approach and with ...
David Heinemeier Hansson
2005-03-23
1
-5
/
+6
*
Added adapter independent limit clause as a two-element array with the first ...
David Heinemeier Hansson
2005-03-20
1
-1
/
+28
*
Added Base.exists?(id) that'll return true if an object of the class with the...
David Heinemeier Hansson
2005-03-17
1
-0
/
+7
*
Fixed that SQLite3 exceptions are caught and reported properly #823 [yerejm]
David Heinemeier Hansson
2005-03-14
1
-0
/
+4
*
Fixed that the dynamic finder like find_all_by_something_boolean(false) didn'...
David Heinemeier Hansson
2005-02-18
1
-0
/
+10
*
Added an Oracle adapter that works with the Oracle bindings by Yoshida (http:...
David Heinemeier Hansson
2005-02-07
1
-4
/
+10
*
Fixed that the dynamic finders didnt treat nil as a "IS NULL" but rather "= N...
David Heinemeier Hansson
2005-01-24
1
-0
/
+23
*
Added bind-named arrays for interpolating a group of ids or strings in condit...
David Heinemeier Hansson
2005-01-24
1
-1
/
+9
*
Added find_all style to the new dynamic finders
David Heinemeier Hansson
2005-01-02
1
-0
/
+8
*
Added dynamic attribute-based finders as a cleaner way of getting objects by ...
David Heinemeier Hansson
2005-01-02
1
-12
/
+22
*
Restored bind arity checking #412 [bitsweat]
David Heinemeier Hansson
2005-01-02
1
-2
/
+4
*
Added that Base#find takes an optional options hash, including :conditions. B...
David Heinemeier Hansson
2005-01-01
1
-1
/
+33
*
Fixed that Base#find will return an array if given an array -- regardless of ...
David Heinemeier Hansson
2004-12-15
1
-1
/
+6
*
Added Base.validate_uniqueness thatv alidates whether the value of the specif...
David Heinemeier Hansson
2004-12-10
1
-0
/
+10
*
Added named bind-style variable interpolation #281 [Michael Koziarski]
David Heinemeier Hansson
2004-12-08
1
-0
/
+21
*
Added the option for sanitizing find_by_sql and the offset parts in regular f...
David Heinemeier Hansson
2004-12-07
1
-1
/
+36
*
Fixed value quoting in all generated SQL statements, so that integers are not...
David Heinemeier Hansson
2004-12-07
1
-2
/
+2
[next]