Displaying 2 results from an estimated 2 matches for "crazyfilenam".
Did you mean:
crazyfilename
2008 Jun 06
1
send_files fails to open file not in source or dest
I am getting a very strange rsync error:
send_files failed to open
/mydir/another/dir/goes/right/here/finally/crazyfilename.xx-what: No such
file or directory
rsync error: some files could not be transferred (code 23) at main.c(1045)
Here's the line I'm using to invoke rsync:
/usr/bin/rsync -acz -e ssh --delete --delete-excluded
remoteguy:/mydir/another/ /mydir/another
The thing that strikes me as so odd is...
2010 Aug 07
12
Paperclip Trouble - Not Writing to the Database
Hello all,
I''m a Rails newbie trying to get a basic implementation of Paperclip up
but it''s giving me problems. I''m developing on Windows XP (I know...)
with WEBrick and MySQL.
In my model I have:
class User < ActiveRecord::Base
has_attached_file :avatar,:styles => { :medium => "300x300>", :thumb
=> "100x100>" }, :url =>