public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
rails / activesupport / lib / active_support
name age message
..
file all.rb Wed May 20 18:12:44 -0700 2009 Remove 'core' fluff. Hookable ActiveSupport.loa... [jeremy]
file autoload.rb Thu Oct 15 14:51:51 -0700 2009 Renamed Orchestra to Notifications once again [... [josevalim]
file backtrace_cleaner.rb Sat Nov 22 09:06:08 -0800 2008 Added ActiveSupport::BacktraceCleaner and Rails... [dhh]
file base64.rb Sat Mar 21 04:35:15 -0700 2009 * Introduce ActiveSupport.core_ext Integer, %w(... [jeremy]
file basic_object.rb Sat Mar 21 04:35:15 -0700 2009 Prefer a less intrusive BlankSlate-alike that d... [jeremy]
file benchmarkable.rb Thu Oct 15 14:19:25 -0700 2009 Unify benchmark APIs. [josevalim]
file buffered_logger.rb Thu Oct 29 00:05:41 -0700 2009 Remove the random line at the beginning of ever... [halorgium]
file cache.rb Mon Nov 02 17:50:12 -0800 2009 Consolidate Object#to_param and #to_query core ... [jeremy]
directory cache/ Thu Oct 15 14:18:44 -0700 2009 Update Orchestra instrumentations and move part... [josevalim]
file callbacks.rb Wed Oct 14 14:48:43 -0700 2009 Revert "Missing requires" These rely on consta... [jeremy]
file concern.rb Tue Oct 13 21:32:32 -0700 2009 Refactor AS concern to avoid hacking the "inclu... [josh]
file configurable.rb Wed Oct 14 13:36:41 -0700 2009 Start adding configuration to ActionView instea... [wycats]
file core_ext.rb Sat Mar 28 23:38:21 -0700 2009 Unneeded util require [jeremy]
directory core_ext/ Sat Nov 07 11:23:34 -0800 2009 Since we require 1.8.7 we don't need to shim in... [Yehuda Katz]
file dependencies.rb Wed Jun 10 12:15:30 -0700 2009 Simplify helper use of ActiveSupport::Dependenc... [carlhuda]
file deprecated_callbacks.rb Mon Oct 12 20:18:41 -0700 2009 Insert a deprecation warn notice when using AS:... [josh]
file deprecation.rb Fri Apr 17 21:29:30 -0700 2009 Dice up ActiveSupport::Deprecation [jeremy]
directory deprecation/ Wed Oct 14 18:03:07 -0700 2009 Explicitly require logger [jeremy]
file duration.rb Thu Jul 02 11:22:25 -0700 2009 make #inspect if zero length duration return '0... [levinalex]
file gzip.rb Wed Mar 26 05:27:52 -0700 2008 Improve documentation. git-svn-id: http://svn... [lifo]
file hash_with_indifferent_access.rb Wed Jul 15 13:23:05 -0700 2009 ActiveSupport Hash optimizations [#2902 state:r... [methodmissing]
file inflections.rb Thu Feb 12 05:31:27 -0800 2009 Adding inflection of databases (usually we woul... [jzajpt]
file inflector.rb Sat Nov 07 11:23:21 -0800 2009 Break up inflector to reduce the dependency bur... [Yehuda Katz]
directory inflector/ Sat Nov 07 11:23:21 -0800 2009 Break up inflector to reduce the dependency bur... [Yehuda Katz]
file json.rb Mon Jun 08 13:21:30 -0700 2009 JSON: split encoding and coercion [jeremy]
directory json/ Mon Nov 02 17:50:12 -0800 2009 Clarify date/time dependencies [jeremy]
directory locale/ Mon Dec 08 15:53:20 -0800 2008 Change Array#to_sentence I18n options to pass c... [amatsuda]
file memoizable.rb Mon Oct 12 19:44:30 -0700 2009 Kill unused SafelyMemoizable [#3323 state:resol... [josh]
file message_encryptor.rb Tue Nov 25 23:36:33 -0800 2008 Rescue OpenSSL::Cipher::CipherError or OpenSSL:... [jeremy]
file message_verifier.rb Thu Oct 08 18:26:18 -0700 2009 Ensure MessageVerifier raises appropriate excep... [lifo]
file multibyte.rb Wed Nov 04 01:15:03 -0800 2009 Autoload Multibyte features. [Manfred]
directory multibyte/ Wed Nov 04 01:14:49 -0800 2009 Make ActiveSupport::Chars#limit run on Ruby 1.9. [Manfred]
file notifications.rb Wed Oct 28 01:58:33 -0700 2009 Change Event#thread_id to #transaction_id. Defa... [wycats]
file option_merger.rb Sat Mar 28 23:52:46 -0700 2009 Explicit dependency on Hash#deep_merge extension [jeremy]
file ordered_hash.rb Thu Nov 05 00:17:13 -0800 2009 Fix OrderedHash#replace Signed-off-by: Michael... [cch1]
file ordered_options.rb Sat Mar 28 23:53:04 -0700 2009 Explicit dependency on OrderedHash [jeremy]
file rescuable.rb Tue Oct 13 21:30:06 -0700 2009 Extend Callbacks and Rescuable with AS concern [josh]
directory ruby/ Wed May 20 18:12:45 -0700 2009 Single-require forward compatibility with new R... [jeremy]
file secure_random.rb Sun Nov 23 15:27:09 -0800 2008 Lazy-require OpenSSL. Skip entirely if SecureRa... [jeremy]
file string_inquirer.rb Thu Oct 30 09:48:32 -0700 2008 Don't rely on string CoreExtensions in StringIn... [tarmo]
file test_case.rb Sun Sep 13 10:24:50 -0700 2009 Move AS vendor support into bundler. Run `rake... [josh]
directory testing/ Tue Oct 20 16:34:44 -0700 2009 Have all the tests running off a single Gemfile [carlhuda]
file time.rb Wed May 20 18:12:44 -0700 2009 Remove 'core' fluff. Hookable ActiveSupport.loa... [jeremy]
directory time/ Wed May 20 18:12:44 -0700 2009 Remove 'core' fluff. Hookable ActiveSupport.loa... [jeremy]
file time_with_zone.rb Mon Nov 02 17:50:12 -0800 2009 Clarify date/time dependencies [jeremy]
directory values/ Tue Oct 27 19:13:13 -0700 2009 Edinburgh TimeZone references "Europe/London" i... [Phil Ross]
file vendor.rb Tue Oct 27 19:13:13 -0700 2009 Bundle Tzinfo 0.3.15 [gbuesing]
directory vendor/ Tue Oct 27 19:13:13 -0700 2009 Bundle Tzinfo 0.3.15 [gbuesing]
file version.rb Tue Jun 30 14:37:12 -0700 2009 Bump up the version to 3.0.pre [carllerche]
file whiny_nil.rb Sun May 04 19:11:03 -0700 2008 Replaced unnecessary class variable with a cons... [josh]
file xml_mini.rb Wed Apr 22 18:54:13 -0700 2009 Fix dependencies revealed by testing in isolation [jeremy]
directory xml_mini/ Wed Oct 14 14:54:30 -0700 2009 Added CDATA support to the XmlMini LibXML engin... [Jacob Lauemoeller]