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
2008-04-29 15:28:24 -04:00
..
cache Allow access to mem_cache_store's stats hash 2008-04-29 15:28:24 -04:00
core_ext Alias Object#instance_variable_names to Object#instance_variables for Ruby 1.8.x 2008-04-21 12:03:01 +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
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 TZInfo: Removing unneeded TimezoneProxy class 2008-03-30 23:49:52 +00: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 Implement increment/decrement on cache storage engines, using read/write by default and using atomic command on memcache 2008-04-29 15:12:47 -04:00
callbacks.rb Use define_callbacks helper for ActiveRecord validations. 2008-04-20 11:45:44 -05:00
clean_logger.rb
core_ext.rb
dependencies.rb Don't need to explicitly pass the same params to super. Remove trailing whitespace. 2008-03-30 05:02:25 +00:00
deprecation.rb
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. 2008-03-26 12:27:52 +00: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
option_merger.rb
ordered_options.rb Add OrderedHash#to_hash. Closes #11266 [josh] 2008-03-03 03:31:57 +00:00
test_case.rb
time_with_zone.rb Refactor TimeWithZone: don't send #since, #ago, #+, #-, #advance through method_missing 2008-04-12 17:31:29 -05: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
whiny_nil.rb Improve documentation. 2008-04-05 03:52:58 +00:00