Displaying 2 results from an estimated 2 matches for "production_log".
2007 Mar 23
1
upload progress bar don''t work...please help
...pdate(@status[:size], @status[:received]) if
@status
end
end
def upload
render :text => %(UPLOADED: #{params.inspect}.<script
type="text/javascript">window.parent.UploadProgress.finish();</script>)
end
end
When i try to upload a file i got this log in my production_log :
Processing FilesController#progress (for my_IP at 2007-03-23 10:42:56)
[POST]
Parameters: {"action"=>"progress", "controller"=>"files",
"upload_id"=>"1174642904"}
1174642904
Completed in 0.00594 (168 reqs/sec) | Rendering:...
2006 Mar 19
0
rails analyze issue
...hen i debug my site with <a
href="http://rails-analyzer.rubyforge.org/">Rails Analyzer</a>
#------------------------------------------------------------------------
pl_analyze show me this:
pl_analyze /wwwroot/railsprojects/log/production.log
/usr/local/lib/ruby/gems/1.8/gems/production_log_analyzer-1.3.0/lib/production_log/analyzer.rb:381:in
`pad_request_name'': undefined method `-'' for nil:NilClass
(NoMethodError)
#--------------------------------------------------------------------------
and crawl also not works.
crawl -u http://192.168.1.3/ -c
/usr/local/lib/rub...