Displaying 1 result from an estimated 1 matches for "deployin".
Did you mean:
deploying
2006 Apr 21
9
Capistrano, OS X
If you installed your copy of ruby via DarwinPorts, the hashbang lines
at the top of your dispatch.* scripts says "#!/opt/local/bin/ruby". This
is a problem, if you''re deployin via Capistrano to a host with a
different path to ruby (which would be practially all of them:-)
Here''s a fix. Add this "fix_hashbangs.rb" script to your script
directory.
Don''t forget to make it executable, and check it in to your Subversion
repository.
#!/usr/bi...