aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Array#to_xml yields the builder just like Hash and ActiveRecord::Base. Closes...Jeremy Kemper2007-05-261-0/+2
* Date, Time, and DateTime support formatting blocks in addition to strftime st...Jeremy Kemper2007-05-251-0/+2
* Document Object#blank?. Closes #6491.Jeremy Kemper2007-05-201-0/+2
* Date, Time, and DateTime#to_json. Closes #8399.Jeremy Kemper2007-05-181-0/+2
* Simplify API of assert_difference by passing in an expression that is evaluat...Marcel Molina2007-05-081-0/+2
* Added assert_difference and assert_no_difference to test/unit assertionsTobias Lütke2007-05-011-0/+2
* Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ...David Heinemeier Hansson2007-04-281-0/+2
* Added parsing of file type in Hash.xml_in so you can easily do file uploads w...David Heinemeier Hansson2007-04-251-0/+16
* Improved performance by relying less on exception raising #8159 [Blaine]David Heinemeier Hansson2007-04-241-0/+2
* Use XSD-compatible type names for Hash#to_xml and make the converters extenda...David Heinemeier Hansson2007-04-211-0/+2
* Added yielding of builder in Hash#to_xml [DHH]David Heinemeier Hansson2007-04-191-0/+2
* Fixed that parameters from XML should also be presented in a hash with indiff...David Heinemeier Hansson2007-04-161-0/+2
* Hash#to_xml supports YAML attributes; ActiveRecord::Base#to_xml support seria...Jeremy Kemper2007-03-181-0/+2
* Refactor ActiveSupport::JSON to be less obtuse. Add support for JSON decodin...Sam Stephenson2007-03-181-0/+2
* alias_method_chain preserves the original method's visibility. Closes #7854.Jeremy Kemper2007-03-181-0/+2
* Fix changelog lineNicholas Seckar2007-03-141-2/+1
* Update Dependencies to ignore constants inherited from ancestors. Closes #6951.Nicholas Seckar2007-03-141-0/+2
* Array#to_query preserves its ordering. References #7756.Jeremy Kemper2007-03-111-0/+2
* Time#since overflows to DateTime. Introduce Time#to_datetime. Closes #7715.Jeremy Kemper2007-03-051-1/+1
* Out-of-range Time calculations transparently overflow to DateTime. Closes #7706.Jeremy Kemper2007-03-041-0/+2
* Test DateTime native type in migrations. References #7649.Jeremy Kemper2007-03-041-1/+1
* DateTime calculations analogous to the Date and Time extensions. Closes #7693.Jeremy Kemper2007-03-041-0/+2
* Give DateTime correct .to_s implementations, lets it play nice with ActiveRec...Michael Koziarski2007-02-271-0/+2
* Add File.atomic_write to prevent users from seeing half written files. Usefu...Michael Koziarski2007-02-271-0/+2
* Allow users to provide custom formatters to Logger. [aeden] Closes #7106, #2484Michael Koziarski2007-02-251-0/+2
* 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