Skip to content

Upgrading Jeweler with Rails 3

peakpg edited this page Mar 14, 2011 · 3 revisions

This only applies to modules that are using Jeweler to build the gem. As part of the upgrade to Rails 3, its recommended that you move any jeweler related code out of Rakefile into a .rake file. This allows the Rails 3 upgrade process to just overwrite the Rakefile safely. The bcms-upgrade binary will help generate this file.

Clone this wiki locally