.. |
cache
|
Replace deprecated memcache-client gem with dalli in ActiveSupport::Cache::MemCacheStore
|
2012-08-17 22:22:55 -05:00 |
concurrency
|
added live responses which can be written and read in separate threads
|
2012-07-29 21:43:05 -07:00 |
core_ext
|
Date.beginning_of_week thread local and beginning_of_week application config option added (default is Monday)
|
2012-09-18 17:18:19 +03:00 |
dependencies
|
Make ActiveSupport::Autoload local
|
2012-08-21 14:46:12 -03:00 |
deprecation
|
warning removed: shadowing outer local variable - message
|
2012-09-14 10:19:10 +05:30 |
inflector
|
Make ActiveSupport::Inflector locale aware and multilingual
|
2012-07-30 21:49:18 -07:00 |
json
|
Add back missing require
|
2012-08-07 20:04:29 -03:00 |
locale
|
Fallback to :en locale instead of handling a constant with defaults
|
2012-08-11 00:20:19 -03:00 |
log_subscriber
|
|
|
multibyte
|
Avoid unnecessary catching of Exception instead of StandardError.
|
2012-06-17 03:50:14 -04:00 |
notifications
|
Evented notifications take priority over Timed notifications
|
2012-08-11 17:39:20 -07:00 |
testing
|
deprecate describe without a block.
|
2012-07-09 13:13:59 -07:00 |
values
|
Remove rescue clause from ActiveSupport::TimeZone#to_f
|
2012-07-01 08:48:40 +01:00 |
xml_mini
|
|
|
all.rb
|
|
|
backtrace_cleaner.rb
|
|
|
basic_object.rb
|
|
|
benchmarkable.rb
|
Deprecate ActiveSupport::Benchmarkable#silence.
|
2012-09-15 06:19:55 +04:00 |
buffered_logger.rb
|
|
|
builder.rb
|
|
|
cache.rb
|
|
|
callbacks.rb
|
AS::Callbacks: deprecate monkey patch of object callbacks
|
2012-09-07 14:42:31 +03:00 |
concern.rb
|
add :nodoc: to internal implementations [ci skip]
|
2012-06-22 16:29:59 -05:00 |
configurable.rb
|
set up config_accessor with a default value by block
|
2012-09-17 09:14:21 +08:00 |
core_ext.rb
|
|
|
dependencies.rb
|
we already have the module objects, do not constantize
|
2012-09-06 14:11:04 +02:00 |
deprecation.rb
|
Copy-edit deprecation relared documentation [ci skip]
|
2012-09-13 14:02:18 -03:00 |
descendants_tracker.rb
|
|
|
duration.rb
|
let ruby decompose the tuples in the iterator
|
2012-08-06 08:26:45 -07:00 |
file_update_checker.rb
|
explains why the file update checker ignores mtimes in the future, plus a little refactor for the same price
|
2012-07-02 23:56:13 +02:00 |
file_watcher.rb
|
|
|
gzip.rb
|
add example to AS::Gzip
|
2012-06-04 23:43:43 -05:00 |
hash_with_indifferent_access.rb
|
Extend HashWithIndifferentAccess#update to take an optional block
|
2012-09-05 00:59:29 +01:00 |
i18n.rb
|
|
|
i18n_railtie.rb
|
Stop relying on mutable structures in the FileUpdateChecker
|
2012-06-12 10:36:13 +02:00 |
inflections.rb
|
Make ActiveSupport::Inflector locale aware and multilingual
|
2012-07-30 21:49:18 -07:00 |
inflector.rb
|
|
|
json.rb
|
|
|
lazy_load_hooks.rb
|
|
|
log_subscriber.rb
|
logger is a singleton, just flush the singleton
|
2012-06-20 14:21:23 -07:00 |
logger.rb
|
|
|
message_encryptor.rb
|
|
|
message_verifier.rb
|
|
|
multibyte.rb
|
|
|
notifications.rb
|
move fanout back to a global variable, add a mutex for safety
|
2012-06-19 15:33:14 -07:00 |
number_helper.rb
|
Ensure I18n format values always have precedence over defaults
|
2012-08-11 00:20:19 -03:00 |
option_merger.rb
|
|
|
ordered_hash.rb
|
|
|
ordered_options.rb
|
|
|
queueing.rb
|
No need to defensively work jobs in another thread
|
2012-09-18 15:22:24 -07:00 |
rails.rb
|
removes usage of Object#in? from the code base (the method remains defined by Active Support)
|
2012-08-06 00:30:02 +02:00 |
railtie.rb
|
Date.beginning_of_week thread local and beginning_of_week application config option added (default is Monday)
|
2012-09-18 17:18:19 +03:00 |
rescuable.rb
|
|
|
string_inquirer.rb
|
Add AS::StringInquirer#respond_to? method
|
2012-08-06 16:59:12 +04:00 |
tagged_logging.rb
|
Revert "Use join without default separator"
|
2012-08-23 11:01:55 -03:00 |
test_case.rb
|
deprecate describe without a block.
|
2012-07-09 13:13:59 -07:00 |
time.rb
|
|
|
time_with_zone.rb
|
removes usage of Object#in? from the code base (the method remains defined by Active Support)
|
2012-08-06 00:30:02 +02:00 |
version.rb
|
|
|
xml_mini.rb
|
Symbol responds_to :upcase & :downcase in Ruby >= 1.9
|
2012-06-06 19:33:38 +09:00 |