aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Deprecation: silence warnings when reporting test errors.Jeremy Kemper2006-12-171-0/+2
* Hash#slice(*keys) returns a new hash with only the given keys. #slice! replac...Jeremy Kemper2006-12-171-0/+2
* HashWithIndifferentAccess#to_hash converts to a Hash with String keys and the...Jeremy Kemper2006-12-161-0/+2
* Fix remove_constant to correctly handle constant names of the form "::A::..."...Nicholas Seckar2006-12-091-0/+2
* Fixed Array#to_xml when it contains a series of hashes (each piece would get ...David Heinemeier Hansson2006-12-031-0/+2
* Added Time#to_s(:time) which will just return H:M, like 17:44 [DHH]David Heinemeier Hansson2006-11-251-0/+2
* Add Module#attr_accessor_with_default to initialize value of attribute before...Marcel Molina2006-11-161-0/+2
* Hash#to_xml handles keys with the same name as Kernel methods. Closes #6613.Jeremy Kemper2006-11-141-0/+2
* Added Time#end_of_day to get 23:59:59 of that day [DHH]David Heinemeier Hansson2006-11-121-0/+2
* Don't quote hash keys in Hash#to_json if they're valid JavaScript identifiers.Sam Stephenson2006-11-111-0/+2
* Lazily load the Unicode Database in the UTF-8 Handler [Rick Olson]Rick Olson2006-11-091-0/+2
* Update dependencies to delete partially loaded constants.Nicholas Seckar2006-11-071-0/+2
* Fix unicode JSON regexp for Onigurama compatibility. Closes #6494.Jeremy Kemper2006-11-051-0/+2
* update XmlSimple to 1.0.10. Closes #6532. [nicksieger]Michael Koziarski2006-11-021-0/+2
* Remove dupe entry.Jeremy Kemper2006-11-021-4/+0
* Resolved the conflictDavid Heinemeier Hansson2006-11-021-0/+4
* next_week respects DST changes. Closes #5617, closes #2353, closes #2509, ref...Jeremy Kemper2006-11-021-1/+1
* Update dependencies to allow constants to be defined alongside their siblings.Nicholas Seckar2006-11-011-0/+2
* next_week respects DST changes. Closes #6483.Jeremy Kemper2006-10-241-0/+2
* Expose methods added to Enumerable in the documentation, such as group_by. Cl...Marcel Molina2006-10-221-0/+2
* Ensure Chars#tidy_bytes only tidies broken bytes. Closes #6397 [Manfred Stien...Michael Koziarski2006-10-171-0/+2
* Add 'unloadable', a method used to mark any constant as requiring an unload a...Nicholas Seckar2006-10-151-0/+2
* Make core_ext/string/access.rb multibyte safe. Closes #6388 [Manfred Stienstra]Michael Koziarski2006-10-121-0/+2
* Make String#chars slicing behaviour consistent with String. Closes #6387 [Man...Michael Koziarski2006-10-121-0/+2
* Pull in latest multibyte patch. Closes #6346 [Manfred Stienstra]Michael Koziarski2006-10-041-1/+3
* Add ActiveSupport::Multibyte. Provides String#chars which lets you deal with...Michael Koziarski2006-10-031-0/+2
* Fix issue with #class_inheritable_accessor saving updates to the parent class...Rick Olson2006-10-021-0/+2
* Hash#to_xml supports Bignum and BigDecimal. Closes #6313.Jeremy Kemper2006-09-291-0/+2
* Don't undefine #class in OptionMerger [Rick]Rick Olson2006-09-271-0/+2
* Hash.create_from_xml has been renamed to Hash.from_xml, alias will exist unti...David Heinemeier Hansson2006-09-201-1/+3
* alias_method_chain works with accessor= methods also. Closes #6153.Jeremy Kemper2006-09-121-0/+2
* Fix loadable_constants_for_path to handle load paths that do not end with a s...Nicholas Seckar2006-09-061-0/+2
* Fix logic error in determining what was loaded by a given file. Closes #6039.Nicholas Seckar2006-09-051-0/+2
* Equate Kernel.const_missing with Object.const_missing. Fixes #5988.Nicholas Seckar2006-09-051-0/+2
* Add ApplicationController special case to Dependencies.Nicholas Seckar2006-09-021-0/+2
* Don't pad remaining places with in_groups_of if specified padding value is fa...Marcel Molina2006-09-021-0/+2
* Fix cases where empty xml nodes weren't being translated to nil in Hash.creat...Rick Olson2006-09-011-0/+5
* Tighten rescue clauses. Closes #5985.Jeremy Kemper2006-08-311-0/+2
* Inflections: don't singularize -ies plurals.Jeremy Kemper2006-08-301-0/+2
* Update Initializer to use load_once_paths to avoid plugin reloading. Referenc...Nicholas Seckar2006-08-291-0/+2
* Use Array#assoc in ActiveSupport::OrderedHash.Jeremy Kemper2006-08-251-0/+2
* Greatly increased performance of String.to_json, which speeds up RJS consider...Thomas Fuchs2006-08-181-0/+2
* Detect missing_constants calls from removed modules and fail accordingly.Nicholas Seckar2006-08-171-0/+2
* Stop using defined? in Dependencies.qualified_const_defined? since defined? m...Nicholas Seckar2006-08-161-0/+2
* Dependencies can autoload directories of nested classes.Jeremy Kemper2006-08-161-0/+5
* Add silencing to deprecations; avoid self-scolding.Nicholas Seckar2006-08-141-0/+2
* Add debugging logging to Dependencies.Nicholas Seckar2006-08-131-3/+2
* New dependencies implementationNicholas Seckar2006-08-081-0/+5
* DateTime#to_time gives hour/minute/second resolution. Closes #5747.Jeremy Kemper2006-08-071-0/+2
* attr_internal to support namespacing and deprecationJeremy Kemper2006-08-071-0/+6