rails--rails/activesupport/lib/active_support
José Valim 2407479603 Fixes Sam Ruby tests suite.
Signed-off-by: Yehuda Katz <wycats@gmail.com>
2009-09-21 17:56:24 -07:00
..
cache Instrumenting cache stores. 2009-09-20 12:07:21 -03:00
core_ext Rollback AS bundler work and improve activation of vendored dependencies 2009-09-13 22:55:46 -05:00
deprecation Fix deprecating =-methods by using send [#2431 status:resolved] 2009-08-09 15:54:56 +01:00
json Clean up spurious JSON decoding test failure 2009-09-13 05:43:02 -07: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 Use Encoding.default_external, not _internal 2009-09-13 04:43:41 -07:00
ruby Single-require forward compatibility with new Ruby features like Object#tap, Enumerable#group_by, and Process.daemon. Code with the latest but run anywhere. 2009-05-20 18:12:45 -07:00
testing Move AS vendor support into bundler. 2009-09-13 12:24:50 -05:00
time Remove 'core' fluff. Hookable ActiveSupport.load_all! 2009-05-20 18:12:44 -07:00
values Rollback AS bundler work and improve activation of vendored dependencies 2009-09-13 22:55:46 -05:00
vendor Forgot to update load path dir for vendored memcache 2009-09-14 00:09:34 -05:00
xml_mini making nokogiri to hash less clever, more fast O_o 2009-09-17 11:50:58 -07:00
all.rb Remove 'core' fluff. Hookable ActiveSupport.load_all! 2009-05-20 18:12:44 -07:00
autoload.rb Added Orchestra. 2009-09-20 10:56:38 -03: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 * Introduce ActiveSupport.core_ext Integer, %w(conversions time etc) 2009-03-21 04:35:15 -07:00
basic_object.rb Prefer a less intrusive BlankSlate-alike that doesn't hook Object# and Kernel#method_added to remove future methods 2009-03-21 04:35:15 -07:00
buffered_logger.rb Merge docrails 2009-07-25 16:03:58 +01:00
cache.rb Instrumenting cache stores. 2009-09-20 12:07:21 -03:00
callbacks.rb Merge docrails 2009-07-25 16:03:58 +01:00
concern.rb AS::Concern redefines "include" to lazy include modules as dependencies 2009-05-29 17:03:23 -05:00
concurrent_hash.rb Resurrecting 1.9 compatibility. 2009-04-13 16:56:04 -07:00
core_ext.rb Unneeded util require 2009-03-28 23:38:21 -07:00
dependencies.rb Simplify helper use of ActiveSupport::Dependencies, and use super better for in #helpers 2009-06-10 12:15:30 -07:00
dependency_module.rb Break up DependencyModule's dual function of providing a "depend_on" DSL and "included" block DSL into separate modules. But, unify both approaches under AS::Concern. 2009-05-28 11:35:36 -05:00
deprecation.rb Dice up ActiveSupport::Deprecation 2009-04-17 21:29:30 -07:00
duration.rb make #inspect if zero length duration return '0 seconds' instead of empty string [#2838 state:resolved] 2009-07-02 11:22:25 -07:00
gzip.rb Improve documentation. 2008-03-26 12:27:52 +00:00
hash_with_indifferent_access.rb ActiveSupport Hash optimizations [#2902 state:resolved] 2009-07-15 13:23:05 -07:00
inflections.rb Adding inflection of databases (usually we wouldn't amend the current defaults, but this seems to obvious) [#1942 state:committed] 2009-02-12 14:31:27 +01:00
inflector.rb Fix that irregular plural inflections should not be double-pluralized: 'people'.pluralize should return 'people' not 'peoples'. 2009-08-09 20:28:57 -07:00
json.rb JSON: split encoding and coercion 2009-06-08 13:21:30 -07:00
memoizable.rb make private_and_public_methods unmemoizable [#2372 state:resolved] 2009-08-09 20:04:48 -05: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 Prefer not to shadow a local 2009-09-13 05:56:21 -07:00
multibyte.rb Fix a messed up merge commit 2009-09-04 14:28:32 +12:00
new_callbacks.rb Fixes Sam Ruby tests suite. 2009-09-21 17:56:24 -07:00
option_merger.rb Explicit dependency on Hash#deep_merge extension 2009-03-28 23:52:46 -07:00
orchestra.rb Added Orchestra. 2009-09-20 10:56:38 -03:00
ordered_hash.rb Fixed ActiveSupport::OrderedHash::[] work identically to ::Hash::[] in ruby 1.8.7 [#2832 state:resolved] 2009-07-02 12:01:05 -07:00
ordered_options.rb Explicit dependency on OrderedHash 2009-03-28 23:53:04 -07:00
rescuable.rb Explicit dependency on Proc#bind extension 2009-03-28 23:54:00 -07: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 Move AS vendor support into bundler. 2009-09-13 12:24:50 -05:00
time.rb Remove 'core' fluff. Hookable ActiveSupport.load_all! 2009-05-20 18:12:44 -07:00
time_with_zone.rb JSON: split encoding and coercion 2009-06-08 13:21:30 -07:00
vendor.rb Rollback AS bundler work and improve activation of vendored dependencies 2009-09-13 22:55:46 -05:00
version.rb Bump up the version to 3.0.pre 2009-06-30 14:37:12 -07: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 Fix dependencies revealed by testing in isolation 2009-04-22 18:54:13 -07:00