.. |
cache
|
Patched Marshal#load to work with constant autoloading (active_support/dependecies.rb) (issue #8167)
|
2012-12-01 14:00:16 +02:00 |
concurrency
|
added live responses which can be written and read in separate threads
|
2012-07-29 21:43:05 -07:00 |
core_ext
|
remove_possible_method -> remove_method
|
2013-01-11 18:51:35 +04:00 |
dependencies
|
remove unnecessary always-nil var from #compact
|
2013-01-01 20:35:43 +03:00 |
deprecation
|
Update activesupport/lib/active_support/deprecation/proxy_wrappers.rb
|
2012-12-07 16:54:32 -08:00 |
inflector
|
Remove unnecessary begin..rescue..end, use only rescue
|
2013-01-06 15:41:14 +09:00 |
json
|
prefer american spelling of 'behavior'
|
2013-01-07 11:47:27 +03:00 |
locale
|
Remove i18n symbol dependency
|
2013-01-17 15:21:26 +00:00 |
log_subscriber
|
Model.all alone does nothing
|
2013-01-04 04:22:30 +09:00 |
multibyte
|
Revert "Use flat_map { } instead of map {}.flatten"
|
2012-10-05 12:07:16 -03:00 |
notifications
|
adding start / finish on the instrumenter, adding tests for the class
|
2013-01-09 15:34:58 -08:00 |
testing
|
The test setup is not threadsafe. Wrap in a mutex.
|
2013-01-18 16:07:07 +00:00 |
values
|
Deprecate obsolete Time to DateTime fallback methods
|
2012-12-11 13:57:05 +00:00 |
xml_mini
|
update AS/values and AS/xml_mini docs [ci skip]
|
2012-09-14 23:02:37 -05:00 |
all.rb
|
|
|
backtrace_cleaner.rb
|
Add documentation for BacktraceCleaner#remove_filters!
|
2013-01-02 21:17:38 -07:00 |
basic_object.rb
|
fix AS::BasicObject :nodoc: [ci skip]
|
2012-12-17 10:56:27 -05:00 |
benchmarkable.rb
|
Make caller attribute in deprecation methods optional
|
2012-10-30 10:23:41 +08:00 |
buffered_logger.rb
|
deprecation warning when BufferedLogger is instantiated
|
2012-12-25 20:21:14 +01:00 |
builder.rb
|
|
|
cache.rb
|
Refactor ActiveSupport::Cache::Store#fetch.
|
2013-01-19 13:40:56 -05:00 |
callbacks.rb
|
Merge pull request #7376 from dmitriy-kiriyenko/fix-double-callback-in-same-statement
|
2012-12-21 17:39:03 -03:00 |
concern.rb
|
Fix another AS::Concern example (class_eval is already called by included)
|
2012-11-15 19:18:04 +01:00 |
configurable.rb
|
Replace comments' non-breaking spaces with spaces
|
2012-12-04 22:11:54 -08:00 |
core_ext.rb
|
* BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger
|
2011-12-19 18:41:37 -08:00 |
dependencies.rb
|
Replace some global Hash usages with the new thread safe cache.
|
2012-12-14 12:18:47 +01:00 |
deprecation.rb
|
explains why these requires are in an unusual place
|
2012-10-07 11:52:47 +02:00 |
descendants_tracker.rb
|
Make DescendantsTracker thread safe and optimize the #descendants method.
|
2012-10-18 12:08:01 -07:00 |
duration.rb
|
Rename ActiveSupport::BasicObject to ActiveSupport::ProxyObject
|
2012-12-07 14:13:56 -05:00 |
file_update_checker.rb
|
Replace comments' non-breaking spaces with spaces
|
2012-12-04 22:11:54 -08:00 |
file_watcher.rb
|
use === so that regular expressions are not required
|
2011-02-08 10:48:01 -08:00 |
gzip.rb
|
Revert "Remove trailing whitespaces"
|
2012-12-01 13:22:49 -05:00 |
hash_with_indifferent_access.rb
|
Implement replace method so key? works correctly.
|
2012-10-26 11:36:35 -06:00 |
i18n.rb
|
require active_support/lazy_load_hooks where is needed
|
2012-05-22 11:33:03 -03:00 |
i18n_railtie.rb
|
update AS docs [ci skip]
|
2012-09-17 00:22:18 -05:00 |
inflections.rb
|
Make ActiveSupport::Inflector locale aware and multilingual
|
2012-07-30 21:49:18 -07:00 |
inflector.rb
|
|
|
json.rb
|
|
|
key_generator.rb
|
Replace some global Hash usages with the new thread safe cache.
|
2012-12-14 12:18:47 +01:00 |
lazy_load_hooks.rb
|
update AS docs [ci skip]
|
2012-09-17 00:22:18 -05:00 |
log_subscriber.rb
|
adding missing requires
|
2013-01-09 15:34:58 -08:00 |
logger.rb
|
Revert "Make sure that ActiveSupport::Logger includes the Logger extensions from core_ext/logger" (some confusion over deprecation)
|
2012-12-21 19:35:10 +01:00 |
logger_silence.rb
|
Revert "Make sure that ActiveSupport::Logger includes the Logger extensions from core_ext/logger" (some confusion over deprecation)
|
2012-12-21 19:35:10 +01:00 |
message_encryptor.rb
|
Replace comments' non-breaking spaces with spaces
|
2012-12-04 22:11:54 -08:00 |
message_verifier.rb
|
Replace comments' non-breaking spaces with spaces
|
2012-12-04 22:11:54 -08:00 |
multibyte.rb
|
Replace comments' non-breaking spaces with spaces
|
2012-12-04 22:11:54 -08:00 |
notifications.rb
|
1.9 hash syntax in activesupport
|
2012-11-10 22:15:13 +02:00 |
number_helper.rb
|
update some AS code examples to 1.9 hash syntax [ci skip]
|
2012-09-12 13:47:49 -05:00 |
option_merger.rb
|
|
|
ordered_hash.rb
|
update AS:OrderedHash docs
|
2012-05-16 14:44:57 -05:00 |
ordered_options.rb
|
update AS docs [ci skip]
|
2012-09-17 00:22:18 -05:00 |
proxy_object.rb
|
Rename ActiveSupport::BasicObject to ActiveSupport::ProxyObject
|
2012-12-07 14:13:56 -05: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
|
Set the default timezone after the initialization since the configuration
|
2013-01-04 00:25:08 -03:00 |
rescuable.rb
|
update some AS code examples to 1.9 hash syntax [ci skip]
|
2012-09-12 13:47:49 -05:00 |
string_inquirer.rb
|
update AS docs [ci skip]
|
2012-09-17 00:22:18 -05:00 |
tagged_logging.rb
|
Replace comments' non-breaking spaces with spaces
|
2012-12-04 22:11:54 -08:00 |
test_case.rb
|
Alias refute methods to assert_not and perfer assert_not on tests
|
2012-12-31 13:58:52 -03:00 |
time.rb
|
Clean up 'active_support/time' requires
|
2012-12-11 12:23:30 +00:00 |
time_with_zone.rb
|
Add more documentation to TimeWithZone
|
2013-01-01 09:55:28 -07:00 |
version.rb
|
rails/master is now 4.0.0.beta and will only support Ruby 1.9.3+
|
2011-12-20 09:30:37 -06:00 |
xml_mini.rb
|
Make XmlMini.with_backend usable with threads
|
2012-11-15 20:23:05 +04:00 |