1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib/active_support
2011-12-25 22:22:22 +03:00
..
cache deprecate String#encoding_aware? and remove its usage 2011-12-24 15:57:54 +03:00
core_ext remove File#to_path alias 2011-12-25 22:22:22 +03:00
dependencies
deprecation
inflector fix typo again (Thanks Phillip Oertel) 2011-11-08 10:37:06 +05:30
json remove checks for encodings availability 2011-12-25 14:34:58 +03:00
locale
log_subscriber * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger 2011-12-19 18:41:37 -08:00
multibyte remove checks for encodings availability 2011-12-25 14:34:58 +03:00
notifications
ruby remove File#to_path alias 2011-12-25 22:22:22 +03:00
testing Initial pass at removing dead 1.8.x code from Active Support. 2011-12-20 18:22:21 +01:00
time
values
xml_mini Revert "Used any? instead of length call" 2011-11-28 11:07:01 +01:00
all.rb
backtrace_cleaner.rb
base64.rb remove dead code as ruby 1.9.3 has Base64 module 2011-12-21 11:48:46 +03:00
basic_object.rb ::BasicObject always defined in ruby 19 2011-12-26 00:34:48 +05:30
benchmarkable.rb
buffered_logger.rb * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger 2011-12-19 18:41:37 -08:00
builder.rb
cache.rb Merge pull request #4007 from exviva/expand_cache_key_for_one_element_array 2011-12-16 14:40:09 -08:00
callbacks.rb AS::Callbacks: improve __define_runner perfomance 2011-12-25 16:44:19 +02:00
concern.rb Remove deprecations from Active Support. 2011-12-20 15:18:42 +01:00
configurable.rb
core_ext.rb * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger 2011-12-19 18:41:37 -08:00
dependencies.rb Remove more dead code from AS. 2011-12-20 18:38:20 +01:00
deprecation.rb
descendants_tracker.rb
duration.rb
file_update_checker.rb FileUpdateChecker should be able to handle deleted files. 2011-12-13 11:23:21 +01:00
file_watcher.rb
gzip.rb deprecate String#encoding_aware? and remove its usage 2011-12-24 15:57:54 +03:00
hash_with_indifferent_access.rb Overrode Hash#nested_under_indifferent_access in HashWithIndifferentAccess 2011-12-11 13:08:50 -08:00
i18n.rb
i18n_railtie.rb FileUpdateChecker should be able to handle deleted files. 2011-12-13 11:23:21 +01:00
inflections.rb Fix inflection regexes for mouse, mice 2011-12-07 23:14:02 -08:00
inflector.rb
json.rb
lazy_load_hooks.rb
log_subscriber.rb
logger.rb * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger 2011-12-19 18:41:37 -08:00
message_encryptor.rb Remove deprecations from Active Support. 2011-12-20 15:18:42 +01:00
message_verifier.rb Remove deprecations from Active Support. 2011-12-20 15:18:42 +01:00
multibyte.rb
notifications.rb
option_merger.rb
ordered_hash.rb Initial pass at removing dead 1.8.x code from Active Support. 2011-12-20 18:22:21 +01:00
ordered_options.rb
railtie.rb remove AS whiny nil extension and deprecate config.whiny_nils 2011-12-22 10:28:36 +03:00
rescuable.rb
string_inquirer.rb
tagged_logging.rb A few doc changes 2011-12-24 17:29:43 +05:30
test_case.rb
time.rb Remove some of the ActiveSupport core extensions related to 1.8. 2011-12-21 09:29:59 +02:00
time_with_zone.rb Fix inconsistencies with Time{WithZone}#{hash,eql?} 2011-11-22 15:37:16 -05:00
version.rb rails/master is now 4.0.0.beta and will only support Ruby 1.9.3+ 2011-12-20 09:30:37 -06:00
xml_mini.rb