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
*
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
*
Added bind-style variable interpolation for the condition arrays that uses th...
David Heinemeier Hansson
2004-12-07
1
-0
/
+7
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+67