Changeset 159
- Timestamp:
- 09/26/07 15:31:02 (5 years ago)
- Files:
-
- branches/activesupport_patched (added)
- branches/activesupport_patched/CHANGELOG (added)
- branches/activesupport_patched/MIT-LICENSE (added)
- branches/activesupport_patched/README (added)
- branches/activesupport_patched/Rakefile (added)
- branches/activesupport_patched/install.rb (added)
- branches/activesupport_patched/lib (added)
- branches/activesupport_patched/lib/active_support (added)
- branches/activesupport_patched/lib/active_support.rb (added)
- branches/activesupport_patched/lib/active_support/buffered_logger.rb (added)
- branches/activesupport_patched/lib/active_support/clean_logger.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext (added)
- branches/activesupport_patched/lib/active_support/core_ext.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/array (added)
- branches/activesupport_patched/lib/active_support/core_ext/array.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/array/conversions.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/array/extract_options.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/array/grouping.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/array/random_access.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/bigdecimal (added)
- branches/activesupport_patched/lib/active_support/core_ext/bigdecimal.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/bigdecimal/formatting.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/blank.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/cgi (added)
- branches/activesupport_patched/lib/active_support/core_ext/cgi.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/cgi/escape_skipping_slashes.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/class (added)
- branches/activesupport_patched/lib/active_support/core_ext/class.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/class/attribute_accessors.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/class/inheritable_attributes.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/class/removal.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/date (added)
- branches/activesupport_patched/lib/active_support/core_ext/date.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/date/behavior.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/date/calculations.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/date/conversions.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/date/translation.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/date_time (added)
- branches/activesupport_patched/lib/active_support/core_ext/date_time.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/date_time/calculations.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/date_time/conversions.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/date_time/translation.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/enumerable.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/exception.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/file.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/float (added)
- branches/activesupport_patched/lib/active_support/core_ext/float.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/float/rounding.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/hash (added)
- branches/activesupport_patched/lib/active_support/core_ext/hash.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/hash/conversions.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/hash/diff.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/hash/except.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/hash/indifferent_access.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/hash/keys.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/hash/reverse_merge.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/hash/slice.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/integer (added)
- branches/activesupport_patched/lib/active_support/core_ext/integer.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/integer/even_odd.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/integer/inflections.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/kernel (added)
- branches/activesupport_patched/lib/active_support/core_ext/kernel.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/kernel/agnostics.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/kernel/daemonizing.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/kernel/debugger.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/kernel/reporting.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/kernel/requires.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/load_error.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/logger.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/module (added)
- branches/activesupport_patched/lib/active_support/core_ext/module.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/module/aliasing.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/module/attr_accessor_with_default.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/module/attr_internal.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/module/attribute_accessors.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/module/delegation.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/module/inclusion.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/module/introspection.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/module/loading.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/name_error.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/numeric (added)
- branches/activesupport_patched/lib/active_support/core_ext/numeric.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/numeric/bytes.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/numeric/time.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/object (added)
- branches/activesupport_patched/lib/active_support/core_ext/object.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/object/extending.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/object/misc.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/pathname (added)
- branches/activesupport_patched/lib/active_support/core_ext/pathname.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/pathname/clean_within.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/proc.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/range (added)
- branches/activesupport_patched/lib/active_support/core_ext/range.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/range/conversions.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/string (added)
- branches/activesupport_patched/lib/active_support/core_ext/string.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/string/access.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/string/conversions.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/string/inflections.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/string/iterators.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/string/starts_ends_with.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/string/translation.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/string/unicode.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/symbol.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/test (added)
- branches/activesupport_patched/lib/active_support/core_ext/test.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/test/difference.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/time (added)
- branches/activesupport_patched/lib/active_support/core_ext/time.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/time/behavior.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/time/calculations.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/time/conversions.rb (added)
- branches/activesupport_patched/lib/active_support/core_ext/time/translation.rb (added)
- branches/activesupport_patched/lib/active_support/dependencies.rb (added)
- branches/activesupport_patched/lib/active_support/deprecation.rb (added)
- branches/activesupport_patched/lib/active_support/duration.rb (added)
- branches/activesupport_patched/lib/active_support/inflections.rb (added)
- branches/activesupport_patched/lib/active_support/inflector.rb (added)
- branches/activesupport_patched/lib/active_support/json (added)
- branches/activesupport_patched/lib/active_support/json.rb (added)
- branches/activesupport_patched/lib/active_support/json/decoding.rb (added)
- branches/activesupport_patched/lib/active_support/json/encoders (added)
- branches/activesupport_patched/lib/active_support/json/encoders/date.rb (added)
- branches/activesupport_patched/lib/active_support/json/encoders/date_time.rb (added)
- branches/activesupport_patched/lib/active_support/json/encoders/enumerable.rb (added)
- branches/activesupport_patched/lib/active_support/json/encoders/false_class.rb (added)
- branches/activesupport_patched/lib/active_support/json/encoders/hash.rb (added)
- branches/activesupport_patched/lib/active_support/json/encoders/nil_class.rb (added)
- branches/activesupport_patched/lib/active_support/json/encoders/numeric.rb (added)
- branches/activesupport_patched/lib/active_support/json/encoders/object.rb (added)
- branches/activesupport_patched/lib/active_support/json/encoders/regexp.rb (added)
- branches/activesupport_patched/lib/active_support/json/encoders/string.rb (added)
- branches/activesupport_patched/lib/active_support/json/encoders/symbol.rb (added)
- branches/activesupport_patched/lib/active_support/json/encoders/time.rb (added)
- branches/activesupport_patched/lib/active_support/json/encoders/true_class.rb (added)
- branches/activesupport_patched/lib/active_support/json/encoding.rb (added)
- branches/activesupport_patched/lib/active_support/json/variable.rb (added)
- branches/activesupport_patched/lib/active_support/multibyte (added)
- branches/activesupport_patched/lib/active_support/multibyte.rb (added)
- branches/activesupport_patched/lib/active_support/multibyte/chars.rb (added)
- branches/activesupport_patched/lib/active_support/multibyte/generators (added)
- branches/activesupport_patched/lib/active_support/multibyte/generators/generate_tables.rb (added)
- branches/activesupport_patched/lib/active_support/multibyte/handlers (added)
- branches/activesupport_patched/lib/active_support/multibyte/handlers/passthru_handler.rb (added)
- branches/activesupport_patched/lib/active_support/multibyte/handlers/utf8_handler.rb (added)
- branches/activesupport_patched/lib/active_support/multibyte/handlers/utf8_handler_proc.rb (added)
- branches/activesupport_patched/lib/active_support/option_merger.rb (added)
- branches/activesupport_patched/lib/active_support/ordered_options.rb (added)
- branches/activesupport_patched/lib/active_support/translation (added)
- branches/activesupport_patched/lib/active_support/translation.rb (added)
- branches/activesupport_patched/lib/active_support/translation/translatable_date.rb (added)
- branches/activesupport_patched/lib/active_support/translation/translatable_date_time.rb (added)
- branches/activesupport_patched/lib/active_support/translation/translatable_string.rb (added)
- branches/activesupport_patched/lib/active_support/translation/translatable_time.rb (added)
- branches/activesupport_patched/lib/active_support/values (added)
- branches/activesupport_patched/lib/active_support/values/time_zone.rb (added)
- branches/activesupport_patched/lib/active_support/values/unicode_tables.dat (added)
- branches/activesupport_patched/lib/active_support/vendor (added)
- branches/activesupport_patched/lib/active_support/vendor/builder (added)
- branches/activesupport_patched/lib/active_support/vendor/builder.rb (added)
- branches/activesupport_patched/lib/active_support/vendor/builder/blankslate.rb (added)
- branches/activesupport_patched/lib/active_support/vendor/builder/xchar.rb (added)
- branches/activesupport_patched/lib/active_support/vendor/builder/xmlbase.rb (added)
- branches/activesupport_patched/lib/active_support/vendor/builder/xmlevents.rb (added)
- branches/activesupport_patched/lib/active_support/vendor/builder/xmlmarkup.rb (added)
- branches/activesupport_patched/lib/active_support/vendor/xml_simple.rb (added)
- branches/activesupport_patched/lib/active_support/version.rb (added)
- branches/activesupport_patched/lib/active_support/whiny_nil.rb (added)
- branches/activesupport_patched/lib/activesupport.rb (added)
- branches/activesupport_patched/test (added)
- branches/activesupport_patched/test/abstract_unit.rb (added)
- branches/activesupport_patched/test/autoloading_fixtures (added)
- branches/activesupport_patched/test/autoloading_fixtures/a (added)
- branches/activesupport_patched/test/autoloading_fixtures/a/b.rb (added)
- branches/activesupport_patched/test/autoloading_fixtures/a/c (added)
- branches/activesupport_patched/test/autoloading_fixtures/a/c/d.rb (added)
- branches/activesupport_patched/test/autoloading_fixtures/a/c/e (added)
- branches/activesupport_patched/test/autoloading_fixtures/a/c/e/f.rb (added)
- branches/activesupport_patched/test/autoloading_fixtures/application.rb (added)
- branches/activesupport_patched/test/autoloading_fixtures/class_folder (added)
- branches/activesupport_patched/test/autoloading_fixtures/class_folder.rb (added)
- branches/activesupport_patched/test/autoloading_fixtures/class_folder/class_folder_subclass.rb (added)
- branches/activesupport_patched/test/autoloading_fixtures/class_folder/inline_class.rb (added)
- branches/activesupport_patched/test/autoloading_fixtures/class_folder/nested_class.rb (added)
- branches/activesupport_patched/test/autoloading_fixtures/conflict.rb (added)
- branches/activesupport_patched/test/autoloading_fixtures/counting_loader.rb (added)
- branches/activesupport_patched/test/autoloading_fixtures/cross_site_dependency.rb (added)
- branches/activesupport_patched/test/autoloading_fixtures/e.rb (added)
- branches/activesupport_patched/test/autoloading_fixtures/module_folder (added)
- branches/activesupport_patched/test/autoloading_fixtures/module_folder/inline_class.rb (added)
- branches/activesupport_patched/test/autoloading_fixtures/module_folder/nested_class.rb (added)
- branches/activesupport_patched/test/autoloading_fixtures/module_folder/nested_sibling.rb (added)
- branches/activesupport_patched/test/autoloading_fixtures/module_with_custom_const_missing (added)
- branches/activesupport_patched/test/autoloading_fixtures/module_with_custom_const_missing/a (added)
- branches/activesupport_patched/test/autoloading_fixtures/module_with_custom_const_missing/a/b.rb (added)
- branches/activesupport_patched/test/autoloading_fixtures/multiple_constant_file.rb (added)
- branches/activesupport_patched/test/autoloading_fixtures/raises_name_error.rb (added)
- branches/activesupport_patched/test/autoloading_fixtures/raises_no_method_error.rb (added)
- branches/activesupport_patched/test/buffered_logger_test.rb (added)
- branches/activesupport_patched/test/clean_logger_test.rb (added)
- branches/activesupport_patched/test/core_ext (added)
- branches/activesupport_patched/test/core_ext/array_ext_test.rb (added)
- branches/activesupport_patched/test/core_ext/blank_test.rb (added)
- branches/activesupport_patched/test/core_ext/cgi_ext_test.rb (added)
- branches/activesupport_patched/test/core_ext/class (added)
- branches/activesupport_patched/test/core_ext/class/attribute_accessor_test.rb (added)
- branches/activesupport_patched/test/core_ext/class/class_inheritable_attributes_test.rb (added)
- branches/activesupport_patched/test/core_ext/class_test.rb (added)
- branches/activesupport_patched/test/core_ext/date_ext_test.rb (added)
- branches/activesupport_patched/test/core_ext/date_time_ext_test.rb (added)
- branches/activesupport_patched/test/core_ext/duration_test.rb (added)
- branches/activesupport_patched/test/core_ext/enumerable_test.rb (added)
- branches/activesupport_patched/test/core_ext/exception_test.rb (added)
- branches/activesupport_patched/test/core_ext/file_test.rb (added)
- branches/activesupport_patched/test/core_ext/float_ext_test.rb (added)
- branches/activesupport_patched/test/core_ext/hash_ext_test.rb (added)
- branches/activesupport_patched/test/core_ext/integer_ext_test.rb (added)
- branches/activesupport_patched/test/core_ext/kernel_test.rb (added)
- branches/activesupport_patched/test/core_ext/load_error_tests.rb (added)
- branches/activesupport_patched/test/core_ext/module (added)
- branches/activesupport_patched/test/core_ext/module/attr_accessor_with_default.rb (added)
- branches/activesupport_patched/test/core_ext/module/attr_accessor_with_default_test.rb (added)
- branches/activesupport_patched/test/core_ext/module/attr_internal_test.rb (added)
- branches/activesupport_patched/test/core_ext/module/attribute_accessor_test.rb (added)
- branches/activesupport_patched/test/core_ext/module/attribute_aliasing_test.rb (added)
- branches/activesupport_patched/test/core_ext/module_test.rb (added)
- branches/activesupport_patched/test/core_ext/name_error_test.rb (added)
- branches/activesupport_patched/test/core_ext/numeric_ext_test.rb (added)
- branches/activesupport_patched/test/core_ext/object_and_class_ext_test.rb (added)
- branches/activesupport_patched/test/core_ext/pathname_test.rb (added)
- branches/activesupport_patched/test/core_ext/proc_test.rb (added)
- branches/activesupport_patched/test/core_ext/range_ext_test.rb (added)
- branches/activesupport_patched/test/core_ext/string_ext_test.rb (added)
- branches/activesupport_patched/test/core_ext/symbol_test.rb (added)
- branches/activesupport_patched/test/core_ext/time_ext_test.rb (added)
- branches/activesupport_patched/test/dependencies (added)
- branches/activesupport_patched/test/dependencies/check_warnings.rb (added)
- branches/activesupport_patched/test/dependencies/conflict.rb (added)
- branches/activesupport_patched/test/dependencies/cross_site_depender.rb (added)
- branches/activesupport_patched/test/dependencies/mutual_one.rb (added)
- branches/activesupport_patched/test/dependencies/mutual_two.rb (added)
- branches/activesupport_patched/test/dependencies/raises_exception.rb (added)
- branches/activesupport_patched/test/dependencies/requires_nonexistent0.rb (added)
- branches/activesupport_patched/test/dependencies/requires_nonexistent1.rb (added)
- branches/activesupport_patched/test/dependencies/service_one.rb (added)
- branches/activesupport_patched/test/dependencies/service_two.rb (added)
- branches/activesupport_patched/test/dependencies_test.rb (added)
- branches/activesupport_patched/test/deprecation_test.rb (added)
- branches/activesupport_patched/test/inflector_test.rb (added)
- branches/activesupport_patched/test/json (added)
- branches/activesupport_patched/test/json/decoding_test.rb (added)
- branches/activesupport_patched/test/json/encoding_test.rb (added)
- branches/activesupport_patched/test/localization_test.rb (added)
- branches/activesupport_patched/test/multibyte_chars_test.rb (added)
- branches/activesupport_patched/test/multibyte_conformance.rb (added)
- branches/activesupport_patched/test/multibyte_handler_test.rb (added)
- branches/activesupport_patched/test/option_merger_test.rb (added)
- branches/activesupport_patched/test/ordered_options_test.rb (added)
- branches/activesupport_patched/test/test_test.rb (added)
- branches/activesupport_patched/test/time_zone_test.rb (added)
- branches/activesupport_patched/test/translation_test.rb (added)
- branches/activesupport_patched/test/whiny_nil_test.rb (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
