This project is archived and is in readonly mode.

Changeset [ccb96f2297e8783165cba764e9b5d51e1a15ff87] by Hongli Lai (Phusion)

December 3rd, 2008 @ 06:30 PM

Merge commit 'origin/master' into savepoints

Conflicts:

activerecord/lib/active_record/fixtures.rb
activerecord/test/cases/defaults_test.rb

http://github.com/rails/rails/co...

Committed by Hongli Lai (Phusion)

  • M actionmailer/CHANGELOG
  • M actionmailer/Rakefile
  • M actionmailer/lib/action_mailer.rb
  • M actionmailer/lib/action_mailer/base.rb
  • M actionmailer/lib/action_mailer/helpers.rb
  • M actionmailer/lib/action_mailer/mail_helper.rb
  • M actionmailer/lib/action_mailer/part.rb
  • M actionmailer/lib/action_mailer/part_container.rb
  • M actionmailer/lib/action_mailer/quoting.rb
  • M actionmailer/lib/action_mailer/test_case.rb
  • M actionmailer/lib/action_mailer/test_helper.rb
  • M actionmailer/lib/action_mailer/utils.rb
  • M actionmailer/lib/action_mailer/vendor.rb
  • M actionmailer/lib/action_mailer/vendor/text_format.rb
  • M actionmailer/lib/action_mailer/vendor/tmail.rb
  • M actionmailer/lib/action_mailer/version.rb
  • M actionmailer/test/abstract_unit.rb
  • M actionmailer/test/asset_host_test.rb
  • M actionmailer/test/fixtures/asset_host_mailer/email_with_asset.html.erb
  • M actionmailer/test/fixtures/auto_layout_mailer/multipart.text.html.erb
  • M actionmailer/test/fixtures/auto_layout_mailer/multipart.text.plain.erb
  • M actionmailer/test/fixtures/layouts/auto_layout_mailer.text.erb
  • M actionmailer/test/mail_layout_test.rb
  • M actionmailer/test/mail_service_test.rb
  • M actionmailer/test/quoting_test.rb
  • M actionmailer/test/test_helper_test.rb
  • M actionpack/CHANGELOG
  • M actionpack/Rakefile
  • M actionpack/lib/action_controller.rb
  • M actionpack/lib/action_controller/assertions.rb
  • M actionpack/lib/action_controller/assertions/model_assertions.rb
  • M actionpack/lib/action_controller/assertions/response_assertions.rb
  • M actionpack/lib/action_controller/assertions/selector_assertions.rb
  • M actionpack/lib/action_controller/assertions/tag_assertions.rb
  • M actionpack/lib/action_controller/base.rb
  • M actionpack/lib/action_controller/caching.rb
  • M actionpack/lib/action_controller/caching/fragments.rb
  • M actionpack/lib/action_controller/cgi_ext/cookie.rb
  • M actionpack/lib/action_controller/cgi_process.rb
  • M actionpack/lib/action_controller/components.rb
  • M actionpack/lib/action_controller/dispatcher.rb
  • M actionpack/lib/action_controller/flash.rb
  • M actionpack/lib/action_controller/helpers.rb
  • M actionpack/lib/action_controller/integration.rb
  • M actionpack/lib/action_controller/layout.rb
  • M actionpack/lib/action_controller/middleware_stack.rb
  • M actionpack/lib/action_controller/mime_type.rb
  • M actionpack/lib/action_controller/performance_test.rb
  • M actionpack/lib/action_controller/polymorphic_routes.rb
  • M actionpack/lib/action_controller/rack_process.rb
  • M actionpack/lib/action_controller/request.rb
  • M actionpack/lib/action_controller/request_forgery_protection.rb
  • M actionpack/lib/action_controller/request_profiler.rb
  • M actionpack/lib/action_controller/rescue.rb
  • M actionpack/lib/action_controller/resources.rb
  • M actionpack/lib/action_controller/routing.rb
  • M actionpack/lib/action_controller/routing/builder.rb
  • M actionpack/lib/action_controller/routing/optimisations.rb
  • M actionpack/lib/action_controller/routing/recognition_optimisation.rb
  • M actionpack/lib/action_controller/routing/route.rb
  • M actionpack/lib/action_controller/routing/route_set.rb
  • M actionpack/lib/action_controller/routing/routing_ext.rb
  • M actionpack/lib/action_controller/routing/segments.rb
  • M actionpack/lib/action_controller/session/cookie_store.rb
  • M actionpack/lib/action_controller/session_management.rb
  • M actionpack/lib/action_controller/test_case.rb
  • M actionpack/lib/action_controller/test_process.rb
  • M actionpack/lib/action_controller/vendor/html-scanner.rb
  • M actionpack/lib/action_controller/vendor/html-scanner/html/sanitizer.rb
  • M actionpack/lib/action_pack/version.rb
  • M actionpack/lib/action_view.rb
  • M actionpack/lib/action_view/base.rb
  • M actionpack/lib/action_view/erb/util.rb
  • M actionpack/lib/action_view/helpers.rb
  • M actionpack/lib/action_view/helpers/asset_tag_helper.rb
  • M actionpack/lib/action_view/helpers/atom_feed_helper.rb
  • M actionpack/lib/action_view/helpers/date_helper.rb
  • M actionpack/lib/action_view/helpers/form_tag_helper.rb
  • M actionpack/lib/action_view/helpers/javascript_helper.rb
  • M actionpack/lib/action_view/helpers/javascripts/controls.js
  • M actionpack/lib/action_view/helpers/javascripts/dragdrop.js
  • M actionpack/lib/action_view/helpers/javascripts/effects.js
  • M actionpack/lib/action_view/helpers/javascripts/prototype.js
  • M actionpack/lib/action_view/helpers/number_helper.rb
  • M actionpack/lib/action_view/helpers/prototype_helper.rb
  • M actionpack/lib/action_view/helpers/sanitize_helper.rb
  • M actionpack/lib/action_view/helpers/scriptaculous_helper.rb
  • M actionpack/lib/action_view/helpers/tag_helper.rb
  • M actionpack/lib/action_view/helpers/text_helper.rb
  • M actionpack/lib/action_view/locale/en-US.yml
  • M actionpack/lib/action_view/locale/en.yml
  • M actionpack/lib/action_view/partials.rb
  • M actionpack/lib/action_view/paths.rb
  • M actionpack/lib/action_view/renderable.rb
  • M actionpack/lib/action_view/template.rb
  • M actionpack/lib/action_view/template_error.rb
  • M actionpack/lib/action_view/template_handler.rb
  • M actionpack/lib/action_view/template_handlers.rb
  • M actionpack/lib/action_view/template_handlers/erb.rb
  • M actionpack/lib/action_view/test_case.rb
  • M actionpack/test/abstract_unit.rb
  • M actionpack/test/active_record_unit.rb
  • M actionpack/test/activerecord/active_record_store_test.rb
  • M actionpack/test/activerecord/render_partial_with_record_identification_test.rb
  • M actionpack/test/controller/action_pack_assertions_test.rb
  • M actionpack/test/controller/assert_select_test.rb
  • M actionpack/test/controller/base_test.rb
  • M actionpack/test/controller/caching_test.rb
  • M actionpack/test/controller/cgi_test.rb
  • M actionpack/test/controller/components_test.rb
  • M actionpack/test/controller/deprecation/deprecated_base_methods_test.rb
  • M actionpack/test/controller/dispatcher_test.rb
  • M actionpack/test/controller/helper_test.rb
  • M actionpack/test/controller/html-scanner/sanitizer_test.rb
  • M actionpack/test/controller/integration_test.rb
  • M actionpack/test/controller/integration_upload_test.rb
  • M actionpack/test/controller/layout_test.rb
  • M actionpack/test/controller/logging_test.rb
  • M actionpack/test/controller/mime_responds_test.rb
  • M actionpack/test/controller/mime_type_test.rb
  • M actionpack/test/controller/polymorphic_routes_test.rb
  • M actionpack/test/controller/rack_test.rb
  • M actionpack/test/controller/redirect_test.rb
  • M actionpack/test/controller/render_test.rb
  • M actionpack/test/controller/request_forgery_protection_test.rb
  • M actionpack/test/controller/request_test.rb
  • M actionpack/test/controller/rescue_test.rb
  • M actionpack/test/controller/resources_test.rb
  • M actionpack/test/controller/routing_test.rb
  • M actionpack/test/controller/session/cookie_store_test.rb
  • M actionpack/test/controller/session/mem_cache_store_test.rb
  • M actionpack/test/controller/test_test.rb
  • M actionpack/test/controller/url_rewriter_test.rb
  • M actionpack/test/controller/verification_test.rb
  • M actionpack/test/controller/view_paths_test.rb
  • M actionpack/test/controller/webservice_test.rb
  • M actionpack/test/fixtures/alternate_helpers/foo_helper.rb
  • M actionpack/test/fixtures/test/_partial_with_only_html_version.html.erb
  • M actionpack/test/fixtures/test/dont_pick_me
  • M actionpack/test/fixtures/test/hello.builder
  • M actionpack/test/template/active_record_helper_i18n_test.rb
  • M actionpack/test/template/asset_tag_helper_test.rb
  • M actionpack/test/template/atom_feed_helper_test.rb
  • M actionpack/test/template/compiled_templates_test.rb
  • M actionpack/test/template/date_helper_i18n_test.rb
  • M actionpack/test/template/date_helper_test.rb
  • M actionpack/test/template/form_options_helper_test.rb
  • M actionpack/test/template/form_tag_helper_test.rb
  • M actionpack/test/template/number_helper_i18n_test.rb
  • M actionpack/test/template/render_test.rb
  • M actionpack/test/template/tag_helper_test.rb
  • M actionpack/test/template/text_helper_test.rb
  • M actionpack/test/template/translation_helper_test.rb
  • M activemodel/lib/active_model/state_machine.rb
  • M activemodel/lib/active_model/state_machine/event.rb
  • M activemodel/lib/active_model/state_machine/machine.rb
  • M activemodel/lib/active_model/state_machine/state.rb
  • M activemodel/test/observing_test.rb
  • M activemodel/test/state_machine/event_test.rb
  • M activemodel/test/state_machine/machine_test.rb
  • M activemodel/test/state_machine/state_test.rb
  • M activemodel/test/state_machine/state_transition_test.rb
  • M activemodel/test/state_machine_test.rb
  • M activemodel/test/test_helper.rb
  • M activerecord/CHANGELOG
  • M activerecord/Rakefile
  • M activerecord/lib/active_record.rb
  • M activerecord/lib/active_record/association_preload.rb
  • M activerecord/lib/active_record/associations.rb
  • M activerecord/lib/active_record/associations/association_proxy.rb
  • M activerecord/lib/active_record/associations/has_one_through_association.rb
  • M activerecord/lib/active_record/base.rb
  • M activerecord/lib/active_record/calculations.rb
  • M activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb
  • M activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb
  • M activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
  • M activerecord/lib/active_record/fixtures.rb
  • M activerecord/lib/active_record/locale/en-US.yml
  • M activerecord/lib/active_record/locale/en.yml
  • M activerecord/lib/active_record/serialization.rb
  • M activerecord/lib/active_record/test_case.rb
  • M activerecord/lib/active_record/version.rb
  • M activerecord/test/cases/adapter_test_sqlserver.rb
  • M activerecord/test/cases/ar_schema_test.rb
  • M activerecord/test/cases/associations/eager_test.rb
  • M activerecord/test/cases/associations/has_and_belongs_to_many_associations_test.rb
  • M activerecord/test/cases/associations/has_many_associations_test.rb
  • M activerecord/test/cases/associations/has_one_through_associations_test.rb
  • M activerecord/test/cases/base_test.rb
  • M activerecord/test/cases/binary_test.rb
  • M activerecord/test/cases/calculations_test.rb
  • M activerecord/test/cases/defaults_test.rb
  • M activerecord/test/cases/finder_test.rb
  • M activerecord/test/cases/fixtures_test.rb
  • M activerecord/test/cases/helper.rb
  • M activerecord/test/cases/i18n_test.rb
  • M activerecord/test/cases/inheritance_test.rb
  • M activerecord/test/cases/locking_test.rb
  • M activerecord/test/cases/method_scoping_test.rb
  • M activerecord/test/cases/migration_test.rb
  • M activerecord/test/cases/pooled_connections_test.rb
  • M activerecord/test/cases/schema_dumper_test.rb
  • M activerecord/test/cases/table_name_test_sqlserver.rb
  • M activerecord/test/cases/validations_i18n_test.rb
  • M activerecord/test/fixtures/organizations.yml
  • M activerecord/test/models/author.rb
  • M activerecord/test/models/category.rb
  • M activerecord/test/models/developer.rb
  • M activerecord/test/models/member.rb
  • M activerecord/test/models/member_detail.rb
  • M activerecord/test/models/organization.rb
  • M activerecord/test/models/project.rb
  • M activerecord/test/schema/schema.rb
  • M activerecord/test/schema/sqlserver_specific_schema.rb
  • M activeresource/CHANGELOG
  • M activeresource/Rakefile
  • M activeresource/lib/active_resource/base.rb
  • M activeresource/lib/active_resource/version.rb
  • M activeresource/test/base_test.rb
  • M activeresource/test/format_test.rb
  • M activesupport/CHANGELOG
  • M activesupport/Rakefile
  • M activesupport/lib/active_support.rb
  • M activesupport/lib/active_support/backtrace_cleaner.rb
  • M activesupport/lib/active_support/cache.rb
  • M activesupport/lib/active_support/cache/drb_store.rb
  • M activesupport/lib/active_support/core_ext.rb
  • M activesupport/lib/active_support/core_ext/array/access.rb
  • M activesupport/lib/active_support/core_ext/array/conversions.rb
  • M activesupport/lib/active_support/core_ext/cgi/escape_skipping_slashes.rb
  • M activesupport/lib/active_support/core_ext/enumerable.rb
  • M activesupport/lib/active_support/core_ext/exception.rb
  • M activesupport/lib/active_support/core_ext/file/atomic.rb
  • M activesupport/lib/active_support/core_ext/hash/conversions.rb
  • M activesupport/lib/active_support/core_ext/module/delegation.rb
  • M activesupport/lib/active_support/core_ext/object/conversions.rb
  • M activesupport/lib/active_support/core_ext/object/misc.rb
  • M activesupport/lib/active_support/core_ext/rexml.rb
  • M activesupport/lib/active_support/core_ext/string/iterators.rb
  • M activesupport/lib/active_support/core_ext/time/calculations.rb
  • M activesupport/lib/active_support/dependencies.rb
  • M activesupport/lib/active_support/deprecation.rb
  • M activesupport/lib/active_support/duration.rb
  • M activesupport/lib/active_support/inflector.rb
  • M activesupport/lib/active_support/json/encoding.rb
  • M activesupport/lib/active_support/locale/en-US.yml
  • M activesupport/lib/active_support/locale/en.yml
  • M activesupport/lib/active_support/memoizable.rb
  • M activesupport/lib/active_support/message_encryptor.rb
  • M activesupport/lib/active_support/message_verifier.rb
  • M activesupport/lib/active_support/option_merger.rb
  • M activesupport/lib/active_support/ordered_hash.rb
  • M activesupport/lib/active_support/rescuable.rb
  • M activesupport/lib/active_support/secure_random.rb
  • M activesupport/lib/active_support/test_case.rb
  • M activesupport/lib/active_support/testing/assertions.rb
  • M activesupport/lib/active_support/testing/declarative.rb
  • M activesupport/lib/active_support/testing/deprecation.rb
  • M activesupport/lib/active_support/testing/setup_and_teardown.rb
  • M activesupport/lib/active_support/time_with_zone.rb
  • M activesupport/lib/active_support/values/time_zone.rb
  • M activesupport/lib/active_support/vendor.rb
  • M activesupport/lib/active_support/vendor/i18n-0.0.1/i18n.rb
  • M activesupport/lib/active_support/vendor/memcache-client-1.5.0/memcache.rb
  • M activesupport/lib/active_support/vendor/memcache-client-1.5.1/memcache.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/data_timezone.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/data_timezone_info.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Africa/Algiers.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Africa/Cairo.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Africa/Casablanca.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Africa/Harare.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Africa/Johannesburg.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Africa/Monrovia.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Africa/Nairobi.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/America/Argentina/Buenos_Aires.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/America/Argentina/San_Juan.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/America/Bogota.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/America/Caracas.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/America/Chicago.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/America/Chihuahua.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/America/Denver.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/America/Godthab.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/America/Guatemala.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/America/Halifax.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/America/Indiana/Indianapolis.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/America/Juneau.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/America/La_Paz.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/America/Lima.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/America/Los_Angeles.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/America/Mazatlan.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/America/Mexico_City.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/America/Monterrey.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/America/New_York.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/America/Phoenix.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/America/Regina.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/America/Santiago.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/America/Sao_Paulo.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/America/St_Johns.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/America/Tijuana.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Almaty.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Baghdad.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Baku.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Bangkok.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Chongqing.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Colombo.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Dhaka.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Hong_Kong.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Irkutsk.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Jakarta.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Jerusalem.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Kabul.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Kamchatka.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Karachi.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Katmandu.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Kolkata.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Krasnoyarsk.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Kuala_Lumpur.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Kuwait.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Magadan.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Muscat.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Novosibirsk.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Rangoon.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Riyadh.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Seoul.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Shanghai.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Singapore.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Taipei.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Tashkent.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Tbilisi.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Tehran.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Tokyo.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Ulaanbaatar.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Urumqi.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Vladivostok.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Yakutsk.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Yekaterinburg.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Asia/Yerevan.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Atlantic/Azores.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Atlantic/Cape_Verde.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Atlantic/South_Georgia.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Australia/Adelaide.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Australia/Brisbane.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Australia/Darwin.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Australia/Hobart.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Australia/Melbourne.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Australia/Perth.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Australia/Sydney.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Etc/UTC.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Europe/Amsterdam.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Europe/Athens.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Europe/Belgrade.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Europe/Berlin.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Europe/Bratislava.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Europe/Brussels.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Europe/Bucharest.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Europe/Budapest.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Europe/Copenhagen.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Europe/Dublin.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Europe/Helsinki.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Europe/Istanbul.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Europe/Kiev.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Europe/Lisbon.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Europe/Ljubljana.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Europe/London.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Europe/Madrid.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Europe/Minsk.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Europe/Moscow.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Europe/Paris.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Europe/Prague.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Europe/Riga.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Europe/Rome.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Europe/Sarajevo.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Europe/Skopje.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Europe/Sofia.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Europe/Stockholm.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Europe/Tallinn.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Europe/Vienna.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Europe/Vilnius.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Europe/Warsaw.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Europe/Zagreb.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Pacific/Auckland.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Pacific/Fiji.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Pacific/Guam.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Pacific/Honolulu.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Pacific/Majuro.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Pacific/Midway.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Pacific/Noumea.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Pacific/Pago_Pago.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Pacific/Port_Moresby.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/definitions/Pacific/Tongatapu.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/info_timezone.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/linked_timezone.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/linked_timezone_info.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/offset_rationals.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/ruby_core_support.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/time_or_datetime.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/timezone.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/timezone_definition.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/timezone_info.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/timezone_offset_info.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/timezone_period.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.11/tzinfo/timezone_transition_info.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/data_timezone.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/data_timezone_info.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Algiers.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Cairo.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Casablanca.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Harare.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Johannesburg.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Monrovia.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Nairobi.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Argentina/Buenos_Aires.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Argentina/San_Juan.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Bogota.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Caracas.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Chicago.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Chihuahua.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Denver.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Godthab.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Guatemala.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Halifax.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Indiana/Indianapolis.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Juneau.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/La_Paz.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Lima.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Los_Angeles.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Mazatlan.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Mexico_City.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Monterrey.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/New_York.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Phoenix.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Regina.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Santiago.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Sao_Paulo.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/St_Johns.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Tijuana.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Almaty.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Baghdad.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Baku.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Bangkok.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Chongqing.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Colombo.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Dhaka.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Hong_Kong.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Irkutsk.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Jakarta.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Jerusalem.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Kabul.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Kamchatka.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Karachi.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Katmandu.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Kolkata.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Krasnoyarsk.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Kuala_Lumpur.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Kuwait.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Magadan.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Muscat.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Novosibirsk.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Rangoon.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Riyadh.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Seoul.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Shanghai.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Singapore.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Taipei.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Tashkent.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Tbilisi.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Tehran.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Tokyo.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Ulaanbaatar.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Urumqi.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Vladivostok.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Yakutsk.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Yekaterinburg.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Yerevan.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Atlantic/Azores.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Atlantic/Cape_Verde.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Atlantic/South_Georgia.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/Adelaide.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/Brisbane.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/Darwin.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/Hobart.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/Melbourne.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/Perth.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/Sydney.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Etc/UTC.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Amsterdam.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Athens.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Belgrade.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Berlin.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Bratislava.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Brussels.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Bucharest.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Budapest.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Copenhagen.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Dublin.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Helsinki.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Istanbul.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Kiev.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Lisbon.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Ljubljana.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/London.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Madrid.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Minsk.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Moscow.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Paris.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Prague.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Riga.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Rome.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Sarajevo.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Skopje.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Sofia.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Stockholm.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Tallinn.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Vienna.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Vilnius.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Warsaw.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Zagreb.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Auckland.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Fiji.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Guam.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Honolulu.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Majuro.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Midway.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Noumea.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Pago_Pago.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Port_Moresby.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Tongatapu.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/info_timezone.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/linked_timezone.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/linked_timezone_info.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/offset_rationals.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/ruby_core_support.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/time_or_datetime.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/timezone.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_definition.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_info.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_offset_info.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_period.rb
  • M activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_transition_info.rb
  • M activesupport/lib/active_support/vendor/xml-simple-1.0.11/xmlsimple.rb
  • M activesupport/lib/active_support/version.rb
  • M activesupport/lib/active_support/xml_mini.rb
  • M activesupport/test/abstract_unit.rb
  • M activesupport/test/caching_test.rb
  • M activesupport/test/clean_backtrace_test.rb
  • M activesupport/test/core_ext/array_ext_test.rb
  • M activesupport/test/core_ext/date_ext_test.rb
  • M activesupport/test/core_ext/date_time_ext_test.rb
  • M activesupport/test/core_ext/duration_test.rb
  • M activesupport/test/core_ext/enumerable_test.rb
  • M activesupport/test/core_ext/hash_ext_test.rb
  • M activesupport/test/core_ext/module/model_naming_test.rb
  • M activesupport/test/core_ext/module_test.rb
  • M activesupport/test/core_ext/object_and_class_ext_test.rb
  • M activesupport/test/core_ext/string_ext_test.rb
  • M activesupport/test/core_ext/time_ext_test.rb
  • M activesupport/test/core_ext/time_with_zone_test.rb
  • M activesupport/test/dependencies_test.rb
  • M activesupport/test/deprecation_test.rb
  • M activesupport/test/i18n_test.rb
  • M activesupport/test/inflector_test.rb
  • M activesupport/test/inflector_test_cases.rb
  • M activesupport/test/json/encoding_test.rb
  • M activesupport/test/memoizable_test.rb
  • M activesupport/test/message_encryptor_test.rb
  • M activesupport/test/message_verifier_test.rb
  • M activesupport/test/multibyte_unicode_database_test.rb
  • M activesupport/test/option_merger_test.rb
  • M activesupport/test/ordered_hash_test.rb
  • M activesupport/test/test_test.rb
  • M activesupport/test/time_zone_test.rb
  • M ci/cruise_config.rb
  • M railties/CHANGELOG
  • M railties/README
  • M railties/Rakefile
  • M railties/bin/process/inspector
  • M railties/bin/process/reaper
  • M railties/bin/process/spawner
  • M railties/bin/rails
  • M railties/builtin/rails_info/rails/info.rb
  • M railties/config.ru
  • M railties/configs/apache.conf
  • M railties/configs/initializers/backtrace_silencers.rb
  • M railties/configs/initializers/new_rails_defaults.rb
  • M railties/configs/initializers/session_store.rb
  • M railties/configs/lighttpd.conf
  • M railties/configs/locales/en.yml
  • M railties/dispatches/config.ru
  • M railties/doc/README_FOR_APP
  • M railties/doc/guides/html/2_2_release_notes.html
  • M railties/doc/guides/html/actioncontroller_basics.html
  • M railties/doc/guides/html/activerecord_validations_callbacks.html
  • M railties/doc/guides/html/authors.html
  • M railties/doc/guides/html/caching_with_rails.html
  • M railties/doc/guides/html/command_line.html
  • M railties/doc/guides/html/configuring.html
  • M railties/doc/guides/html/creating_plugins.html
  • M railties/doc/guides/html/debugging_rails_applications.html
  • M railties/doc/guides/html/finders.html
  • M railties/doc/guides/html/form_helpers.html
  • M railties/doc/guides/html/getting_started_with_rails.html
  • M railties/doc/guides/html/index.html
  • M railties/doc/guides/html/layouts_and_rendering.html
  • M railties/doc/guides/html/migrations.html
  • M railties/doc/guides/html/routing_outside_in.html
  • M railties/doc/guides/html/testing_rails_applications.html
  • M railties/doc/guides/source/2_2_release_notes.txt
  • M railties/doc/guides/source/actioncontroller_basics/changelog.txt
  • M railties/doc/guides/source/actioncontroller_basics/cookies.txt
  • M railties/doc/guides/source/actioncontroller_basics/csrf.txt
  • M railties/doc/guides/source/actioncontroller_basics/filters.txt
  • M railties/doc/guides/source/actioncontroller_basics/http_auth.txt
  • M railties/doc/guides/source/actioncontroller_basics/index.txt
  • M railties/doc/guides/source/actioncontroller_basics/introduction.txt
  • M railties/doc/guides/source/actioncontroller_basics/methods.txt
  • M railties/doc/guides/source/actioncontroller_basics/parameter_filtering.txt
  • M railties/doc/guides/source/actioncontroller_basics/params.txt
  • M railties/doc/guides/source/actioncontroller_basics/request_response_objects.txt
  • M railties/doc/guides/source/actioncontroller_basics/rescue.txt
  • M railties/doc/guides/source/actioncontroller_basics/session.txt
  • M railties/doc/guides/source/actioncontroller_basics/streaming.txt
  • M railties/doc/guides/source/actioncontroller_basics/verification.txt
  • M railties/doc/guides/source/active_record_basics.txt
  • M railties/doc/guides/source/activerecord_validations_callbacks.txt
  • M railties/doc/guides/source/authors.txt
  • M railties/doc/guides/source/caching_with_rails.txt
  • M railties/doc/guides/source/command_line.txt
  • M railties/doc/guides/source/configuring.txt
  • M railties/doc/guides/source/creating_plugins/acts_as_yaffle.txt
  • M railties/doc/guides/source/creating_plugins/basics.markdown
  • M railties/doc/guides/source/creating_plugins/controllers.txt
  • M railties/doc/guides/source/creating_plugins/core_ext.txt
  • M railties/doc/guides/source/creating_plugins/custom_generator.txt
  • M railties/doc/guides/source/creating_plugins/custom_route.txt
  • M railties/doc/guides/source/creating_plugins/gem.txt
  • M railties/doc/guides/source/creating_plugins/generator_method.txt
  • M railties/doc/guides/source/creating_plugins/helpers.txt
  • M railties/doc/guides/source/creating_plugins/index.txt
  • M railties/doc/guides/source/creating_plugins/migration_generator.txt
  • M railties/doc/guides/source/creating_plugins/models.txt
  • M railties/doc/guides/source/creating_plugins/odds_and_ends.txt
  • M railties/doc/guides/source/creating_plugins/preparation.txt
  • M railties/doc/guides/source/creating_plugins/string_to_squawk.txt
  • M railties/doc/guides/source/creating_plugins/test_setup.txt
  • M railties/doc/guides/source/creating_plugins/view_helper.txt
  • M railties/doc/guides/source/debugging_rails_applications.txt
  • M railties/doc/guides/source/finders.txt
  • M railties/doc/guides/source/form_helpers.txt
  • M railties/doc/guides/source/getting_started_with_rails.txt
  • M railties/doc/guides/source/index.txt
  • M railties/doc/guides/source/layouts_and_rendering.txt
  • M railties/doc/guides/source/migrations/foreign_keys.txt
  • M railties/doc/guides/source/migrations/rakeing_around.txt
  • M railties/doc/guides/source/migrations/scheming.txt
  • M railties/doc/guides/source/routing_outside_in.txt
  • M railties/doc/guides/source/testing_rails_applications.txt
  • M railties/environments/boot.rb
  • M railties/environments/environment.rb
  • M railties/environments/production.rb
  • M railties/environments/test.rb
  • M railties/helpers/application.rb
  • M railties/helpers/application_controller.rb
  • M railties/helpers/test_helper.rb
  • M railties/html/javascripts/controls.js
  • M railties/html/javascripts/dragdrop.js
  • M railties/html/javascripts/effects.js
  • M railties/lib/commands/process/inspector.rb
  • M railties/lib/commands/process/reaper.rb
  • M railties/lib/commands/process/spawner.rb
  • M railties/lib/commands/process/spinner.rb
  • M railties/lib/commands/runner.rb
  • M railties/lib/commands/server.rb
  • M railties/lib/commands/servers/base.rb
  • M railties/lib/commands/servers/lighttpd.rb
  • M railties/lib/commands/servers/mongrel.rb
  • M railties/lib/commands/servers/new_mongrel.rb
  • M railties/lib/commands/servers/thin.rb
  • M railties/lib/commands/servers/webrick.rb
  • M railties/lib/console_app.rb
  • M railties/lib/console_with_helpers.rb
  • M railties/lib/fcgi_handler.rb
  • M railties/lib/initializer.rb
  • M railties/lib/rails/backtrace_cleaner.rb
  • M railties/lib/rails/gem_dependency.rb
  • M railties/lib/rails/mongrel_server/commands.rb
  • M railties/lib/rails/mongrel_server/handler.rb
  • M railties/lib/rails/plugin.rb
  • M railties/lib/rails/plugin/loader.rb
  • M railties/lib/rails/rack.rb
  • M railties/lib/rails/rack/debugger.rb
  • M railties/lib/rails/rack/static.rb
  • M railties/lib/rails/vendor_gem_source_index.rb
  • M railties/lib/rails/version.rb
  • M railties/lib/rails_generator/base.rb
  • M railties/lib/rails_generator/commands.rb
  • M railties/lib/rails_generator/generators/applications/app/app_generator.rb
  • M railties/lib/rails_generator/generators/applications/app/scm/git.rb
  • M railties/lib/rails_generator/generators/applications/app/scm/scm.rb
  • M railties/lib/rails_generator/generators/applications/app/scm/svn.rb
  • M railties/lib/rails_generator/generators/applications/app/template_runner.rb
  • M railties/lib/rails_generator/generators/components/controller/USAGE
  • M railties/lib/rails_generator/generators/components/controller/controller_generator.rb
  • M railties/lib/rails_generator/generators/components/controller/templates/helper_test.rb
  • M railties/lib/rails_generator/generators/components/helper/USAGE
  • M railties/lib/rails_generator/generators/components/helper/helper_generator.rb
  • M railties/lib/rails_generator/generators/components/helper/templates/helper.rb
  • M railties/lib/rails_generator/generators/components/helper/templates/helper_test.rb
  • M railties/lib/rails_generator/generators/components/resource/USAGE
  • M railties/lib/rails_generator/generators/components/resource/resource_generator.rb
  • M railties/lib/rails_generator/generators/components/resource/templates/helper_test.rb
  • M railties/lib/rails_generator/generators/components/scaffold/scaffold_generator.rb
  • M railties/lib/rails_generator/generators/components/scaffold/templates/helper_test.rb
  • M railties/lib/rails_generator/secret_key_generator.rb
  • M railties/lib/tasks/databases.rake
  • M railties/lib/tasks/framework.rake
  • M railties/lib/tasks/middleware.rake
  • M railties/lib/tasks/misc.rake
  • M railties/lib/tasks/statistics.rake
  • M railties/lib/tasks/testing.rake
  • M railties/lib/test_help.rb
  • M railties/test/abstract_unit.rb
  • M railties/test/backtrace_cleaner_test.rb
  • M railties/test/fcgi_dispatcher_test.rb
  • M railties/test/fixtures/plugins/engines/engine/app/controllers/engine_controller.rb
  • M railties/test/fixtures/plugins/engines/engine/app/models/engine_model.rb
  • M railties/test/fixtures/plugins/engines/engine/config/routes.rb
  • M railties/test/fixtures/plugins/engines/engine/init.rb
  • M railties/test/gem_dependency_test.rb
  • M railties/test/generators/generator_test_helper.rb
  • M railties/test/generators/rails_controller_generator_test.rb
  • M railties/test/generators/rails_helper_generator_test.rb
  • M railties/test/generators/rails_resource_generator_test.rb
  • M railties/test/generators/rails_scaffold_generator_test.rb
  • M railties/test/initializer_test.rb
  • M railties/test/plugin_loader_test.rb
  • M railties/test/plugin_locator_test.rb
  • M railties/test/rails_info_controller_test.rb
  • M railties/test/rails_info_test.rb
  • M railties/test/secret_key_generation_test.rb
  • M railties/test/vendor/gems/dummy-gem-f-1.0.0/.specification
  • M railties/test/vendor/gems/dummy-gem-f-1.0.0/lib/dummy-gem-f.rb
  • M railties/test/vendor/gems/dummy-gem-g-1.0.0/.specification
  • M railties/test/vendor/gems/dummy-gem-g-1.0.0/lib/dummy-gem-g.rb

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>