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
*
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