This project is archived and is in readonly mode.
Changeset [d307853c2fc56110d47b562deb04f3eff6c4766f] by Jeremy Kemper
July 4th, 2010 @ 10:17 PM
Merge branch 'master' into streaming
http://github.com/rails/rails/commit/d307853c2fc56110d47b562deb04f3...
Committed by Jeremy Kemper
- A activerecord/test/cases/relation_scoping_test.rb
- A activerecord/test/models/without_table.rb
- A activesupport/lib/active_support/core_ext/date/zones.rb
- A activesupport/lib/active_support/core_ext/object/to_json.rb
- M .gitignore
- M actionmailer/lib/action_mailer/base.rb
- M actionmailer/test/base_test.rb
- M actionmailer/test/old_base/url_test.rb
- M actionpack/CHANGELOG
- M actionpack/actionpack.gemspec
- M actionpack/lib/abstract_controller/rendering.rb
- M actionpack/lib/action_controller/metal/url_for.rb
- M actionpack/lib/action_dispatch/middleware/session/abstract_store.rb
- M actionpack/lib/action_dispatch/routing.rb
- M actionpack/lib/action_dispatch/routing/deprecated_mapper.rb
- M actionpack/lib/action_dispatch/routing/mapper.rb
- M actionpack/lib/action_dispatch/routing/route_set.rb
- M actionpack/lib/action_dispatch/routing/url_for.rb
- M actionpack/lib/action_view/base.rb
- M actionpack/lib/action_view/helpers/form_tag_helper.rb
- M actionpack/lib/action_view/helpers/prototype_helper.rb
- M actionpack/lib/action_view/helpers/tag_helper.rb
- M actionpack/lib/action_view/helpers/url_helper.rb
- M actionpack/lib/action_view/template.rb
- M actionpack/lib/action_view/test_case.rb
- M actionpack/test/abstract_unit.rb
- M actionpack/test/controller/mime_responds_test.rb
- M actionpack/test/controller/url_for_test.rb
- M actionpack/test/dispatch/routing_test.rb
- M actionpack/test/dispatch/session/cookie_store_test.rb
- M actionpack/test/dispatch/url_generation_test.rb
- M actionpack/test/template/form_helper_test.rb
- M actionpack/test/template/form_tag_helper_test.rb
- M actionpack/test/template/tag_helper_test.rb
- M actionpack/test/template/url_helper_test.rb
- M activemodel/lib/active_model/errors.rb
- M activerecord/CHANGELOG
- M activerecord/lib/active_record/associations/association_collection.rb
- M activerecord/lib/active_record/associations/has_many_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/migration.rb
- M activerecord/lib/active_record/named_scope.rb
- M activerecord/lib/active_record/nested_attributes.rb
- M activerecord/lib/active_record/persistence.rb
- M activerecord/lib/active_record/railties/databases.rake
- M activerecord/lib/active_record/relation.rb
- M activerecord/lib/active_record/relation/predicate_builder.rb
- M activerecord/lib/active_record/relation/query_methods.rb
- M activerecord/lib/active_record/relation/spawn_methods.rb
- M activerecord/test/cases/associations/has_many_associations_test.rb
- M activerecord/test/cases/base_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/named_scope_test.rb
- M activerecord/test/cases/nested_attributes_test.rb
- M activerecord/test/cases/relations_test.rb
- M activerecord/test/models/developer.rb
- M activesupport/CHANGELOG
- M activesupport/lib/active_support/all.rb
- 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/date/conversions.rb
- M activesupport/lib/active_support/core_ext/date_time/calculations.rb
- M activesupport/lib/active_support/core_ext/date_time/conversions.rb
- M activesupport/lib/active_support/core_ext/date_time/zones.rb
- M activesupport/lib/active_support/core_ext/object.rb
- M activesupport/lib/active_support/core_ext/time/calculations.rb
- M activesupport/lib/active_support/core_ext/time/zones.rb
- M activesupport/lib/active_support/deprecation/behaviors.rb
- M activesupport/lib/active_support/deprecation/reporting.rb
- M activesupport/lib/active_support/file_update_checker.rb
- M activesupport/lib/active_support/i18n_railtie.rb
- M activesupport/lib/active_support/json/encoding.rb
- M activesupport/lib/active_support/json/variable.rb
- M activesupport/lib/active_support/multibyte/chars.rb
- M activesupport/lib/active_support/multibyte/unicode.rb
- M activesupport/lib/active_support/railtie.rb
- M activesupport/lib/active_support/testing/performance.rb
- M activesupport/lib/active_support/time.rb
- M activesupport/lib/active_support/values/time_zone.rb
- M activesupport/lib/active_support/values/unicode_tables.dat
- M activesupport/test/deprecation_test.rb
- M activesupport/test/json/encoding_test.rb
- M activesupport/test/multibyte_chars_test.rb
- M activesupport/test/ordered_hash_test.rb
- M rails.gemspec
- M railties/guides/source/initialization.textile
- M railties/lib/rails/application.rb
- M railties/lib/rails/commands.rb
- M railties/lib/rails/commands/application.rb
- M railties/lib/rails/commands/runner.rb
- M railties/lib/rails/generators/rails/app/templates/Rakefile
- M railties/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt
- M railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt
- M railties/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt
- M railties/lib/rails/generators/rails/app/templates/config/initializers/secret_token.rb.tt
- M railties/lib/rails/generators/rails/app/templates/config/initializers/session_store.rb.tt
- M railties/lib/rails/info_routes.rb
- M railties/lib/rails/tasks/middleware.rake
- M railties/lib/rails/tasks/routes.rake
- M railties/railties.gemspec
- M railties/test/application/initializers/frameworks_test.rb
- M railties/test/application/initializers/i18n_test.rb
- M railties/test/application/loading_test.rb
- M railties/test/application/rake_test.rb
- M railties/test/application/runner_test.rb
- M railties/test/application/url_generation_test.rb
- M railties/test/isolation/abstract_unit.rb
- M railties/test/rails_info_controller_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>