search for: sodani

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

Did you mean: modani
2012 Apr 30
3
way to get response headers only?
Hello, I''m interested in grabbing the final uri of a given uri after any redirects without retrieving the response body of this final uri. For example, if uri1 redirects to uri2, which in turn redirects to uri3, I''d like to just grab the response header of uri3. I know that I can get the full response (header and body) by doing Mechanize.new.get(uri1).uri, but again,
2006 Dec 09
2
Cannot create writeable share - tried many different things
Hi, I appreciate any help that can be given. For the life of me, I cannot create a writeable share on a specific box - a fairly new install of Fedora Core 5. I have posted on several forums over the past 2 weeks, but haven't gotten anywhere with the advice given, so I'm turning to this list as my last hope. This box runs as an NIS client, but I have had no problems with NIS. The problem
2007 Dec 14
1
does gem fcgi require fcgi to be installed?
Does anyone know if the gem fcgi needs fcgi to be installed on my machine? I''m trying to install the gem fcgi and I''m getting the following message: -bash-3.00# gem install fcgi Updating metadata for 9 gems from http://gems.rubyforge.org ......... complete Building native extensions. This could take a while... ERROR: Error installing fcgi: ERROR: Failed to build gem
2008 Apr 15
2
Asking for help passing variables with an observe_field
Hi, I have the following observe field: <%= observe_field :session_treatment, :url => { :action => ''retrieve_rate'' }, :with => ''treatment'' %> This passes on the ''treatment'' variable to the action, but I''d like to pass another variable and I''m having a hard time figuring out how to write it. Any help would be