This project is archived and is in readonly mode.

Changeset [4ff66b6b85d1351e447f18c027f1dba6bcf23a7b] by José Valim

November 24th, 2009 @ 12:04 AM

Merge branch 'master' of git://github.com/rails/rails
http://github.com/rails/rails/commit/4ff66b6b85d1351e447f18c027f1db...

Committed by José Valim

  • A .gitmodules
  • A railties/test/fixtures/vendor/plugins/mspec/lib/rails_generators/mspec_generator.rb
  • R activesupport/lib/active_support/core_ext/date.rb
  • R activesupport/lib/active_support/core_ext/date_time.rb
  • R activesupport/lib/active_support/core_ext/time.rb
  • R railties/lib/rails/plugin/loader.rb
  • R railties/lib/rails/plugin/locator.rb
  • R railties/test/application/plugins_test.rb
  • R railties/test/fixtures/vendor/plugins/mspec/lib/generators/mspec_generator.rb
  • R railties/test/plugin_loader_test.rb
  • R railties/test/plugin_locator_test.rb
  • R railties/test/plugin_test.rb
  • R railties/test/plugin_test_helper.rb
  • M .gitignore
  • M Gemfile
  • M actionpack/actionpack.gemspec
  • M actionpack/lib/action_controller/caching.rb
  • M actionpack/lib/action_controller/metal/request_forgery_protection.rb
  • M actionpack/lib/action_controller/metal/responder.rb
  • M actionpack/lib/action_dispatch/http/request.rb
  • M actionpack/lib/action_dispatch/routing/mapper.rb
  • M actionpack/lib/action_dispatch/routing/route_set.rb
  • M actionpack/lib/action_view/helpers/form_helper.rb
  • M actionpack/test/controller/mime_responds_test.rb
  • M actionpack/test/controller/request_forgery_protection_test.rb
  • M actionpack/test/controller/routing_test.rb
  • M actionpack/test/dispatch/routing_test.rb
  • M actionpack/test/template/form_helper_test.rb
  • M activemodel/lib/active_model/translation.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_and_belongs_to_many_association.rb
  • M activerecord/lib/active_record/attribute_methods.rb
  • M activerecord/lib/active_record/locking/optimistic.rb
  • M activerecord/test/cases/associations/habtm_join_table_test.rb
  • M activerecord/test/cases/associations/has_many_through_associations_test.rb
  • M activerecord/test/cases/copy_table_test_sqlite.rb
  • M activerecord/test/cases/locking_test.rb
  • M activerecord/test/fixtures/edges.yml
  • M activerecord/test/schema/schema.rb
  • M activesupport/lib/active_support/cache/mem_cache_store.rb
  • M activesupport/lib/active_support/core_ext/array/wrap.rb
  • M activesupport/lib/active_support/core_ext/date/conversions.rb
  • M activesupport/lib/active_support/core_ext/logger.rb
  • M activesupport/lib/active_support/core_ext/name_error.rb
  • M activesupport/lib/active_support/core_ext/string/interpolation.rb
  • M activesupport/lib/active_support/json/encoding.rb
  • M activesupport/lib/active_support/notifications.rb
  • M activesupport/lib/active_support/rescuable.rb
  • M activesupport/lib/active_support/testing/isolation.rb
  • M activesupport/lib/active_support/time.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/whiny_nil.rb
  • M activesupport/test/caching_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/name_error_test.rb
  • M activesupport/test/core_ext/range_ext_test.rb
  • M activesupport/test/core_ext/string_ext_test.rb
  • M activesupport/test/i18n_test.rb
  • M activesupport/test/json/decoding_test.rb
  • M activesupport/test/message_encryptor_test.rb
  • M activesupport/test/message_verifier_test.rb
  • M activesupport/test/notifications_test.rb
  • M activesupport/test/whiny_nil_test.rb
  • M railties/CHANGELOG
  • M railties/lib/rails.rb
  • M railties/lib/rails/application.rb
  • M railties/lib/rails/commands/server.rb
  • M railties/lib/rails/configuration.rb
  • M railties/lib/rails/generators.rb
  • M railties/lib/rails/initializable.rb
  • M railties/lib/rails/initializer.rb
  • M railties/lib/rails/paths.rb
  • M railties/lib/rails/plugin.rb
  • M railties/lib/rails/rack/debugger.rb
  • M railties/lib/rails/rack/static.rb
  • M railties/test/generators_test.rb
  • M railties/test/initializable_test.rb
  • M railties/test/initializer/initialize_i18n_test.rb
  • M railties/test/isolation/abstract_unit.rb
  • M railties/test/plugins/vendored_test.rb
  • M railties/test/rails_info_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>