aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
* next_week respects DST changes. Closes #5617, closes #2353, closes #2509, ref...Jeremy Kemper2006-11-021-6/+7
* Update dependencies to allow constants to be defined alongside their siblings.Nicholas Seckar2006-11-011-5/+79
* next_week respects DST changes. Closes #6483.Jeremy Kemper2006-10-241-1/+3
* Extend deprecate so that alternatives can be specified via the deprecationJamis Buck2006-10-241-3/+10
* Expose methods added to Enumerable in the documentation, such as group_by. Cl...Marcel Molina2006-10-221-2/+2
* Ensure Chars#tidy_bytes only tidies broken bytes. Closes #6397 [Manfred Stien...Michael Koziarski2006-10-171-6/+11
* Add 'unloadable', a method used to mark any constant as requiring an unload a...Nicholas Seckar2006-10-151-17/+71
* Undo accidental commitNicholas Seckar2006-10-141-42/+16
* Rename overlapping test namesNicholas Seckar2006-10-141-16/+42
* make sure the String::Access methods return strings, and not multibyte Char i...Jamis Buck2006-10-131-5/+5
* Make core_ext/string/access.rb multibyte safe. Closes #6388 [Manfred Stienstra]Michael Koziarski2006-10-121-5/+5
* Make String#chars slicing behaviour consistent with String. Closes #6387 [Man...Michael Koziarski2006-10-121-3/+3
* Pull in latest multibyte patch. Closes #6346 [Manfred Stienstra]Michael Koziarski2006-10-045-21/+19
* Add ActiveSupport::Multibyte. Provides String#chars which lets you deal with...Michael Koziarski2006-10-0311-0/+823
* Fix issue with #class_inheritable_accessor saving updates to the parent class...Rick Olson2006-10-021-1/+6
* Hash#to_xml supports Bignum and BigDecimal. Closes #6313.Jeremy Kemper2006-09-291-8/+10
* Don't undefine #class in OptionMerger [Rick]Rick Olson2006-09-271-1/+1
* deprecation_method_warning and deprecation_horizon - fewer moving parts, easy...Jeremy Kemper2006-09-221-1/+9
* Hash.create_from_xml has been renamed to Hash.from_xml, alias will exist unti...David Heinemeier Hansson2006-09-201-2/+7
* assert_deprecated returns result of blockJeremy Kemper2006-09-151-4/+6
* assert_deprecated matches any warning caught in blockJeremy Kemper2006-09-151-3/+3
* alias_method_chain yields method target and punctuation to simplify wrapper m...Jeremy Kemper2006-09-152-7/+9
* alias_method_chain works with accessor= methods also. Closes #6153.Jeremy Kemper2006-09-121-1/+1
* Fix loadable_constants_for_path to handle load paths that do not end with a s...Nicholas Seckar2006-09-061-8/+7
* Fix logic error in determining what was loaded by a given file. Closes #6039.Nicholas Seckar2006-09-051-1/+1
* Equate Kernel.const_missing with Object.const_missing. Fixes #5988.Nicholas Seckar2006-09-051-0/+9
* quell warningsJeremy Kemper2006-09-042-0/+8
* silenced writerJeremy Kemper2006-09-041-0/+3
* set ActiveSupport::Deprecation.debug = true to see backtraces for deprecation...Jeremy Kemper2006-09-041-4/+15
* Quiet while testing, you.Jeremy Kemper2006-09-041-2/+1
* get deprecation methods and callers straightJeremy Kemper2006-09-041-3/+3
* Added deprecation language for in_place_editor and auto_complete_field that b...David Heinemeier Hansson2006-09-031-2/+2
* More deprecation funDavid Heinemeier Hansson2006-09-031-3/+2
* If not running in Rails, we will log deprecations to $stderrDavid Heinemeier Hansson2006-09-031-2/+6
* Modules can deprecate stuff tooDavid Heinemeier Hansson2006-09-031-1/+1
* Stress that 2.0 is the cut and that we will have a page listing deprecationsDavid Heinemeier Hansson2006-09-031-1/+2
* Made it clear that deprecated stuff leaves on majors onlyDavid Heinemeier Hansson2006-09-031-2/+1
* Add ApplicationController special case to Dependencies.Nicholas Seckar2006-09-021-2/+8
* Don't pad remaining places with in_groups_of if specified padding value is fa...Marcel Molina2006-09-021-2/+11
* Fix cases where empty xml nodes weren't being translated to nil in Hash.creat...Rick Olson2006-09-011-1/+1
* Tighten rescue clauses. Closes #5985.Jeremy Kemper2006-08-311-2/+2
* Inflections: don't singularize -ies plurals.Jeremy Kemper2006-08-301-1/+0
* Eliminate Active Support warnings.Jeremy Kemper2006-08-294-4/+5
* Update Initializer to use load_once_paths to avoid plugin reloading. Referenc...Nicholas Seckar2006-08-291-24/+43
* Use Array#assoc in ActiveSupport::OrderedHash.Jeremy Kemper2006-08-251-8/+2
* Greatly increased performance of String.to_json, which speeds up RJS consider...Thomas Fuchs2006-08-181-16/+17
* Widen too narrow rescueNicholas Seckar2006-08-171-1/+1
* Detect missing_constants calls from removed modules and fail accordingly.Nicholas Seckar2006-08-171-0/+4
* Fix const_missing to behave responsibly when called within anonymous modulesNicholas Seckar2006-08-161-1/+6
* Update require_dependency to return true or false as require does.Nicholas Seckar2006-08-161-4/+6