[DRE-commits] [rails] 01/03: Updated version 4.2.9 from 'upstream/4.2.9'

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Jul 30 16:49:35 UTC 2017


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository rails.

commit c37b3b5691f9339bf2dbb1efbfa62cb0eb019346
Merge: b8bc12c 32d10df
Author: Pirate Praveen <praveen at debian.org>
Date:   Fri Jul 28 17:15:41 2017 +0530

    Updated version 4.2.9 from 'upstream/4.2.9'
    
    with Debian dir f7260691a9e0942a080d366803ea5aff736c8816

 .travis.yml                                        |  25 +-
 Gemfile                                            |  25 +-
 Gemfile.lock                                       | 222 ++++++++---------
 RAILS_VERSION                                      |   2 +-
 actionmailer/CHANGELOG.md                          |  10 +
 actionmailer/lib/action_mailer/gem_version.rb      |   4 +-
 actionpack/CHANGELOG.md                            |  34 +++
 .../lib/action_controller/metal/renderers.rb       |   2 -
 .../lib/action_dispatch/journey/router/utils.rb    |   4 +-
 .../lib/action_dispatch/middleware/cookies.rb      |   4 +-
 actionpack/lib/action_dispatch/routing/mapper.rb   |   9 +-
 .../lib/action_dispatch/testing/integration.rb     |   1 +
 actionpack/lib/action_pack/gem_version.rb          |   4 +-
 .../test/assertions/response_assertions_test.rb    |   2 +-
 actionpack/test/controller/integration_test.rb     |   8 +
 actionpack/test/controller/live_stream_test.rb     |   1 +
 actionpack/test/controller/routing_test.rb         |   2 +-
 actionpack/test/controller/test_case_test.rb       |  54 ++--
 actionpack/test/dispatch/cookies_test.rb           |  37 ++-
 .../request/multipart_params_parsing_test.rb       |   2 +-
 actionpack/test/dispatch/routing_test.rb           |  73 ++++--
 actionpack/test/dispatch/static_test.rb            |  18 +-
 actionpack/test/fixtures/multipart/mona_lisa.jpg   | Bin 159528 -> 0 bytes
 .../test/fixtures/multipart/ruby_on_rails.jpg      | Bin 0 -> 45142 bytes
 actionpack/test/journey/router/utils_test.rb       |   6 +
 actionview/CHANGELOG.md                            |  10 +
 actionview/actionview.gemspec                      |   2 +-
 actionview/lib/action_view/gem_version.rb          |   4 +-
 actionview/lib/action_view/helpers/tag_helper.rb   |   4 +-
 .../test/template/form_options_helper_test.rb      |   2 +-
 actionview/test/template/tag_helper_test.rb        |   8 +
 activejob/CHANGELOG.md                             |  10 +
 activejob/lib/active_job/arguments.rb              |   6 +-
 activejob/lib/active_job/gem_version.rb            |   4 +-
 .../test/cases/argument_serialization_test.rb      |   2 +-
 .../support/integration/adapters/backburner.rb     |   4 +-
 activemodel/CHANGELOG.md                           |  10 +
 activemodel/lib/active_model/gem_version.rb        |   4 +-
 .../lib/active_model/validations/numericality.rb   |   2 +-
 .../cases/validations/length_validation_test.rb    |   2 +-
 activerecord/CHANGELOG.md                          |  61 +++++
 activerecord/lib/active_record.rb                  |   3 +-
 activerecord/lib/active_record/aggregations.rb     |   4 +-
 .../associations/collection_association.rb         |  23 +-
 .../active_record/associations/collection_proxy.rb |   4 +-
 .../join_dependency/join_association.rb            |  10 +-
 .../lib/active_record/attribute_assignment.rb      |   2 +-
 .../lib/active_record/attribute_methods.rb         |   2 +-
 .../lib/active_record/attribute_methods/write.rb   |   2 +-
 activerecord/lib/active_record/attributes.rb       |   1 +
 .../abstract/connection_pool.rb                    |   2 +-
 .../connection_adapters/abstract/quoting.rb        |   1 +
 .../abstract/schema_statements.rb                  |   7 +-
 .../connection_adapters/abstract_mysql_adapter.rb  |   8 +-
 .../connection_adapters/mysql2_adapter.rb          |  14 +-
 .../connection_adapters/postgresql/oid/array.rb    |   1 +
 activerecord/lib/active_record/gem_version.rb      |   4 +-
 activerecord/lib/active_record/migration.rb        |  35 ++-
 activerecord/lib/active_record/model_schema.rb     |   4 +-
 activerecord/lib/active_record/railtie.rb          |   6 +-
 .../lib/active_record/railties/databases.rake      |  24 +-
 .../lib/active_record/relation/calculations.rb     |   4 +-
 activerecord/lib/active_record/schema_migration.rb |   5 +-
 .../lib/active_record/tasks/database_tasks.rb      |   2 +
 activerecord/lib/active_record/type/decimal.rb     |   8 +-
 activerecord/lib/active_record/type/value.rb       |   5 +
 .../test/cases/adapters/mysql2/connection_test.rb  |  36 +++
 .../cases/adapters/mysql2/reserved_word_test.rb    |   2 +-
 .../test/cases/adapters/postgresql/array_test.rb   |  12 +
 activerecord/test/cases/aggregations_test.rb       |   5 +
 .../associations/has_many_associations_test.rb     |   4 +-
 .../has_many_through_associations_test.rb          |  24 +-
 .../test/cases/associations/join_model_test.rb     |   2 +-
 activerecord/test/cases/attributes_test.rb         |   7 +-
 activerecord/test/cases/base_test.rb               |   4 +-
 activerecord/test/cases/calculations_test.rb       |   3 +-
 .../connection_adapters/connection_handler_test.rb |  35 +++
 activerecord/test/cases/dirty_test.rb              |  26 ++
 activerecord/test/cases/invalid_connection_test.rb |  38 +--
 .../test/cases/migration/column_attributes_test.rb |   2 +-
 activerecord/test/cases/migration_test.rb          |   4 +-
 activerecord/test/cases/migrator_test.rb           |  61 +++++
 activerecord/test/cases/query_cache_test.rb        |  25 +-
 activerecord/test/cases/quoting_test.rb            |   6 +-
 .../test/cases/scoping/default_scoping_test.rb     |  12 +
 .../test/cases/scoping/relation_scoping_test.rb    |   7 +
 activerecord/test/cases/statement_cache_test.rb    |  26 ++
 .../test/cases/tasks/database_tasks_test.rb        |   8 +
 activerecord/test/cases/type/decimal_test.rb       |   8 +
 activerecord/test/cases/type/integer_test.rb       |   1 +
 activerecord/test/fixtures/businesses.yml          |   3 +
 activerecord/test/fixtures/users.yml               |   2 +
 activerecord/test/models/business.rb               |   2 +
 activerecord/test/models/comment.rb                |   1 +
 activerecord/test/models/customer.rb               |   1 +
 activerecord/test/models/user.rb                   |   4 +
 activerecord/test/models/user_business.rb          |   4 +
 activerecord/test/schema/schema.rb                 |  14 ++
 activesupport/CHANGELOG.md                         | 130 ++++++++++
 activesupport/activesupport.gemspec                |   1 -
 activesupport/lib/active_support.rb                |   9 +
 .../lib/active_support/cache/mem_cache_store.rb    |   2 +-
 .../active_support/core_ext/class/subclasses.rb    |   2 -
 .../core_ext/date_and_time/compatibility.rb        |  15 ++
 .../lib/active_support/core_ext/date_time.rb       |   1 +
 .../core_ext/date_time/calculations.rb             |  24 +-
 .../core_ext/date_time/compatibility.rb            |  15 ++
 .../lib/active_support/core_ext/enumerable.rb      |  16 ++
 .../lib/active_support/core_ext/hash/compact.rb    |  34 +--
 .../active_support/core_ext/hash/conversions.rb    |   3 +-
 .../core_ext/hash/transform_values.rb              |   4 +-
 .../lib/active_support/core_ext/marshal.rb         |   4 +-
 .../active_support/core_ext/numeric/conversions.rb |  10 +-
 .../active_support/core_ext/object/duplicable.rb   |  90 ++++---
 .../lib/active_support/core_ext/string/access.rb   |   2 +-
 .../active_support/core_ext/string/conversions.rb  |   2 +-
 activesupport/lib/active_support/core_ext/time.rb  |   1 +
 .../active_support/core_ext/time/calculations.rb   |  11 +-
 .../active_support/core_ext/time/compatibility.rb  |  14 ++
 activesupport/lib/active_support/gem_version.rb    |   4 +-
 .../active_support/hash_with_indifferent_access.rb |   9 +
 activesupport/lib/active_support/logger.rb         |  11 +
 .../lib/active_support/message_encryptor.rb        |   9 +-
 .../lib/active_support/testing/time_helpers.rb     |  29 ++-
 activesupport/lib/active_support/time_with_zone.rb |  44 ++--
 .../lib/active_support/values/time_zone.rb         |   4 +
 activesupport/lib/active_support/xml_mini.rb       |  45 ++--
 .../lib/active_support/xml_mini/libxml.rb          |   4 +-
 .../lib/active_support/xml_mini/libxmlsax.rb       |   5 +-
 .../lib/active_support/xml_mini/nokogiri.rb        |   4 +-
 .../lib/active_support/xml_mini/nokogirisax.rb     |   4 +-
 activesupport/test/abstract_unit.rb                |   3 +
 activesupport/test/caching_test.rb                 |   2 +-
 .../test/core_ext/array/conversions_test.rb        |   6 +-
 activesupport/test/core_ext/array/grouping_test.rb |   5 +-
 .../core_ext/date_and_time_compatibility_test.rb   | 273 +++++++++++++++++++++
 activesupport/test/core_ext/date_time_ext_test.rb  |  36 ++-
 activesupport/test/core_ext/duration_test.rb       |   4 +-
 activesupport/test/core_ext/enumerable_test.rb     |  24 +-
 activesupport/test/core_ext/hash_ext_test.rb       |  54 ++--
 activesupport/test/core_ext/marshal_test.rb        |  13 +
 activesupport/test/core_ext/numeric_ext_test.rb    |   7 -
 .../test/core_ext/object/duplicable_test.rb        |  28 ++-
 activesupport/test/core_ext/string_ext_test.rb     |  38 +--
 activesupport/test/core_ext/time_ext_test.rb       |  14 ++
 activesupport/test/core_ext/time_with_zone_test.rb | 127 +++++++++-
 activesupport/test/json/encoding_test_cases.rb     |   2 +
 activesupport/test/load_paths_test.rb              |  16 --
 activesupport/test/logger_test.rb                  |  12 +-
 activesupport/test/message_encryptor_test.rb       |  14 +-
 activesupport/test/time_travel_test.rb             | 148 +++++++----
 activesupport/test/time_zone_test.rb               |  22 ++
 activesupport/test/time_zone_test_helpers.rb       |   8 +
 activesupport/test/xml_mini/jdom_engine_test.rb    |   5 +
 activesupport/test/xml_mini/libxml_engine_test.rb  |   4 +
 .../test/xml_mini/libxmlsax_engine_test.rb         |   5 +
 .../test/xml_mini/nokogiri_engine_test.rb          |   5 +
 .../test/xml_mini/nokogirisax_engine_test.rb       |   5 +
 guides/CHANGELOG.md                                |  10 +
 guides/Rakefile                                    |  19 +-
 guides/source/active_support_core_extensions.md    |   5 +-
 guides/source/api_documentation_guidelines.md      |   2 +-
 guides/source/asset_pipeline.md                    |  10 +-
 guides/source/configuring.md                       |   2 -
 guides/source/rails_on_rack.md                     |   1 -
 guides/source/upgrading_ruby_on_rails.md           |   2 +-
 railties/CHANGELOG.md                              |  29 +++
 railties/lib/rails/application.rb                  |   2 +-
 railties/lib/rails/application/configuration.rb    |   4 +
 railties/lib/rails/commands/dbconsole.rb           |   2 +-
 railties/lib/rails/commands/server.rb              |   6 +-
 railties/lib/rails/gem_version.rb                  |   4 +-
 railties/lib/rails/generators/app_base.rb          |   2 +-
 .../rails/generators/rails/app/app_generator.rb    |   5 +
 .../initializers/to_time_preserves_timezone.rb     |  10 +
 railties/test/application/bin_setup_test.rb        |  20 +-
 .../test/application/configuration/custom_test.rb  |   3 +
 .../test/application/middleware/session_test.rb    |   6 +-
 railties/test/application/rake/dbs_test.rb         |   6 +-
 railties/test/application/rake/migrations_test.rb  |  18 +-
 railties/test/generators/app_generator_test.rb     |  32 +++
 railties/test/railties/railtie_test.rb             |   7 +
 tasks/release.rb                                   | 107 ++++++--
 version.rb                                         |   4 +-
 184 files changed, 2380 insertions(+), 634 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/rails.git



More information about the Pkg-ruby-extras-commits mailing list