1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib/active_support
Robin Dupret afc98eadb8 Avoid raising a NameError on FreeBSD using Date
The Date object has a xmlschema method starting with Ruby 1.9 so we were
assuming that we could safely remove this method and redefine it later
but the call to remove_method throws a NameError on FreeBSD so we should
rely on remove_possible_method instead.

This call is actually needed to avoid warnings when running the test
suite.

Fixes #11723
2014-01-01 15:29:24 +01:00
..
cache Copy-edit the parent commit 2013-12-12 14:09:04 -02:00
concurrency
core_ext Avoid raising a NameError on FreeBSD using Date 2014-01-01 15:29:24 +01:00
dependencies
deprecation
inflector Replace with gsub! in ActiveSupport::Inflector. 2013-12-10 11:25:06 -06:00
json JSON: speed up date/time encoding 2013-12-11 23:32:33 -07:00
locale
log_subscriber
multibyte Update to Unicode 6.3.0 2013-12-27 14:56:54 -03:00
notifications
number_helper Fix AS::NumberHelper results with large precisions 2013-12-20 16:26:35 +09:00
testing Merge pull request #13260 from arunagw/using-parallelize_me 2013-12-10 14:17:42 -08:00
values Update to Unicode 6.3.0 2013-12-27 14:56:54 -03:00
xml_mini
all.rb Clean up require ‘active_support/deprecation’ and remove circular require 2013-11-14 12:59:56 +04:00
backtrace_cleaner.rb Some assorted fixes for the 4.1 release notes: 2013-12-17 08:39:07 -08:00
benchmarkable.rb
builder.rb
cache.rb Merge branch 'master' of github.com:lifo/docrails 2013-12-20 00:10:30 +05:30
callbacks.rb Fix few typos in the documentation [ci skip] 2013-12-21 18:59:55 +01:00
concern.rb
configurable.rb Make sure multiline string is not accepted by the regexp 2013-12-19 17:28:19 -02:00
core_ext.rb
dependencies.rb better error message for constants autoloaded from anonymous modules [fixes #13204] 2013-12-06 19:18:10 +01:00
deprecation.rb
descendants_tracker.rb
duration.rb Fix segmentation fault in Ruby 2.0.0-p353. 2013-11-30 15:12:12 +02:00
file_update_checker.rb
file_watcher.rb
gzip.rb
hash_with_indifferent_access.rb
i18n.rb
i18n_railtie.rb Fix typo [ci skip] 2013-12-21 15:03:32 -02:00
inflections.rb
inflector.rb
json.rb
key_generator.rb Revert "revises the release notes about message verifiers [ci skip]" 2013-12-19 19:59:48 +01:00
lazy_load_hooks.rb
log_subscriber.rb
logger.rb Remove deprecated cattr_* requires 2013-12-03 00:28:15 +02:00
logger_silence.rb
message_encryptor.rb
message_verifier.rb PR #10635 introduces rescue from ArgumentError thrown by Base64.strict_decode64. 2013-12-12 22:15:42 +05:30
multibyte.rb
notifications.rb
number_helper.rb Nodoc missing number helper classes in AS [ci skip] 2013-12-11 20:01:54 -02:00
option_merger.rb
ordered_hash.rb
ordered_options.rb
per_thread_registry.rb Perf: save ~9% of object allocations on heavy requests. 2013-12-12 18:53:32 -07:00
proxy_object.rb
rails.rb
railtie.rb
rescuable.rb
string_inquirer.rb
subscriber.rb
tagged_logging.rb added missing require 2013-12-02 19:52:01 +01:00
test_case.rb Add #travel and #travel_to to AS::TestCase 2013-11-20 16:05:02 +07:00
time.rb
time_with_zone.rb
version.rb Get ready to release 4.1.0.beta1 2013-12-17 16:05:28 -08:00
xml_mini.rb