Hi Jeffrey, On 1 July 2011 00:36, jsman <[email protected]> wrote:
> Today I tried to follow the instructions on > http://radiantcms.org/download/ > to upgrade to the bleeding edge (1.0.0.rc2) in an existing 0.9.1 > project. > > On the rake db:migrate step I got the following output: > > $ rake --trace db:migrate > (in /home/user/site) > ** Invoke db:migrate (first_time) > ** Invoke environment (first_time) > ** Execute environment > rake aborted! > no such file to load -- rack/cache > /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:29:in > `gem_original_require' > ... > Is this method no longer supported or are extra steps needed? > In case you haven't hit upon the solution, you should try rake gems:install which should install all the required gems, such as an updated version of rack-cache. Hope that helps, Paul Noden
