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-03-29 21:48:08 +00:00
..
cache Add #clear to mem_cache_store, flushes all caches 2008-02-21 01:35:27 +00:00
core_ext Play nice with 1.9's DateTime#to_s 2008-03-29 21:23:10 +00:00
json Force json string encoding to ASCII-8BIT before unpacking for Ruby 1.9. 2008-03-29 21:48:08 +00:00
multibyte Multibyte: String#chars returns self for Ruby 1.9 2007-12-21 11:21:43 +00: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 Time.zone= accepts TZInfo::Timezone instances and Olson identifiers; wraps result in TimeZone instance 2008-03-28 04:06:47 +00:00
vendor Bundled memcache client consistently returns server responses and checks for errors 2008-02-01 08:25:46 +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 Add a handful of cache store tests 2008-02-01 01:43:47 +00:00
callbacks.rb Refactor filters to use Active Support callbacks. Closes #11235. 2008-03-18 17:56:05 +00: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: dependencies uses Module#local_constant_names. References #1689 [Frederick Cheung] 2007-12-22 18:23:37 +00:00
deprecation.rb Some 1.9 forward compatibility 2007-09-14 00:34:43 +00:00
duration.rb Ruby 1.9 compat: add #raise to AS::BasicObject, fixup Duration argument error. Closes #10594. 2008-01-02 09:08:14 +00:00
gzip.rb Improve documentation. 2008-03-26 12:27:52 +00:00
inflections.rb Added support for pluralization with a different starting letter than the singular version (cow/kine) (closes #4929) [norri_b/hasmanyjosh] 2007-06-23 16:47:47 +00:00
inflector.rb Improve documentation. 2008-03-26 12:27:52 +00:00
json.rb Refactor ActiveSupport::JSON to be less obtuse. Add support for JSON decoding by way of Syck with ActiveSupport::JSON.decode(json_string). Prevent hash keys that are JavaScript reserved words from being unquoted during encoding. 2007-03-18 07:05:58 +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 config.time_zone and TimeWithZone#marshal_load accept tzinfo/Olson identifiers 2008-03-28 04:35:48 +00:00
vendor.rb Moved the caching stores from ActionController::Caching::Fragments::* to ActiveSupport::Cache::*. If you're explicitly referring to a store, like ActionController::Caching::Fragments::MemoryStore, you need to update that reference with ActiveSupport::Cache::MemoryStore [DHH] Deprecated ActionController::Base.fragment_cache_store for ActionController::Base.cache_store [DHH] All fragment cache keys are now by default prefixed with the 'views/' namespace [DHH] Added ActiveRecord::Base.cache_key to make it easier to cache Active Records in combination with the new ActiveSupport::Cache::* libraries [DHH] Added ActiveSupport::Gzip.decompress/compress(source) as an easy wrapper for Zlib [Tobias Luetke] Included MemCache-Client to make the improved ActiveSupport::Cache::MemCacheStore work out of the box [Bob Cottrell, Eric Hodel] Added config.cache_store to environment options to control the default cache store (default is FileStore if tmp/cache is present, otherwise MemoryStore is used) [DHH] 2008-01-03 21:05:12 +00:00
version.rb Prepare for 2.0.2 release 2007-12-16 23:30:30 +00:00
whiny_nil.rb Improve documentation. 2008-03-26 12:27:52 +00:00