Displaying 2 results from an estimated 2 matches for "guruza".
Did you mean:
guruz
2006 Aug 08
2
send_file problem
...ion_controller/streaming.rb:55:in
`send_file''
I''ve tried supplying the full path, but it still can''t seem to find the
file. Here is the code that calls send_file:
def current_logo
unless current_domain and current_domain.logo
send_file ''/var/www/guruza/public/images/logo.png'', :type =>
''image/png'', :disposition => ''inline''
else
send_data current_domain.logo, :filename =>
current_domain.filename, :type => "image/png", :disposition => "inline"
end
end...
2006 Jun 04
3
Migration collisions
...orking on my copy of the site, and my co-worker is working on his copy
of the site. We both need to make a migration, and they both end up
having the same number, say 007_add_user_table.rb
Is there some technique to avoid this?
I''m offering a $20.00 reward for the solution...
http://guruza.com/question/74/reward-20.00
--
Posted via http://www.ruby-forum.com/.