Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/activesupport/lib/active_support/core_ext/array/conversions.rb


Mode:

Legend:

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