.. |
cache
|
deprecate String#encoding_aware? and remove its usage
|
2011-12-24 15:57:54 +03:00 |
core_ext
|
Convert URI.parser.parse to URI.parse, and remove ruby 1.8.x code.
|
2012-01-19 20:27:16 +09:00 |
dependencies
|
|
|
deprecation
|
Remove Array.wrap calls in ActiveSupport
|
2012-01-06 01:04:33 -03:00 |
inflector
|
remove ruby 1.8 checking in constantize method
|
2011-12-29 16:01:10 +03:00 |
json
|
fixes in api docs
|
2012-01-13 00:41:12 +05:30 |
locale
|
|
|
log_subscriber
|
* BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger
|
2011-12-19 18:41:37 -08:00 |
multibyte
|
Improve doc consistency
|
2012-01-06 12:06:50 -03:00 |
notifications
|
|
|
ruby
|
remove rexml security fix for rubies 1.8
|
2011-12-26 19:50:29 +03:00 |
testing
|
Remove ActiveSupport::TestCase#pending, use skip instead
|
2012-01-21 14:32:28 -02:00 |
time
|
|
|
values
|
Update to Unicode 6.0
|
2012-01-05 16:17:12 -03:00 |
xml_mini
|
Revert "Used any? instead of length call"
|
2011-11-28 11:07:01 +01:00 |
all.rb
|
|
|
backtrace_cleaner.rb
|
Whitespaces ✂️
|
2012-01-06 20:43:12 -03:00 |
basic_object.rb
|
::BasicObject always defined in ruby 19
|
2011-12-26 00:34:48 +05:30 |
benchmarkable.rb
|
|
|
buffered_logger.rb
|
remove unused requires
|
2012-01-18 05:01:09 +03:00 |
builder.rb
|
|
|
cache.rb
|
Merge pull request #4007 from exviva/expand_cache_key_for_one_element_array
|
2011-12-16 14:40:09 -08:00 |
callbacks.rb
|
AS::Callbacks: Refactor :per_key option
|
2012-01-17 11:43:45 +02: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
|
deprecates Module#local_constant_names
|
2012-01-12 12:17:35 -08:00 |
deprecation.rb
|
|
|
descendants_tracker.rb
|
|
|
duration.rb
|
ruby 1.8 ActiveSupport BasicObject no longer available
|
2011-12-30 23:45:57 +05:30 |
file_update_checker.rb
|
Remove Array.wrap calls in ActiveSupport
|
2012-01-06 01:04:33 -03:00 |
file_watcher.rb
|
|
|
gzip.rb
|
deprecate String#encoding_aware? and remove its usage
|
2011-12-24 15:57:54 +03:00 |
hash_with_indifferent_access.rb
|
Overrode Hash#nested_under_indifferent_access in HashWithIndifferentAccess
|
2011-12-11 13:08:50 -08:00 |
i18n.rb
|
|
|
i18n_railtie.rb
|
FileUpdateChecker should be able to handle deleted files.
|
2011-12-13 11:23:21 +01:00 |
inflections.rb
|
Fix inflection regexes for mouse, mice
|
2011-12-07 23:14:02 -08:00 |
inflector.rb
|
|
|
json.rb
|
|
|
lazy_load_hooks.rb
|
|
|
log_subscriber.rb
|
defined the actual logger signature
|
2012-01-20 13:36:18 -08:00 |
logger.rb
|
pushed broadcasting down to a module
|
2012-01-20 14:18:29 -08:00 |
message_encryptor.rb
|
remove ActiveSupport::Base64 in favor of ::Base64
|
2012-01-02 22:48:15 +03:00 |
message_verifier.rb
|
remove ActiveSupport::Base64 in favor of ::Base64
|
2012-01-02 22:48:15 +03:00 |
multibyte.rb
|
Remove unnecessary requires/encoding comment
|
2012-01-05 17:15:21 -03:00 |
notifications.rb
|
warns against using temporary subscribers
|
2012-01-12 14:59:08 -08:00 |
option_merger.rb
|
|
|
ordered_hash.rb
|
No need to override to_yaml method in ActiveSupport::OrderedHash
|
2012-01-04 14:15:11 -03:00 |
ordered_options.rb
|
Replace regexp matching with a simple string manipulation.
|
2012-01-21 18:32:17 +08:00 |
railtie.rb
|
remove AS whiny nil extension and deprecate config.whiny_nils
|
2011-12-22 10:28:36 +03:00 |
rescuable.rb
|
|
|
string_inquirer.rb
|
Symbol#[] method presents in Ruby 1.9
|
2012-01-07 15:30:36 +03:00 |
tagged_logging.rb
|
move tagged logging to a module, stop proxying every method call
|
2012-01-19 13:44:00 -08:00 |
test_case.rb
|
Remove ActiveSupport::TestCase#pending, use skip instead
|
2012-01-21 14:32:28 -02:00 |
time.rb
|
Remove some of the ActiveSupport core extensions related to 1.8.
|
2011-12-21 09:29:59 +02:00 |
time_with_zone.rb
|
No need to override to_yaml method in ActiveSupport::TimeWithZone
|
2012-01-04 14:16:48 -03: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 |