Issue #7780 has been updated by William Van Hevelingen.
I did a quick update to Rails 2.3.12 / new versions of the other dependencies and came across the following. Notes: * The new version of haml no longer comes with sass bundled. * The new version of rails no longer comes bundled with the mysql gem * Had to install the json gem Deprecation Warnings (from ruby script/server): * config.load_paths= is deprecated and removed in Rails 3, please use autoload_paths= instead * DEPRECATION WARNING: Kernel#returning has been deprecated in favor of Object#tap. (called from node_title_text at /opt/puppet-dashboard/app/helpers/nodes_helper.rb:8) * DEPRECATION WARNING: Kernel#returning has been deprecated in favor of Object#tap. (called from report_title_text at /opt/puppet-dashboard/app/helpers/nodes_helper.rb:14) Overall the application seems to be working with new versions of the gems and rails, but the spec tests are in an unhappy state after updating to Rspec 2.x. Also we should be using bundler to manage dashboards gem dependencies. :) http://gembundler.com/ ---------------------------------------- Feature #7780: Upgrade version of Rails https://projects.puppetlabs.com/issues/7780 Author: Jacob Helwig Status: Needs Decision Priority: Normal Assignee: Category: Target version: Keywords: Branch: Affected URL: Affected Dashboard version: The currently vendored version of Rails (2.3.5) has a rather annoying issue if you have rack 1.1+ installed. 2.3.11 was released 2011-02-08. I think the big decision is whether to continue on with 2.3.x, or make the jump to 3.x. -- 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.
