Hi, am now using rake 0.8.7 and the error message has gone; many thanks again John for that.
However, this has thrown up something new: 'no such file to load -- sqlite3'. 'sqlite3 --version' gives: 3.7.3 So to find out more I then do: 'rake db:bootstrap --trace' from within the proj folder. This gives me: ** Invoke db:bootstrap (first_time) ** Invoke db:remigrate (first_time) ** Invoke environment (first_time) ** Execute environment rake aborted! no such file to load -- sqlite3 /home/maxheartless/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in 'require' So I cd into above and open up 'custom_require.rb'. But I don't know what's wrong? Has anyone had this problem, or know how to fix it? Thanks Fabs On Wed, Nov 30, 2011 at 5:50 PM, Fabio Fabrizi <[email protected]>wrote: > Thanks John, will give it a try later or tomorrow morning and let you know > how I get on. > > > On Wed, Nov 30, 2011 at 5:36 PM, john <[email protected]> wrote: > >> it's nothing to worry about. a bunch of the gems radiant depends on have >> that line. if you really want to get rid of the warnings you can use rake >> 0.8.7 instead of 0.9.x. > > >
