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
2012-01-04 21:51:39 +03:00
..
cache deprecate String#encoding_aware? and remove its usage 2011-12-24 15:57:54 +03:00
core_ext simplify Class#descendants using singleton_class method 2012-01-04 21:51:39 +03:00
dependencies
deprecation using the active support logger 2012-01-04 22:12:25 +05:30
inflector remove ruby 1.8 checking in constantize method 2011-12-29 16:01:10 +03:00
json use #to_s to convert Range to json 2012-01-01 20:16:10 +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 Removed ActiveSupport::SecureRandom in favour of SecureRandom from the standard library. (It has been deprecated in the 3-1-stable branch.) 2011-05-23 20:25:44 +01:00
ruby remove rexml security fix for rubies 1.8 2011-12-26 19:50:29 +03:00
testing Merge pull request #4198 from castlerock/remove_GC_checks_for_ruby19 2011-12-27 04:39:22 -08:00
time
values Make sure require_tzinfo only calls Kernel#require if TZInfo isn't already present. 2011-09-07 14:21:18 +03:00
xml_mini Revert "Used any? instead of length call" 2011-11-28 11:07:01 +01:00
all.rb
backtrace_cleaner.rb move example code to be above reconfiguring discussion; add clarity about silencers and filters; misc grammar changes - for backtrace cleaners 2011-06-22 09:06:05 -04:00
basic_object.rb ::BasicObject always defined in ruby 19 2011-12-26 00:34:48 +05:30
benchmarkable.rb general formatting cleanup, and clarify that passing true as third option for benchmarking will stop output OTHER THAN the timing output itself 2011-07-01 10:05:45 -04:00
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: remove __define_runner 2011-12-30 10:53:46 +02:00
concern.rb Remove deprecations from Active Support. 2011-12-20 15:18:42 +01:00
configurable.rb Fix configurable cristalization and tests. 2011-06-29 13:57:59 -03:00
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 bump AS deprecation_horizon to 3.2 2011-04-25 19:55:09 +02:00
descendants_tracker.rb Revert "Revert "It should be possible to use ActiveSupport::DescendantTracker without getting ActiveSupport::Dependencies for free."" 2011-03-13 17:08:33 +01:00
duration.rb ruby 1.8 ActiveSupport BasicObject no longer available 2011-12-30 23:45:57 +05:30
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 Move I18n dependency back to ActiveSupport. 2011-05-22 13:31:19 +02:00
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 grammar changes to log subscriber docs 2011-06-22 09:27:22 -04:00
logger.rb * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger 2011-12-19 18:41:37 -08:00
message_encryptor.rb remove ActiveSupport::Base64 in favor of ::Base64 2012-01-02 22:48:15 +03:00
message_verifier.rb remove ActiveSupport::Base64 in favor of ::Base64 2012-01-02 22:48:15 +03:00
multibyte.rb
notifications.rb fixes typo 2011-11-05 12:09:18 -07:00
option_merger.rb
ordered_hash.rb No need to override to_yaml method in ActiveSupport::OrderedHash 2012-01-04 14:15:11 -03:00
ordered_options.rb OrderedOptions must implement respond_to? if it implements method_missing. 2011-06-27 13:44:53 -07:00
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 MiniTest condition removed 2011-12-31 13:52:37 +05:30
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 No need to override to_yaml method in ActiveSupport::TimeWithZone 2012-01-04 14:16:48 -03: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 remove ActiveSupport::Base64 in favor of ::Base64 2012-01-02 22:48:15 +03:00