1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib/active_support
Xavier Noria 64092de257 Improve documentation coverage and markup
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2008-05-02 14:45:23 +01:00
..
cache Add missing clear method to memory_store 2008-04-29 16:34:01 -04:00
core_ext Improve documentation coverage and markup 2008-05-02 14:45:23 +01:00
json Add config.active_support.escape_html_entities_in_json to allow disabling of html entity escaping. [rick] 2008-04-08 03:45:26 +00:00
multibyte Improve documentation coverage and markup 2008-05-02 14:45:23 +01:00
testing Extract ActiveSupport::Callbacks from Active Record, test case setup and teardown, and ActionController::Dispatcher. Closes #10727. 2008-01-19 02:44:45 +00:00
values Bundling abbreviated version of TZInfo gem 0.3.8: only the classes and zone definitions required to support Rails time zone features are included. If a recent version of the full TZInfo gem is installed, this will take precedence over the bundled version 2008-03-30 22:24:35 +00:00
vendor Ruby 1.9 compat: don't shadow local with block var 2008-05-01 14:05:55 -07:00
base64.rb ActiveSupport::Base64.encode64s since Base64 is deprecated 2008-02-07 21:50:46 +00:00
basic_object.rb Improve documentation. 2008-03-26 12:27:52 +00:00
buffered_logger.rb Fixed that BufferedLogger should create its own directory if one doesnt already exist (closes #11285) [lotswholetime] 2008-03-13 01:54:34 +00:00
cache.rb Improve documentation coverage and markup 2008-05-02 14:45:23 +01:00
callbacks.rb Use define_callbacks helper for ActiveRecord validations. 2008-04-20 11:45:44 -05:00
clean_logger.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
core_ext.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
dependencies.rb Ruby 1.9 compat: compatibility wrapper for new Module#const_defined? behavior 2008-05-01 13:34:31 -07:00
deprecation.rb Some 1.9 forward compatibility 2007-09-14 00:34:43 +00:00
duration.rb Duration #since and #ago with no argument (e.g., 5.days.ago) return TimeWithZone when config.time_zone is set. Introducing Time.current, which returns Time.zone.now if config.time_zone is set, otherwise just returns Time.now 2008-04-20 21:57:04 -05:00
gzip.rb Improve documentation. 2008-03-26 12:27:52 +00:00
inflections.rb
inflector.rb Improve documentation coverage and markup 2008-05-02 14:45:23 +01:00
json.rb Add config.active_support.escape_html_entities_in_json to allow disabling of html entity escaping. [rick] 2008-04-08 03:45:26 +00:00
multibyte.rb Don't assume ActiveSupport module is already defined 2007-10-15 10:12:47 +00:00
option_merger.rb send -> send! for some private methods 2007-09-27 10:41:12 +00:00
ordered_options.rb Add OrderedHash#to_hash. Closes #11266 [josh] 2008-03-03 03:31:57 +00:00
test_case.rb * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Josh Peek] 2008-01-05 13:34:15 +00:00
time_with_zone.rb Improve documentation coverage and markup 2008-05-02 14:45:23 +01:00
vendor.rb Bundling abbreviated version of TZInfo gem 0.3.8: only the classes and zone definitions required to support Rails time zone features are included. If a recent version of the full TZInfo gem is installed, this will take precedence over the bundled version 2008-03-30 22:24:35 +00:00
version.rb Prepare for 2.0.2 release 2007-12-16 23:30:30 +00:00
whiny_nil.rb Improve documentation. 2008-04-05 03:52:58 +00:00