This project is archived and is in readonly mode.
Changeset [7f07cc364a7ee7ceae21b29b54467fde0db93389] by Xavier Noria
May 19th, 2010 @ 10:29 PM
Merge remote branch 'rails/master'
http://github.com/rails/rails/commit/7f07cc364a7ee7ceae21b29b54467f...
Committed by Xavier Noria
- A actionpack/test/template/template_test.rb
- A activerecord/lib/active_record/connection_adapters/abstract/database_limits.rb
- A activesupport/lib/active_support/core_ext/string/encoding.rb
- R railties/lib/rails/dispatcher.rb
- M Gemfile
- M actionmailer/test/base_test.rb
- M actionmailer/test/old_base/asset_host_test.rb
- M actionmailer/test/old_base/mail_render_test.rb
- M actionmailer/test/old_base/mail_service_test.rb
- M actionmailer/test/test_helper_test.rb
- M actionpack/CHANGELOG
- M actionpack/lib/action_controller/metal/helpers.rb
- M actionpack/lib/action_dispatch/http/response.rb
- M actionpack/lib/action_dispatch/middleware/cookies.rb
- M actionpack/lib/action_dispatch/middleware/session/abstract_store.rb
- M actionpack/lib/action_dispatch/middleware/session/cookie_store.rb
- M actionpack/lib/action_dispatch/middleware/session/mem_cache_store.rb
- M actionpack/lib/action_dispatch/railtie.rb
- M actionpack/lib/action_dispatch/routing/mapper.rb
- M actionpack/lib/action_view.rb
- M actionpack/lib/action_view/base.rb
- M actionpack/lib/action_view/helpers/number_helper.rb
- M actionpack/lib/action_view/template.rb
- M actionpack/lib/action_view/template/error.rb
- M actionpack/lib/action_view/template/handlers/erb.rb
- M actionpack/lib/action_view/template/resolver.rb
- M actionpack/test/abstract/translation_test.rb
- M actionpack/test/abstract_unit.rb
- M actionpack/test/activerecord/active_record_store_test.rb
- M actionpack/test/controller/assert_select_test.rb
- M actionpack/test/controller/capture_test.rb
- M actionpack/test/controller/cookie_test.rb
- M actionpack/test/controller/filters_test.rb
- M actionpack/test/controller/flash_test.rb
- M actionpack/test/controller/integration_test.rb
- M actionpack/test/controller/new_base/bare_metal_test.rb
- M actionpack/test/controller/render_test.rb
- M actionpack/test/controller/send_file_test.rb
- M actionpack/test/dispatch/response_test.rb
- M actionpack/test/dispatch/routing_test.rb
- M actionpack/test/dispatch/session/cookie_store_test.rb
- M actionpack/test/dispatch/session/mem_cache_store_test.rb
- M actionpack/test/dispatch/session/test_session_test.rb
- M actionpack/test/fixtures/test/content_for.erb
- M actionpack/test/fixtures/test/content_for_concatenated.erb
- M actionpack/test/fixtures/test/content_for_with_parameter.erb
- M actionpack/test/fixtures/test/non_erb_block_content_for.builder
- M actionpack/test/template/number_helper_i18n_test.rb
- M actionpack/test/template/render_test.rb
- M activemodel/lib/active_model/validations/numericality.rb
- M activemodel/test/cases/attribute_methods_test.rb
- M activemodel/test/cases/callbacks_test.rb
- M activemodel/test/cases/dirty_test.rb
- M activemodel/test/cases/serializeration/xml_serialization_test.rb
- M activemodel/test/cases/validations/numericality_validation_test.rb
- M activerecord/lib/active_record/autosave_association.rb
- M activerecord/lib/active_record/base.rb
- M activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb
- M activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
- M activerecord/lib/active_record/connection_adapters/mysql_adapter.rb
- M activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
- M activerecord/lib/active_record/connection_adapters/sqlite_adapter.rb
- M activerecord/lib/active_record/session_store.rb
- M activerecord/test/cases/active_schema_test_mysql.rb
- M activerecord/test/cases/aggregations_test.rb
- M activerecord/test/cases/associations/belongs_to_associations_test.rb
- M activerecord/test/cases/associations/eager_load_includes_full_sti_class_test.rb
- M activerecord/test/cases/associations/eager_test.rb
- M activerecord/test/cases/associations/has_many_associations_test.rb
- M activerecord/test/cases/associations/has_many_through_associations_test.rb
- M activerecord/test/cases/associations/has_one_associations_test.rb
- M activerecord/test/cases/associations/inverse_associations_test.rb
- M activerecord/test/cases/associations/join_model_test.rb
- M activerecord/test/cases/attribute_methods_test.rb
- M activerecord/test/cases/autosave_association_test.rb
- M activerecord/test/cases/base_test.rb
- M activerecord/test/cases/column_definition_test.rb
- M activerecord/test/cases/defaults_test.rb
- M activerecord/test/cases/dirty_test.rb
- M activerecord/test/cases/finder_respond_to_test.rb
- M activerecord/test/cases/finder_test.rb
- M activerecord/test/cases/inheritance_test.rb
- M activerecord/test/cases/method_scoping_test.rb
- M activerecord/test/cases/migration_test.rb
- M activerecord/test/cases/modules_test.rb
- M activerecord/test/cases/nested_attributes_test.rb
- M activerecord/test/cases/pk_test.rb
- M activerecord/test/cases/pooled_connections_test.rb
- M activerecord/test/cases/query_cache_test.rb
- M activerecord/test/cases/relations_test.rb
- M activerecord/test/cases/reserved_word_test_mysql.rb
- M activerecord/test/cases/schema_test_postgresql.rb
- M activerecord/test/cases/timestamp_test.rb
- M activerecord/test/cases/transaction_callbacks_test.rb
- M activerecord/test/models/ship.rb
- M activerecord/test/models/ship_part.rb
- M activeresource/test/cases/base/schema_test.rb
- M activeresource/test/cases/base_test.rb
- M activesupport/CHANGELOG
- M activesupport/lib/active_support/core_ext/array/random_access.rb
- M activesupport/lib/active_support/core_ext/date/calculations.rb
- M activesupport/lib/active_support/core_ext/time/calculations.rb
- M activesupport/lib/active_support/ruby/shim.rb
- M activesupport/test/buffered_logger_test.rb
- M activesupport/test/callbacks_test.rb
- M activesupport/test/core_ext/array_ext_test.rb
- M activesupport/test/core_ext/class/attribute_accessor_test.rb
- M activesupport/test/core_ext/class/class_inheritable_attributes_test.rb
- M activesupport/test/core_ext/class/delegating_attributes_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/module/attribute_accessor_test.rb
- M activesupport/test/core_ext/module/synchronization_test.rb
- M activesupport/test/core_ext/module_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/multibyte_chars_test.rb
- M activesupport/test/time_zone_test.rb
- M railties/guides/source/getting_started.textile
- M railties/lib/rails.rb
- M railties/lib/rails/application/configuration.rb
- M railties/test/application/configuration_test.rb
- M railties/test/application/initializers/frameworks_test.rb
- M railties/test/application/middleware_test.rb
- M railties/test/application/rackup_test.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>