forgot password?


   
 
Tracks 2.0 under XAMPP?
Posted: 21 May 2011 09:46 AM   [ Ignore ]  
Newbie
Rank
Total Posts:  7
Joined  2009-03-22

I followed this guide to setting up Ruby on rails with XAMPP…

http://www.cloudgoessocial.net/2009/05/17/ror-on-xampp-on-win/

But now i’m somewhat lost at the whole windows shebang modding bit in the install guide. I’m not sure exactly what the shebang should be changed to.

Profile
 
 
Posted: 26 May 2011 09:19 AM   [ Ignore ]   [ # 1 ]  
Sr. Member
RankRankRankRank
Total Posts:  882
Joined  2006-10-05

I’d suggest to first try without changing the shebang. Changes are that things just work. it should be the path to ruby, like #!c:\ruby\bin\ruby.exe or something like that

Profile