| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Think Different
|
Hi all, Im a newbie with this so am a bit confused as to where to go what to do next. I recently followed instructions from Hivelogic - Building Ruby, Rails, Subversion, Mongrel, and MySQL on Mac OS X. On running $ rake migrate in terminal it came up with the following error: ~/expenses matthewhillman$ rake migrate (in /Users/matthewhillman/expenses) The rake task migrate has been deprecated, please use the replacement version db:migrate As I am unfamiliar with this system and language I am stuck as to what to do next, can someone advise me on what to do or where to go to fix this! Im using Mac OS X 10.4.9 and have Ruby Ruby on Rails Mongrel Subversion MySQL all running and working. Hope someone can help me! I have also tried to install rake using: gem install --remote rake but comes up with the following error: Bulk updating Gem source index for: http://gems.rubyforge.org ERROR: While executing gem ... (Gem::FilePermissionError) You don't have write permissions into the /usr/local/lib/ruby/gems/1.8 directory. Matt. Last edited by mhillman159 : 19-06-2007 at 06:01. |
|
|
|
|
|
#2 (permalink) |
|
vague™
Join Date: Mar 2004
Location: Glasgow
Posts: 5,337
|
run rake db:migrate, like it tells you. also, even though you don't need to for rake (as you clearly have it installed), remember to use sudo when installing gems on OSX - 'sudo gem install gemname' |
|
![]() |