rails--rails/activesupport/lib/active_support
Jeremy Kemper 071af66e9e Ruby 1.9.2: explicitly raise NoMethodError for explicit coercion attempts. Calling super gives us NameErrors. 2009-12-06 18:03:18 -08:00
..
cache Rdoc for changes introduced in e2ed1a1ca, 36058f450. 2009-11-12 11:21:44 -08:00
core_ext Quick fix for not escaping []s (not ideal) 2009-12-02 15:17:08 -06:00
dependencies Reorganize autoloads: 2009-12-02 20:01:08 -08:00
deprecation Explicitly require logger 2009-10-14 18:03:07 -07:00
inflector Remove string access core extension dependency 2009-11-09 03:18:54 -08:00
json Repair time dependencies 2009-11-14 11:37:06 -08:00
locale
multibyte Fix unresolved string extension dependencies 2009-11-08 22:49:31 -08:00
notifications Notifications: synchronous fanout queue pushes events to subscribers rather than having them concurrently pull 2009-11-29 02:30:35 -08:00
ruby Revert "the REXML security fix is not needed for Ruby >= 1.8.7" 2009-11-09 19:30:02 -08:00
testing Reorganize autoloads: 2009-12-02 20:01:08 -08:00
time Remove 'core' fluff. Hookable ActiveSupport.load_all! 2009-05-20 18:12:44 -07:00
values Consolidate date & time landscape: require 'active_support/time' 2009-11-14 01:13:54 -08:00
vendor Revert "Bundle I18n 0.2.0." 2009-11-09 11:33:47 -08:00
xml_mini Added CDATA support to the XmlMini LibXML engine, adjusted whitespace handling to closer match that of the REXML engine, and added a LibXML engine test 2009-10-15 10:54:30 +13:00
all.rb Remove 'core' fluff. Hookable ActiveSupport.load_all! 2009-05-20 18:12:44 -07:00
backtrace_cleaner.rb
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
benchmarkable.rb Unify benchmark APIs. 2009-10-15 18:19:25 -03: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 Fix arg destructure 2009-11-08 23:29:33 -08:00
callbacks.rb Revert "Missing requires" 2009-10-14 14:48:43 -07: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 Ruby 1.9.2: work around changes to flatten and nil.to_str 2009-11-08 22:02:57 -08:00
deprecated_callbacks.rb Ruby 1.9.2: work around changes to flatten and nil.to_str 2009-11-08 22:02:57 -08: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
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 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 Kill unused SafelyMemoizable [#3323 state:resolved] 2009-10-12 21:44:30 -05:00
message_encryptor.rb
message_verifier.rb String#bytesize is not needed for Ruby >= 1.8.7 2009-11-09 22:16:51 +01:00
multibyte.rb Autoload Multibyte features. 2009-11-04 10:15:03 +01:00
notifications.rb Notifications: extract central Notifier, cordon off the internal Fanout implementation, and segregate instrumentation concerns 2009-11-28 12:50:09 -08:00
option_merger.rb Explicit dependency on Hash#deep_merge extension 2009-03-28 23:52:46 -07:00
ordered_hash.rb Fix OrderedHash#replace 2009-11-05 21:17:13 +13:00
ordered_options.rb Explicit dependency on OrderedHash 2009-03-28 23:53:04 -07:00
rescuable.rb Rescue handlers should never need array wrapping. Bug if so. 2009-11-13 11:00:18 -08:00
secure_random.rb
string_inquirer.rb
test_case.rb Move AS vendor support into bundler. 2009-09-13 12:24:50 -05:00
time.rb Repair time dependencies 2009-11-14 11:37:06 -08:00
time_with_zone.rb Add TimeZone dependency 2009-11-14 19:33:58 -08:00
vendor.rb Loosen optional gem deps from ~> to >= 2009-11-14 03:32:35 -08:00
version.rb Bump up the version to 3.0.pre 2009-06-30 14:37:12 -07:00
whiny_nil.rb Ruby 1.9.2: explicitly raise NoMethodError for explicit coercion attempts. Calling super gives us NameErrors. 2009-12-06 18:03:18 -08:00
xml_mini.rb Fix dependencies revealed by testing in isolation 2009-04-22 18:54:13 -07:00