Issue #1769 has been updated by James Turnbull. Target version deleted (unplanned)
---------------------------------------- Bug #1769: Puppet should support Rails 2.x https://projects.puppetlabs.com/issues/1769 Author: James Turnbull Status: Closed Priority: Normal Assignee: Category: Rails Target version: Affected Puppet version: 0.24.6 Keywords: Branch: At present (2008-01-17) Puppet requires rails 1.x. If 2.x is used you will see the following warning: <pre> err: Could not store configs: You cannot call create unless the parent is saved </pre> with 1.x you will get some deprecation warnings (let us know that 2.x won't work for us) these can be safely ignored: <pre> DEPRECATION WARNING: Calling .create on a has_many association without saving its owner will not work in rails 2.0, you probably want .build instead See http://www.rubyonrails.org/deprecation for details. (called from create at /usr/lib/gems/1.8/gems/activerecord-1.15.6/lib/active_record/associations/association_collection.rb:95) </pre> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
