This project is archived and is in readonly mode.

Changeset [eacb5cf0cab6447db78085c8bda6c94dd329ce6b] by rick

April 23rd, 2008 @ 08:14 PM

Merge branch 'master' of git@github.com:rails/rails

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

Committed by Repository

  • A actionpack/lib/action_view/inline_template.rb
  • A actionpack/lib/action_view/test_case.rb
  • A actionpack/test/template/test_test.rb
  • A activerecord/test/schema/mysql_specific_schema.rb
  • A activerecord/test/schema/postgresql_specific_schema.rb
  • A activerecord/test/schema/sqlite_specific_schema.rb
  • A activerecord/test/schema/sqlserver_specific_schema.rb
  • A railties/test/fixtures/lib/generators/missing_class/templates/.empty
  • A railties/test/fixtures/lib/generators/missing_generator/templates/.empty
  • A railties/test/fixtures/lib/generators/missing_templates/.empty
  • A railties/test/fixtures/plugins/alternate/a/lib/.empty
  • A railties/test/fixtures/plugins/default/acts/acts_as_chunky_bacon/lib/.empty
  • A railties/test/fixtures/plugins/default/empty/.empty
  • A railties/test/generators/rails_mailer_generator_test.rb
  • R activerecord/test/schema/db2.drop.sql
  • R activerecord/test/schema/db2.sql
  • R activerecord/test/schema/db22.drop.sql
  • R activerecord/test/schema/db22.sql
  • R activerecord/test/schema/firebird.drop.sql
  • R activerecord/test/schema/firebird.sql
  • R activerecord/test/schema/firebird2.drop.sql
  • R activerecord/test/schema/firebird2.sql
  • R activerecord/test/schema/frontbase.drop.sql
  • R activerecord/test/schema/frontbase.sql
  • R activerecord/test/schema/frontbase2.drop.sql
  • R activerecord/test/schema/frontbase2.sql
  • R activerecord/test/schema/openbase.drop.sql
  • R activerecord/test/schema/openbase.sql
  • R activerecord/test/schema/openbase2.drop.sql
  • R activerecord/test/schema/openbase2.sql
  • R activerecord/test/schema/oracle.drop.sql
  • R activerecord/test/schema/oracle.sql
  • R activerecord/test/schema/oracle2.drop.sql
  • R activerecord/test/schema/oracle2.sql
  • R activerecord/test/schema/postgresql.drop.sql
  • R activerecord/test/schema/postgresql.sql
  • R activerecord/test/schema/postgresql2.drop.sql
  • R activerecord/test/schema/postgresql2.sql
  • R activerecord/test/schema/sqlite.drop.sql
  • R activerecord/test/schema/sqlite.sql
  • R activerecord/test/schema/sqlite2.drop.sql
  • R activerecord/test/schema/sqlite2.sql
  • R activerecord/test/schema/sybase.drop.sql
  • R activerecord/test/schema/sybase.sql
  • R activerecord/test/schema/sybase2.drop.sql
  • R activerecord/test/schema/sybase2.sql
  • M .gitignore
  • M actionmailer/lib/action_mailer/base.rb
  • M actionpack/CHANGELOG
  • M actionpack/lib/action_controller/base.rb
  • M actionpack/lib/action_controller/caching/actions.rb
  • M actionpack/lib/action_controller/caching/pages.rb
  • M actionpack/lib/action_controller/dispatcher.rb
  • M actionpack/lib/action_controller/filters.rb
  • M actionpack/lib/action_controller/layout.rb
  • M actionpack/lib/action_controller/rescue.rb
  • M actionpack/lib/action_controller/resources.rb
  • M actionpack/lib/action_view.rb
  • M actionpack/lib/action_view/base.rb
  • M actionpack/lib/action_view/helpers/date_helper.rb
  • M actionpack/lib/action_view/template.rb
  • M actionpack/test/abstract_unit.rb
  • M actionpack/test/controller/caching_test.rb
  • M actionpack/test/controller/cookie_test.rb
  • M actionpack/test/controller/custom_handler_test.rb
  • M actionpack/test/controller/dispatcher_test.rb
  • M actionpack/test/controller/flash_test.rb
  • M actionpack/test/controller/layout_test.rb
  • M actionpack/test/controller/mime_responds_test.rb
  • M actionpack/test/controller/new_render_test.rb
  • M actionpack/test/controller/rescue_test.rb
  • M actionpack/test/controller/resources_test.rb
  • M actionpack/test/template/active_record_helper_test.rb
  • M actionpack/test/template/asset_tag_helper_test.rb
  • M actionpack/test/template/benchmark_helper_test.rb
  • M actionpack/test/template/date_helper_test.rb
  • M actionpack/test/template/form_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/javascript_helper_test.rb
  • M actionpack/test/template/number_helper_test.rb
  • M actionpack/test/template/prototype_helper_test.rb
  • M actionpack/test/template/record_tag_helper_test.rb
  • M actionpack/test/template/sanitize_helper_test.rb
  • M actionpack/test/template/scriptaculous_helper_test.rb
  • M actionpack/test/template/tag_helper_test.rb
  • M actionpack/test/template/template_object_test.rb
  • M actionpack/test/template/text_helper_test.rb
  • M actionpack/test/template/url_helper_test.rb
  • M activemodel/lib/active_model/validations.rb
  • M activerecord/Rakefile
  • M activerecord/lib/active_record/associations/association_collection.rb
  • M activerecord/lib/active_record/associations/has_and_belongs_to_many_association.rb
  • M activerecord/lib/active_record/calculations.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/validations.rb
  • M activerecord/test/cases/aaa_create_tables_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_many_through_associations_test.rb
  • M activerecord/test/cases/associations_test.rb
  • M activerecord/test/cases/base_test.rb
  • M activerecord/test/cases/migration_test.rb
  • M activerecord/test/cases/validations_test.rb
  • M activerecord/test/schema/schema.rb
  • M activerecord/test/schema/schema2.rb
  • M activeresource/lib/active_resource/base.rb
  • M activeresource/lib/active_resource/connection.rb
  • M activeresource/test/abstract_unit.rb
  • M activeresource/test/base_test.rb
  • M activeresource/test/connection_test.rb
  • M activesupport/CHANGELOG
  • M activesupport/lib/active_support/callbacks.rb
  • M activesupport/lib/active_support/core_ext/date_time/conversions.rb
  • M activesupport/lib/active_support/core_ext/enumerable.rb
  • M activesupport/lib/active_support/core_ext/object/instance_variables.rb
  • M activesupport/lib/active_support/core_ext/string.rb
  • M activesupport/lib/active_support/core_ext/string/access.rb
  • M activesupport/lib/active_support/core_ext/string/iterators.rb
  • M activesupport/lib/active_support/core_ext/string/starts_ends_with.rb
  • M activesupport/lib/active_support/core_ext/string/unicode.rb
  • M activesupport/lib/active_support/core_ext/symbol.rb
  • M activesupport/lib/active_support/core_ext/time/zones.rb
  • M activesupport/lib/active_support/duration.rb
  • M activesupport/test/callbacks_test.rb
  • M activesupport/test/core_ext/duration_test.rb
  • M activesupport/test/core_ext/time_with_zone_test.rb
  • M railties/CHANGELOG
  • M railties/builtin/rails_info/rails/info.rb
  • M railties/lib/console_app.rb
  • M railties/lib/initializer.rb
  • M railties/lib/rails/gem_dependency.rb
  • M railties/lib/rails_generator/generators/components/mailer/mailer_generator.rb
  • M railties/lib/rails_generator/generators/components/mailer/templates/mailer.rb
  • M railties/lib/rails_generator/secret_key_generator.rb
  • M railties/test/console_app_test.rb
  • M railties/test/fcgi_dispatcher_test.rb
  • M railties/test/gem_dependency_test.rb
  • M railties/test/generators/generator_test_helper.rb
  • M railties/test/generators/rails_model_generator_test.rb
  • M railties/test/generators/rails_resource_generator_test.rb
  • M railties/test/generators/rails_scaffold_generator_test.rb
  • M railties/test/plugin_loader_test.rb
  • M railties/test/rails_generator_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>