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
Yasyf Mohamedali 2cc2fa3633 Take DST into account when locating TimeZone from Numeric.
When given a specific offset, use the first result found where the
total current offset (including any periodic deviations such as DST)
from UTC is equal.
2015-03-03 15:16:47 -05:00
..
cache Instrument read_multi. 2015-02-21 16:06:57 +01:00
concurrency
core_ext Move Array#without from Grouping to Access concern and add dedicated test (relates to #19157) 2015-03-02 08:46:29 -08:00
dependencies
deprecation Do not check only for the Rails constant 2015-01-02 00:45:09 -03:00
inflector Fix docs for ActiveSupport::Inflector methods 2015-01-03 17:47:54 -08:00
json Remove deprecated ActiveSupport::JSON::Encoding::CircularReferenceError. 2015-01-04 11:58:41 -03:00
locale
log_subscriber
multibyte String already respond_to scrub at Ruby 2.2 2015-01-04 15:55:28 -03:00
notifications Replace #=> with # => [ci skip] 2014-12-17 16:44:51 -08:00
number_helper Merge pull request #12067 from jackxxu/keep_precision 2015-02-06 16:21:28 -02:00
testing Merge pull request #18526 from vipulnsward/add-silence-stream 2015-02-05 18:28:51 -02:00
values Take DST into account when locating TimeZone from Numeric. 2015-03-03 15:16:47 -05:00
xml_mini Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846 2015-01-31 23:12:41 -05:00
all.rb
backtrace_cleaner.rb
benchmarkable.rb
builder.rb
cache.rb Instrument read_multi. 2015-02-21 16:06:57 +01:00
callbacks.rb Merge branch 'master' of github.com:rails/docrails 2015-02-14 15:35:47 +00:00
concern.rb Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846 2015-01-31 23:12:41 -05:00
configurable.rb Privatize config_accessor as with attr_accessor 2015-02-06 01:12:07 +09:00
core_ext.rb Remove Struct#to_h backport 2015-01-04 16:20:18 -03:00
dependencies.rb let dependencies use Module#const_defined? 2015-01-28 21:47:15 -08:00
deprecation.rb
descendants_tracker.rb
duration.rb Removing :en in favor of I18n.default_locale in duration#inspect 2015-01-12 19:34:32 +01:00
file_update_checker.rb
gem_version.rb
gzip.rb
hash_with_indifferent_access.rb Revert "Improve the performance of HWIDA select and reject" 2015-02-06 10:45:20 -07:00
i18n.rb
i18n_railtie.rb Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846 2015-01-31 23:12:41 -05:00
inflections.rb
inflector.rb
json.rb
key_generator.rb
lazy_load_hooks.rb
log_subscriber.rb
logger.rb
logger_silence.rb
message_encryptor.rb
message_verifier.rb
multibyte.rb
notifications.rb
number_helper.rb Merge pull request #12067 from jackxxu/keep_precision 2015-02-06 16:21:28 -02:00
option_merger.rb
ordered_hash.rb
ordered_options.rb
per_thread_registry.rb
proxy_object.rb
rails.rb
railtie.rb Add config to halt callback chain on return false 2015-01-02 15:31:56 -08:00
rescuable.rb Wrap inline rescue with or-equal calls 2015-03-02 17:09:44 +01:00
security_utils.rb
string_inquirer.rb
subscriber.rb Reduce object allocations in ActiveSupport::Subscriber 2015-02-11 11:01:13 -05:00
tagged_logging.rb Merge pull request #9065 from atombender/master 2015-01-02 19:55:29 -03:00
test_case.rb introduce ActiveSupport::Testing::FileFixtures. 2015-01-28 12:29:34 +01:00
time.rb
time_with_zone.rb Remove some comments about Ruby 1.9 behaviors 2015-01-04 15:55:28 -03:00
version.rb
xml_mini.rb