This project is archived and is in readonly mode.

Changeset [ec8f04584479aff895b0b511a7ba1e9d33f84067] by Eloy Duran

February 1st, 2009 @ 01:44 AM

Add support for nested object forms to ActiveRecord and the helpers in ActionPack

Signed-Off-By: Michael Koziarski michael@koziarski.com

[#1202 state:committed] http://github.com/rails/rails/co...

Committed by Eloy Duran

  • M actionpack/CHANGELOG
  • M actionpack/lib/action_view/helpers/form_helper.rb
  • M actionpack/test/template/form_helper_test.rb
  • M activerecord/CHANGELOG
  • M activerecord/lib/active_record.rb
  • M activerecord/lib/active_record/associations.rb
  • M activerecord/lib/active_record/autosave_association.rb
  • M activerecord/lib/active_record/base.rb
  • M activerecord/lib/active_record/nested_attributes.rb
  • M activerecord/lib/active_record/reflection.rb
  • M activerecord/lib/active_record/test_case.rb
  • M activerecord/test/cases/autosave_association_test.rb
  • M activerecord/test/cases/dirty_test.rb
  • M activerecord/test/cases/nested_attributes_test.rb
  • M activerecord/test/cases/reflection_test.rb
  • M activerecord/test/models/bird.rb
  • M activerecord/test/models/parrot.rb
  • M activerecord/test/models/pirate.rb
  • M activerecord/test/models/ship.rb
  • M activerecord/test/models/ship_part.rb
  • M activerecord/test/schema/schema.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>