Hi all, Over the past few weeks, I ported the Puppet Dashboard to run on Rails 3 with Ruby 1.8.7. I'm down to only three unit test failures, so I think it's a good time to share the work and see if anybody else is interested in continuing Dashboard with me.
http://github.com/sodabrew/puppet-dashboard https://travis-ci.org/sodabrew/puppet-dashboard/jobs/3095051 What's new here? - Rails 3.2.8! - Model protection against mass-assignment attacks. - Prototype JS is removed. - URLs for Groups and Classes by name, not only ID number. - Bundler 1.x, Gemfile, runs under Thin. My next plans: - Use PaperTrail to provide change histories for everything (way more than fact reports, I need "who changed this parameter?"). - Use Devise for AAA, integration with company Auth and view/edit permissions (e.g. Devs can view, Ops can edit). - Make it prettier? Bootstrap perhaps? - Unit tests passing ;) Cheers, Aaron -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.