search for: steveodom

Displaying 2 results from an estimated 2 matches for "steveodom".

2009 Mar 13
7
rails, passenger, and images
...d the stylesheet and js links by not using the helpers. I can access my all of my assets directly via http://dating.local/stylesheets/all.css, for example. I used passenger pref pane to render the vhost. It looks like: <VirtualHost *:80> ServerName dating.local DocumentRoot "/Users/steveodom/Development/dating/public" RailsEnv development <directory "/Users/steveodom/Development/dating/public"> Order allow,deny Allow from all </directory> ErrorLog "/Users/steveodom/Development/dating/log/apache.log" </VirtualHost> I''m...
2007 Jan 05
1
Capistrano & update_current problem
...rano and the book. Everything seems to be working fine except for update_current. I can succesfully deploy but not do a simple update_current. Here is the error message it generates: cap update_current * executing task update_current * querying latest revision... * executing "cd /home/steveodom/quizical/current && svn up -q &&\n (test -e /home/steveodom/quizical/revisions.log || (touch /home/steveodom/quizical/revisions.log && chmod 666 /home/steveodom/quizical/revisions.log)) && echo `date +\"%Y-%m-%d %H:%M:%S\"` $USER 43 >> /home/...