aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/array/conversions.rb
Commit message (Expand)AuthorAgeFilesLines
...
* dasherize the root element when doing to_xmlJamis Buck2006-03-161-1/+1
* tag! is nicer than __send__David Heinemeier Hansson2006-03-101-1/+1
* Implemented nested to_xml and named elements for array xmling [DHH]David Heinemeier Hansson2006-03-091-5/+8
* Fixed to_xml across the board to use nice indention, better skip_attributes w...David Heinemeier Hansson2006-03-091-3/+8
* reverted #to_sentence to use red, green, and blue styleTobias Lütke2006-03-081-2/+2
* Added Hash#to_xml and Array#to_xml that makes it much easier to produce XML f...David Heinemeier Hansson2006-03-081-1/+6
* changed default of Array#to_sentence to use one, two and three notation ( ski...Tobias Lütke2006-03-061-2/+2
* Fixed that Array#to_sentence will return "" on an empty array instead of ", a...David Heinemeier Hansson2006-03-021-0/+2
* Pull out Array#to_strings in favor of more general Symbol#to_proc.Marcel Molina2005-11-211-3/+0
* Add Array#to_strings which to_s's all elements in an array.Marcel Molina2005-11-201-0/+4
* Added Hash#reverse_merge, Hash#reverse_merge!, and Hash#reverse_update to eas...David Heinemeier Hansson2005-09-111-6/+14
* Added Array#to_sentence that'll turn ['one', 'two', 'three'] into 'one, two, ...David Heinemeier Hansson2005-09-111-0/+22