I’ve been playing with upgrading some apps to Rails 3 (some open-source, some not), and I’ve sort of gotten some of the process down to a science. So what does a developer do when something is down to a process? Automate!
I’ve created a (pretty hacky) gem named rails-upgrade (installable by a simple
gem install rails-upgrade
) to automate some of the more annoying parts of the upgrade from Rails 2.x to Rails 3. So far, it has three parts…
via omgbloglol.com
Cool.