.. |
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
|
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
|
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
|
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
|
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
|
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
|
Slight camelize speedup [Pratik Naik]
|
2008-02-02 21:42:39 +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
|
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
|
Prepare for 2.0.2 release
|
2007-12-16 23:30:30 +00:00 |
whiny_nil.rb
|
whiny nil shouldn't depend on Active Record
|
2007-05-23 07:03:31 +00:00 |