rails/activesupport/lib/active_support
2008-12-08 16:02:57 -08:00
..
cache Lazy-require DRb for ActiveSupport::Cache::DRbStore 2008-11-23 15:30:21 -08:00
core_ext Change Array#to_sentence I18n options to pass comma and space character from outside. 2008-12-08 15:53:20 -08:00
json Simpler and clearer to just explicitly require the JSON encoders 2008-11-26 01:08:37 -08:00
locale Change Array#to_sentence I18n options to pass comma and space character from outside. 2008-12-08 15:53:20 -08:00
multibyte Add ActiveSupport::Multibyte::Chars#ord method so that it returns correct Unicode value instead of falling back on String#ord in CoreExtensions, which is not multibyte compatible 2008-12-08 16:02:57 -08:00
testing Require Mocha >= 0.9.3 which includes a MiniTest adapter 2008-11-23 15:05:59 -08:00
values Lazy-require tzinfo for TimeZone 2008-11-23 16:08:00 -08:00
vendor Unbundled XmlSimple 2008-11-25 18:55:09 -08:00
backtrace_cleaner.rb Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting down on backtrace noise (inspired by the Thoughtbot Quiet Backtrace plugin) [DHH] 2008-11-22 18:06:08 +01:00
base64.rb Merge docrails 2008-10-05 22:16:26 +01:00
basic_object.rb MacRuby: BasicObject unavailable 2008-07-28 13:54:10 -07:00
buffered_logger.rb Merge with docrails 2008-12-07 03:27:53 +01:00
cache.rb Autoload cache stores 2008-11-23 16:10:41 -08:00
callbacks.rb Fix indentation mismatch 2008-09-08 18:10:23 -07:00
core_ext.rb Don't include .rb suffix in core_ext requires 2008-11-23 12:35:20 -08:00
dependencies.rb alternative resolution to vendor load problem 2008-11-20 08:52:17 +01:00
deprecation.rb Move deprecation assertions so TestCase (and Mocha) needn't load on startup 2008-11-23 13:11:07 -08:00
duration.rb Duration requires BasicObject in case it's autoloaded early 2008-11-23 16:10:20 -08:00
gzip.rb Improve documentation. 2008-03-26 12:27:52 +00:00
inflections.rb Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveSupport [#238 state:resolved] 2008-06-03 13:32:53 -05:00
inflector.rb Merge with docrails 2008-12-07 03:27:53 +01:00
json.rb Merge with docrails. 2008-07-16 13:01:23 +01:00
memoizable.rb Add Memoizable#flush_cache to clear the cache of a specific method [#1505 state:resolved] 2008-12-03 10:57:35 -06:00
message_encryptor.rb Rescue OpenSSL::Cipher::CipherError or OpenSSL::CipherError depending on which is present 2008-11-25 23:36:33 -08:00
message_verifier.rb Lazy-require OpenSSL 2008-11-23 15:29:03 -08:00
multibyte.rb Fix a typo in ActiveSupport::Multibyte::NORMALIZATION_FORMS. [#1179 state:resolved] 2008-10-06 19:04:45 +01:00
option_merger.rb Added lambda merging to OptionMerger (especially useful with named_scope and with_options) [#740 state:committed] (Paweł Kondzior) 2008-11-15 16:48:14 +01:00
ordered_hash.rb Added ActiveSupport::OrderedHash#each_key and ActiveSupport::OrderedHash#each_value [#1410 state:resolved] 2008-11-26 14:54:35 +01:00
ordered_options.rb Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveSupport [#238 state:resolved] 2008-06-03 13:32:53 -05:00
rescuable.rb Don't shadow local with black arg 2008-11-07 01:08:59 -05:00
secure_random.rb Lazy-require OpenSSL. Skip entirely if SecureRandom is available. 2008-11-23 15:27:09 -08:00
string_inquirer.rb Don't rely on string CoreExtensions in StringInquirer since it is sometimes expected to work before the core extension are loaded 2008-10-30 17:48:32 +01:00
test_case.rb MiniTest::Unit#method_name alias for Test::Unit compat 2008-11-26 17:20:05 -08:00
time_with_zone.rb Lazy-require tzinfo for TimeZone 2008-11-23 16:08:00 -08:00
vendor.rb Unbundled XmlSimple 2008-11-25 18:55:09 -08:00
version.rb Assume that the next version is going to be 2.3 for now 2008-11-19 14:12:38 +01:00
whiny_nil.rb Replaced unnecessary class variable with a constant in whiny nil. 2008-05-04 21:11:03 -05:00
xml_mini.rb Don't re-require 'rexml/document' 2008-11-26 15:01:59 +01:00