.. |
cache
|
Remove wrong rack/utils dependency from AS
|
2012-05-12 09:18:39 -03:00 |
core_ext
|
Fix documentation around duplicable regarding Class and Module.
|
2012-05-17 09:45:18 -04:00 |
dependencies
|
Improved ActiveSupport::Autoload performance.
|
2012-03-11 23:26:48 -07:00 |
deprecation
|
fix bad formatting [ci skip]
|
2012-05-17 01:13:19 +05:30 |
inflector
|
Revert "Merge pull request #6354 from lest/patch-1"
|
2012-05-16 17:10:17 -03:00 |
json
|
Since escape_html_entities_in_json was moved to 3-2-stable, make it true in AS, closes #6287
|
2012-05-14 08:02:45 +02:00 |
locale
|
|
|
log_subscriber
|
Make MockLogger work with blocks.
|
2012-05-17 13:28:33 -03:00 |
multibyte
|
removing unnecessary 'examples' noise from activesupport
|
2012-05-13 20:26:53 -05:00 |
notifications
|
evented listeners can subscribe to any message
|
2012-03-21 16:18:47 -07:00 |
testing
|
Remove dependency on safe_join from number helpers
|
2012-05-13 18:35:36 -03:00 |
values
|
Merge pull request #5571 from jarkko/5559-fix-dst-jump-bug-on-master
|
2012-05-15 08:24:25 -07:00 |
xml_mini
|
Clean up module docs [ci skip]
|
2012-03-07 01:04:14 +05:30 |
all.rb
|
|
|
backtrace_cleaner.rb
|
removing unnecessary 'examples' noise from activesupport
|
2012-05-13 20:26:53 -05:00 |
basic_object.rb
|
Remove deprecation from AS::Deprecation behavior, some minor cleanups
|
2012-03-16 09:01:48 -03:00 |
benchmarkable.rb
|
logger.silence is deprecated
|
2012-02-27 13:51:02 +08:00 |
buffered_logger.rb
|
remove unused requires
|
2012-01-18 05:01:09 +03:00 |
builder.rb
|
|
|
cache.rb
|
Merge pull request #4496 from makeable/master
|
2012-05-03 10:39:51 -07:00 |
callbacks.rb
|
Merge pull request #6351 from bogdan/callbacks
|
2012-05-17 05:47:03 -07:00 |
concern.rb
|
Remove deprecations from Active Support.
|
2011-12-20 15:18:42 +01:00 |
configurable.rb
|
remove unused requires
|
2012-01-18 05:01:09 +03:00 |
core_ext.rb
|
* BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger
|
2011-12-19 18:41:37 -08:00 |
dependencies.rb
|
use const_defined? with second argument in AS::Dependencies
|
2012-05-13 20:52:41 +03:00 |
deprecation.rb
|
revises requires of some AS deprecation files
|
2012-04-05 14:33:47 -07:00 |
descendants_tracker.rb
|
|
|
duration.rb
|
removing unnecessary 'examples' noise from activesupport
|
2012-05-13 20:26:53 -05:00 |
file_update_checker.rb
|
Initialize variables in file update checker to avoid warnings
|
2012-04-05 14:49:03 -03:00 |
file_watcher.rb
|
|
|
gzip.rb
|
remove unnecessary require core_ext/string/encoding
|
2012-02-14 10:09:21 +03:00 |
hash_with_indifferent_access.rb
|
fix HashWithIndifferentAccess.[] method
|
2012-03-23 23:09:29 +03:00 |
i18n.rb
|
Lazy load I18n
|
2012-05-11 19:00:25 -03:00 |
i18n_railtie.rb
|
FileUpdateChecker should be able to handle deleted files.
|
2011-12-13 11:23:21 +01:00 |
inflections.rb
|
Fix an issue with inflection where my_analyses (in plular form) incorrectly converted to my_analyasis(in singular form).
|
2012-05-16 22:58:03 +01:00 |
inflector.rb
|
|
|
json.rb
|
|
|
lazy_load_hooks.rb
|
Ensure load hooks can be called more than once with different contexts.
|
2012-03-06 22:05:07 +01:00 |
log_subscriber.rb
|
Remove deprecation from AS::Deprecation behavior, some minor cleanups
|
2012-03-16 09:01:48 -03:00 |
logger.rb
|
pushed broadcasting down to a module
|
2012-01-20 14:18:29 -08:00 |
message_encryptor.rb
|
[ci skip] More docs for ActiveSupport::MessageEncryptor
|
2012-01-26 15:09:04 +13:00 |
message_verifier.rb
|
remove ActiveSupport::Base64 in favor of ::Base64
|
2012-01-02 22:48:15 +03:00 |
multibyte.rb
|
removing unnecessary 'examples' noise from activesupport
|
2012-05-13 20:26:53 -05:00 |
notifications.rb
|
Add documentation to detail passing of an object as the second
|
2012-04-13 01:24:43 +03:00 |
option_merger.rb
|
|
|
ordered_hash.rb
|
update AS:OrderedHash docs
|
2012-05-16 14:44:57 -05:00 |
ordered_options.rb
|
Use respond_to_missing? for OrderedOptions
|
2012-05-05 02:43:41 -04:00 |
railtie.rb
|
Move AS set configs to AS Raitie
|
2012-05-12 12:54:28 -03:00 |
rescuable.rb
|
Document exception handling inside resce_from handlers
|
2012-04-28 22:32:18 -07:00 |
string_inquirer.rb
|
Symbol#[] method presents in Ruby 1.9
|
2012-01-07 15:30:36 +03:00 |
tagged_logging.rb
|
removing unnecessary 'examples' noise from activesupport
|
2012-05-13 20:26:53 -05:00 |
test_case.rb
|
Remove ActiveSupport::TestCase#pending, use skip instead
|
2012-01-21 14:32:28 -02:00 |
time.rb
|
Removed ActiveSupport#load_all!
|
2012-03-18 11:24:04 -07:00 |
time_with_zone.rb
|
removing unnecessary 'examples' noise from activesupport
|
2012-05-13 20:26:53 -05: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
|
remove ActiveSupport::Base64 in favor of ::Base64
|
2012-01-02 22:48:15 +03:00 |