Updating Rails Edge From 7292 to 7513 18 Sep 2007
I just migrated our project from Rails Edge revision 7292 to Rails Edge revision 7513. Some of the things I ran into:

Extracted Plugins

The following common plugins have been extracted and must now be installed as plugins from http://svn.rubyonrails.org/rails/plugins/PLUGIN_NAME:

  • acts_as_list
  • acts_as_nested_set
  • acts_as_tree
  • in_place_editing

Broken Functionality

The acts_as_modified plugin has been broken with changeset “[7513]”:http://dev.rubyonrails.org/changeset/7315 .

Has Many Associations Change

Changeset “[7511]”:http://dev.rubyonrails.org/changeset/7511 made it so you can no longer call create on a has many association when the parent is a new record. To get around this you need to ensure your parent is saved first.

That’s all! Enjoy!


blog comments powered by Disqus