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-05-04 21:53:07 -05: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
values Preload TimeZone zones for thread safety. 2008-05-04 21:53:07 -05:00
vendor Ruby 1.9 compat: don't shadow local with block var 2008-05-01 14:05:55 -07:00
base64.rb
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
core_ext.rb
dependencies.rb Ruby 1.9 compat: compatibility wrapper for new Module#const_defined? behavior 2008-05-01 13:34:31 -07: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 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
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 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
whiny_nil.rb Replaced unnecessary class variable with a constant in whiny nil. 2008-05-04 21:11:03 -05:00