rails--rails/activesupport/lib/active_support
Carlhuda 6640903481 Move InheritableOptions into ActiveSupport 2010-03-03 15:49:52 -08:00
..
cache fixes a couple of wrong requires 2010-01-01 14:28:57 -08:00
core_ext Inflection dependency, [#4067 status:resolved] 2010-03-03 10:12:42 +01:00
dependencies Flip deferrable autoload convention 2009-12-22 17:27:37 -06:00
deprecation Commented metaprogramming turned out to be noisier not clearer 2010-02-25 09:28:18 -08:00
inflector Avoid calling triggering const_missing if const_missing is private when doing constantize 2010-02-18 16:29:32 -08:00
json Automatically prefer Yajl or JSON backend over Yaml, if available 2010-02-05 10:22:45 -08:00
locale
multibyte Merge docrails 2010-01-17 03:26:20 +05:30
notifications Optimize AS::Notifications to remember which subscribers don't match and not run them. This will allow notifications that are only useful in dev or testing to run efficiently in production. 2010-03-01 17:45:37 -08:00
ruby Fix streaming by having it create a File object, which can be handled by Rack servers as appropriate 2010-02-23 15:37:17 -08:00
testing testing/performance.rb needs active_support/core_ext/string/inflections because it uses demodulize 2010-01-01 14:28:56 -08:00
time Remove 'core' fluff. Hookable ActiveSupport.load_all! 2009-05-20 18:12:44 -07:00
values Georgetown TimeZone is now mapped to "America/Guyana" instead of "America/Argentina/San_Juan" [#1821 status:resolved] 2010-01-26 20:18:17 -06:00
xml_mini nokogiri.rb needs active_support/core_ext/object/blank 2010-01-01 14:28:57 -08:00
all.rb Fix the i18n dependency problem 2009-12-27 14:43:06 -08:00
backtrace_cleaner.rb Use backtrace cleaner for dev mode exception page 2010-01-16 21:34:35 -06:00
base64.rb
basic_object.rb
benchmarkable.rb requires active_support/core_ext/hash/keys in benchmarkable because it uses assert_valid_keys 2010-01-01 14:28:55 -08:00
buffered_logger.rb Remove the random line at the beginning of every new log file 2009-10-29 08:05:41 +01:00
cache.rb Use backtrace cleaner for dev mode exception page 2010-01-16 21:34:35 -06:00
callbacks.rb Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice. 2010-02-25 09:32:29 -08:00
concern.rb Refactor AS concern to avoid hacking the "include" method. 2009-10-13 23:32:32 -05:00
configurable.rb Start adding configuration to ActionView instead of using constants. 2009-10-14 13:36:41 -07:00
core_ext.rb Unneeded util require 2009-03-28 23:38:21 -07:00
dependencies.rb Escape the file name (who knows when a "(" might appear in a filename!) 2010-02-27 12:18:28 -08:00
deprecation.rb Dice up ActiveSupport::Deprecation 2009-04-17 21:29:30 -07:00
duration.rb Qualify constant lookup in BasicObject 2010-01-07 16:43:25 -08:00
gzip.rb
hash_with_indifferent_access.rb ActiveSupport Hash optimizations [#2902 state:resolved] 2009-07-15 13:23:05 -07:00
i18n.rb Fix the i18n dependency problem 2009-12-27 14:43:06 -08:00
inflections.rb
inflector.rb Break up inflector to reduce the dependency burden on dependency-les methods like constantize. 2009-11-07 11:23:21 -08:00
json.rb JSON: split encoding and coercion 2009-06-08 13:21:30 -07:00
memoizable.rb Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice. 2010-02-25 09:32:29 -08:00
message_encryptor.rb message_encriptor.rb needs active_support/base64 2010-01-01 14:28:56 -08:00
message_verifier.rb message_verifier.rb needs active_support/core_ext/object/blank 2010-01-01 14:28:56 -08:00
multibyte.rb Autoload Multibyte features. 2009-11-04 10:15:03 +01:00
notifications.rb Optimize AS::Notifications to remember which subscribers don't match and not run them. This will allow notifications that are only useful in dev or testing to run efficiently in production. 2010-03-01 17:45:37 -08:00
option_merger.rb Explicit dependency on Hash#deep_merge extension 2009-03-28 23:52:46 -07:00
ordered_hash.rb active_support/ordered_hash now requires yaml 2010-01-27 18:13:06 -08:00
ordered_options.rb Move InheritableOptions into ActiveSupport 2010-03-03 15:49:52 -08:00
railtie.rb Rename engines_load_path to railties_load_path. 2010-02-20 15:46:55 +01:00
rescuable.rb Convert to class_attribute 2010-02-01 02:02:42 -08:00
secure_random.rb
string_inquirer.rb
test_case.rb Add backtrace cleaner on test unit railtie. 2010-02-07 13:45:47 +01:00
time.rb Repair time dependencies 2009-11-14 11:37:06 -08:00
time_with_zone.rb Changed the default ActiveSupport.use_standard_json_time_format from false to true and 2010-01-03 19:20:43 -08:00
version.rb Update versions of all components to normalize them to new format 2010-03-02 00:32:48 -05:00
whiny_nil.rb whiny nil shouldn't depend on Active Record [#4092 status:resolved] 2010-03-03 09:41:17 +01:00
xml_mini.rb Fix dependencies revealed by testing in isolation 2009-04-22 18:54:13 -07:00