|
|
|
@9226
|
[9226]
|
04/05/08 03:52:58 |
pratik |
Improve documentation. |
|
|
|
@9093
|
[9093]
|
03/26/08 12:27:52 |
pratik |
Improve documentation. |
|
|
|
@8384
|
[8384]
|
12/14/07 18:02:04 |
david |
Added that Array#to_param calls to_param on all it's elements (closes … |
|
|
|
@8343
|
[8343]
|
12/09/07 22:12:07 |
bitsweat |
Move #to_query methods where they ought to belong. Closes #10395 [Chu … |
|
|
|
@8340
|
[8340]
|
12/09/07 22:10:40 |
bitsweat |
to_sentence returns self[0].to_s instead of just self[0] for arrays of … |
|
|
|
@8301
|
[8301]
|
12/05/07 18:54:41 |
david |
Fix typos (closes #10378) |
|
|
|
@8251
|
[8251]
|
12/02/07 00:28:30 |
nzkoz |
Fix potential extra space in Array#to_sentence. Closes #10327 [kamal] |
|
|
|
@8106
|
[8106]
|
11/06/07 23:33:40 |
marcel |
Standardize on using hyphens rather than colons to separate option names … |
|
|
|
@7773
|
[7773]
|
10/07/07 09:15:26 |
bitsweat |
String#to_xs uses the fast_xs extension if available for Builder speedup. |
|
|
|
@7474
|
[7474]
|
09/14/07 00:34:43 |
bitsweat |
Some 1.9 forward compatibility |
|
|
|
@7074
|
[7074]
|
06/21/07 15:07:15 |
rick |
Added proper handling of arrays. Closes #8537 [hasmanyjosh] |
|
|
|
@6946
|
[6946]
|
06/05/07 14:09:15 |
rick |
revert [6924] |
|
|
|
@6924
|
[6924]
|
06/01/07 06:48:09 |
david |
Added proper handling of arrays (closes #8537) [hasmanyjosh] |
|
|
|
@6858
|
[6858]
|
05/26/07 06:20:07 |
bitsweat |
Array#to_xml yields the builder just like Hash and ActiveRecord::Base. … |
|
|
|
@5668
|
[5668]
|
12/03/06 16:47:53 |
david |
Fixed Array#to_xml when it contains a series of hashes (each piece would … |
|
|
|
@4485
|
[4485]
|
06/22/06 17:47:45 |
bitsweat |
Correct and clarify Array#to_sentence docs. Closes #5458. |
|
|
|
@4413
|
[4413]
|
06/03/06 00:01:08 |
bitsweat |
to_xml fixes, features, and speedup. Closes #4989. |
|
|
|
@4390
|
[4390]
|
06/01/06 00:43:02 |
david |
Fixed that Base.find :all, :conditions => [ "id IN (?)", collection ] … |
|
|
|
@4389
|
[4389]
|
06/01/06 00:23:08 |
david |
Oracle and others wont take a string null for an answer |
|
|
|
@4387
|
[4387]
|
05/31/06 23:25:36 |
david |
Added Array#to_s(:db) that'll produce a comma-separated list of ids [DHH] … |
|
|
|
@3901
|
[3901]
|
03/16/06 20:30:01 |
minam |
dasherize the root element when doing to_xml |
|
|
|
@3833
|
[3833]
|
03/10/06 04:37:27 |
david |
tag! is nicer than send |
|
|
|
@3830
|
[3830]
|
03/09/06 23:35:43 |
david |
Implemented nested to_xml and named elements for array xmling [DHH] |
|
|
|
@3829
|
[3829]
|
03/09/06 21:12:28 |
david |
Fixed to_xml across the board to use nice indention, better … |
|
|
|
@3816
|
[3816]
|
03/08/06 16:13:13 |
xal |
reverted #to_sentence to use red, green, and blue style |
|
|
|
@3812
|
[3812]
|
03/08/06 02:56:25 |
david |
Added Hash#to_xml and Array#to_xml that makes it much easier to produce … |
|
|
|
@3802
|
[3802]
|
03/06/06 22:36:37 |
xal |
changed default of Array#to_sentence to use one, two and three notation ( … |
|
|
|
@3739
|
[3739]
|
03/02/06 01:51:52 |
david |
Fixed that Array#to_sentence will return "" on an empty array instead of … |
|
|
|
@3119
|
[3119]
|
11/21/05 02:17:10 |
marcel |
Pull out Array#to_strings in favor of more general Symbol#to_proc. |
|
|
|
@3114
|
[3114]
|
11/20/05 22:36:02 |
marcel |
Add Array#to_strings which to_s's all elements in an array. |
|
|
|
@2192
|
[2192]
|
09/11/05 08:23:50 |
david |
Added Hash#reverse_merge, Hash#reverse_merge!, and Hash#reverse_update to … |
|
|
|
@2185
|
[2185]
|
09/11/05 06:14:05 |
david |
Added Array#to_sentence that'll turn ['one', 'two', 'three'] into 'one, … |