aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Don't undefine #class in OptionMerger [Rick]Rick Olson2006-09-273-1/+8
* 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-203-7/+14
* Version updates and missing licensesDavid Heinemeier Hansson2006-09-151-0/+20
* assert_deprecated returns result of blockJeremy Kemper2006-09-153-7/+21
* assert_deprecated matches any warning caught in blockJeremy Kemper2006-09-152-3/+12
* alias_method_chain yields method target and punctuation to simplify wrapper m...Jeremy Kemper2006-09-153-7/+24
* alias_method_chain works with accessor= methods also. Closes #6153.Jeremy Kemper2006-09-123-10/+25
* Fix loadable_constants_for_path to handle load paths that do not end with a s...Nicholas Seckar2006-09-063-8/+16
* Fix logic error in determining what was loaded by a given file. Closes #6039.Nicholas Seckar2006-09-053-1/+21
* Equate Kernel.const_missing with Object.const_missing. Fixes #5988.Nicholas Seckar2006-09-053-0/+19
* quell warningsJeremy Kemper2006-09-042-0/+8
* reloadable deprecation testsJeremy Kemper2006-09-041-37/+47
* silenced writerJeremy Kemper2006-09-042-1/+8
* set ActiveSupport::Deprecation.debug = true to see backtraces for deprecation...Jeremy 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-042-7/+5
* get deprecation methods and callers straightJeremy Kemper2006-09-042-4/+4
* 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
* Add forgotten fileNicholas Seckar2006-09-031-0/+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
* More tests for alias_method_chain with feature and method punctuation. Closes...Jeremy Kemper2006-09-031-0/+15
* Add ApplicationController special case to Dependencies.Nicholas Seckar2006-09-023-3/+19
* Don't pad remaining places with in_groups_of if specified padding value is fa...Marcel Molina2006-09-023-3/+24
* Fix cases where empty xml nodes weren't being translated to nil in Hash.creat...Rick Olson2006-09-013-1/+30
* Tighten rescue clauses. Closes #5985.Jeremy Kemper2006-08-313-3/+5
* Inflections: don't singularize -ies plurals.Jeremy Kemper2006-08-302-1/+2
* Eliminate Active Support warnings.Jeremy Kemper2006-08-297-12/+10
* Update Initializer to use load_once_paths to avoid plugin reloading. Referenc...Nicholas Seckar2006-08-295-48/+88
* Use Array#assoc in ActiveSupport::OrderedHash.Jeremy Kemper2006-08-252-8/+4
* Fix unit tests for JSON emittersThomas Fuchs2006-08-201-3/+11
* Greatly increased performance of String.to_json, which speeds up RJS consider...Thomas Fuchs2006-08-182-16/+19
* Add tests for prior checkinNicholas Seckar2006-08-172-2/+10
* Widen too narrow rescueNicholas Seckar2006-08-171-1/+1
* Detect missing_constants calls from removed modules and fail accordingly.Nicholas Seckar2006-08-173-0/+21
* Fix const_missing to behave responsibly when called within anonymous modulesNicholas Seckar2006-08-162-2/+25
* Update require_dependency to return true or false as require does.Nicholas Seckar2006-08-162-7/+9
* Stop using defined? in Dependencies.qualified_const_defined? since defined? m...Nicholas Seckar2006-08-163-1/+29
* Dependencies can autoload directories of nested classes.Jeremy Kemper2006-08-168-5/+54
* Add silencing to deprecations; avoid self-scolding.Nicholas Seckar2006-08-144-4/+27
* Add debugging logging to Dependencies.Nicholas Seckar2006-08-132-4/+33
* Add forgotten files; Fix double loading errors.Nicholas Seckar2006-08-084-17/+25
* Checkin forgotten add. Update const_missing handler to avoid double loading f...Nicholas Seckar2006-08-082-1/+10
* New dependencies implementationNicholas Seckar2006-08-0810-63/+381
* separate warn method for easier localization overrideJeremy Kemper2006-08-081-1/+5
* Include called method in instance variable deprecation warning.Jeremy Kemper2006-08-082-9/+4