aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
* Document Date conversions. Closes #10368 [chuyeow]Michael Koziarski2007-12-051-4/+34
* Enhance documentation for Active Support's Time Conversion functions. [rsanhe...Michael Koziarski2007-12-051-3/+46
* Don't escape forward slashes with String#to_json, our unicode encoding of < a...Michael Koziarski2007-12-021-3/+2
* Fix potential extra space in Array#to_sentence. Closes #10327 [kamal]Michael Koziarski2007-12-021-6/+7
* Prep for RC2David Heinemeier Hansson2007-11-291-1/+1
* Added Array#from and Array#to that behaves just from String#from and String#t...David Heinemeier Hansson2007-11-272-0/+30
* Fix that empty collections should be treated as empty arrays regardless of wh...David Heinemeier Hansson2007-11-251-13/+13
* Honor Ruby's default calendar reform setting when creating DateTime objects v...Geoff Buesing2007-11-244-4/+4
* Change Time and DateTime #end_of_month to return last second of month instea...Geoff Buesing2007-11-242-2/+2
* Clarify Array#in_groups_of implementation, don't dup unless needed, only requ...Jeremy Kemper2007-11-171-7/+20
* Speedup String#blank? and remove some overspecified tests.Jeremy Kemper2007-11-141-8/+2
* Remove things that trip up RDocDavid Heinemeier Hansson2007-11-091-1/+1
* Prepare versions for RC1David Heinemeier Hansson2007-11-091-2/+2
* Standardize on using hyphens rather than colons to separate option names from...Marcel Molina2007-11-062-4/+4
* Add documentation for Hash#diff. Closes #9306 [tarmo]Marcel Molina2007-11-061-0/+8
* Cater for DST changes when converting Times to DateTimes. Closes #10068 [gbu...Michael Koziarski2007-11-053-4/+13
* Add new superclass_delegating_accessors. Similar to class inheritable attrib...Michael Koziarski2007-10-292-0/+41
* Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance with...Rick Olson2007-10-291-3/+4
* Make Default Test work with both ruby 1.8.4 and 1.8.6. [DrMark] Closes #10003Michael Koziarski2007-10-261-1/+2
* Fix JSON encoding/decoding bugs dealing with /'s. Closes #9990 [Rick, theama...Rick Olson2007-10-262-10/+12
* Introduce TestCase subclasses for testing rails applications allowing tests t...Michael Koziarski2007-10-264-0/+19
* Add an ignored options parameter to ActiveSupport::JSON::Variable#to_json to ...Michael Koziarski2007-10-251-1/+1
* Document Enumerable and Hash #to_json. Add test for hash with integer key. Cl...Jeremy Kemper2007-10-242-0/+39
* Hash#to_xml handles symbol values. Closes #9954.Jeremy Kemper2007-10-231-0/+5
* Hash#symbolize_keys behaves well with integer keys. Closes #9890.Jeremy Kemper2007-10-161-3/+3
* Don't assume ActiveSupport module is already definedJeremy Kemper2007-10-151-5/+7
* Multibyte: String#slice supports regexp argument. Closes #9646.Jeremy Kemper2007-10-151-0/+2
* object.duplicable? returns true if object.dup is safe. False for nil, true, f...Jeremy Kemper2007-10-151-0/+37
* Time, Date and DateTime #advance accept :weeks option. Closes #9866.Jeremy Kemper2007-10-133-3/+4
* Fix Time#years_ago and #years_since from leap days. Closes #9865.Jeremy Kemper2007-10-131-2/+2
* Time and DateTime#advance accept :hours, :minutes, and :seconds options. Clos...Jeremy Kemper2007-10-132-4/+8
* Don't shadow local var with block varJeremy Kemper2007-10-131-1/+1
* Use __FILE__ and __LINE__ for BufferedLogger severity methodsJeremy Kemper2007-10-131-2/+2
* Fix Date#years_ago and #years_since from leap days. Closes #9864.Jeremy Kemper2007-10-131-2/+2
* Refactor Time and Date#months_since and #months_ago to use #advance. Closes #...Jeremy Kemper2007-10-132-42/+8
* Update versions here tooDavid Heinemeier Hansson2007-10-121-1/+1
* Bundle xml-simple 1.0.11Jeremy Kemper2007-10-101-0/+1021
* Update bundled xml-simple to 1.0.11 and prefer installed gemsJeremy Kemper2007-10-101-1021/+0
* Rebundle Builder 2.1.2 but prefer a newer RubyGem if available.Jeremy Kemper2007-10-1012-14/+1059
* Style update for new Range extensionsJeremy Kemper2007-10-094-26/+19
* Hash is ordered in Ruby 1.9Jeremy Kemper2007-10-091-17/+22
* * Add Range#overlaps?(range), Range#include?(range), and Range#step without a...Michael Koziarski2007-10-084-0/+69
* Documentation for assert_valid_keys. Closes #7264 [tarmo, rsanheim]Michael Koziarski2007-10-081-0/+7
* Builder unbundle message directs to Bulk updating Gem source index for: http:...Jeremy Kemper2007-10-081-0/+7
* Correct BufferedLogger#level? checks. Closes #9806.Jeremy Kemper2007-10-071-1/+1
* Reference current fast_xs URLJeremy Kemper2007-10-071-0/+1
* String#to_xs uses the fast_xs extension if available for Builder speedup.Jeremy Kemper2007-10-076-3/+18
* Introduce BasicObject as Builder::BlankSlate for Ruby 1.9 forward compatibility.Jeremy Kemper2007-10-073-3/+9
* Unbundle Builder in favor of a gem dependency.Jeremy Kemper2007-10-076-723/+0
* Disambiguate Time, Date, and DateTime#to_json formatting. Closes #9750.Jeremy Kemper2007-10-053-3/+3