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-23 04:44:50 +00:00
..
cache Add #clear to mem_cache_store, flushes all caches 2008-02-21 01:35:27 +00:00
core_ext Time, DateTime and TimeWithZone #in_time_zone defaults to Time.zone. Removing now unneeded #in_current_time_zone. ActiveRecord time zone aware attributes updated to use #in_time_zone 2008-03-17 05:50:13 +00:00
json Adding Time and DateTime #formatted_offset, for outputting +HH:MM utc offset strings with cross-platform consistency 2008-01-23 02:46:47 +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 Make TimeWithZone work with tzinfo 0.2.x: use TZInfo::Timezone#zone_identifier alias for #abbreviation, silence warnings on tests. Raise LoadError when TZInfo version is < 0.2 by sniffing for TZInfo::TimeOrDateTime constant. Move all tzinfo-dependent TimeZone tests into uses_tzinfo block 2008-03-21 22:48:00 +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 Ruby 1.9 compat: add #raise to AS::BasicObject, fixup Duration argument error. Closes #10594. 2008-01-02 09:08:14 +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
core_ext.rb
dependencies.rb
deprecation.rb
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 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
inflections.rb
inflector.rb Slight camelize speedup [Pratik Naik] 2008-02-02 21:42:39 +00:00
json.rb
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 * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Josh Peek] 2008-01-05 13:34:15 +00:00
time_with_zone.rb Ensure that TimeWithZone#to_yaml works when passed a YAML::Emitter. [rick] 2008-03-23 04:44:50 +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
whiny_nil.rb