aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Hash#to_query CGI-escapes its keys.Jeremy Kemper2007-02-111-0/+2
* Deprecation: warn on stderr if RAILS_DEFAULT_LOGGER isn't set yet.Jeremy Kemper2007-02-081-2/+4
* Optimize Class Inheritable Attributes so that unnecessary hashes are not crea...Rick Olson2007-02-041-0/+2
* Ruby 1.8-cvs and 1.9 define a private Time#to_date that overrides Active Supp...Jeremy Kemper2007-02-011-0/+3
* Mark the last release in the changelog.Jeremy Kemper2007-01-281-0/+3
* Full test coverage for Inflector. Closes #7228.Jeremy Kemper2007-01-281-0/+2
* :db format for Date#to_sJeremy Kemper2007-01-281-0/+3
* Added :instance_writer option to #mattr_writer/accessor, #cattr_writer/access...Rick Olson2007-01-281-0/+2
* Added Hash#to_query to turn a hash of values into a form-encoded query string...David Heinemeier Hansson2007-01-241-0/+2
* Increase test coverage for subclasses_of. Closes #7335.Nicholas Seckar2007-01-241-0/+2
* Added test coverage for Inflector.inflections.clear. Closes #7179. [Rich Col...Rick Olson2007-01-231-0/+6
* A couple extra tests for #classify. Closes #7273. [Josh Susser]Rick Olson2007-01-231-0/+2
* Better docs for Object extensions (closes #7002)Jamis Buck2007-01-221-0/+2
* Fix that Dates couldn't be subtracted from Dates after [5940].Sam Stephenson2007-01-151-0/+2
* Add Object#acts_like? and Time#acts_like_time? and Date#acts_like_date? to fa...Jamis Buck2007-01-151-0/+2
* Make 1.months and friends accurate by introducing a Duration class. #6835 [e...Michael Koziarski2007-01-151-0/+2
* Document Inflector.ordinalize and merge docs from String inflections. Closes ...Jeremy Kemper2007-01-141-0/+2
* Unbundle flexmock.Jeremy Kemper2007-01-131-0/+2
* Fix Dependencies.autoloaded? to ignore anonymous modules. Closes #6561.Nicholas Seckar2006-12-311-0/+2
* Update load once paths to prevent nested once constants from being detected a...Nicholas Seckar2006-12-241-0/+2
* 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