search for: base_uri

Displaying 4 results from an estimated 4 matches for "base_uri".

2009 Jan 22
2
SquirrelMail Sending Under Wrong Username
CentOS team... as is already bug reported and marked solved... as we await the upstream repair for this. It was reported that this was happening on CentOS 5. You likely already know, but it also happens on CentOS 4. For those unaware. It seems that SquirrelMail has an issue which allows mail to be sent out from one user on the system and it uses the from address of another user on the
2009 Apr 01
2
hpricot won't scrape! (newb question)
...ibdoc/open-uri/rdoc/index.html open(@url, "User-Agent" => "Ruby/#{RUBY_VERSION}", "From" => "email-LLpXEq4AMUA@public.gmane.org", "Referer" => "http://www.igvita.com/blog/") { |f| puts "Fetched document: #{f.base_uri}" puts "\t Content Type: #{f.content_type}\n" puts "\t Charset: #{f.charset}\n" puts "\t Content-Encoding: #{f.content_encoding}\n" puts "\t Last Modified: #{f.last_modified}\n\n" # Save the response body @response = f.rea...
2006 Aug 17
3
file_column do download from URL
Is there a simple way of forcing file_column to download file from given (ex. in form) url instead of uploading it manualy? I know: http://blog.caboo.se/articles/2006/01/09/file_column-magick-and-versions require ''open-uri'' Attachment.find_first.filename = open(url) if not working as expected... what is interesting is that: >> @a =
2009 Mar 17
7
urgent please :HTTPS html parsing
Hi, Is there any way to extract the html code of a https:// website in hpricot. When i use hpricot to access a https:// website i receive the following error. /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'': no such file to load -- net/https (LoadError) from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'' from