Displaying 2 results from an estimated 2 matches for "nachane".
Did you mean:
machine
2006 Nov 30
0
Query string based on the selection in HTTP POST
I want to generate the query string based on the options selected. For
example
it could be www.test.com/search?id=1 or
www.test.com/search?id=1&zip=60008. How could I achieve this using
http::POST?
I tried the following, which didn''t work
url = "{''id'' => 1, ''zip'' => 60008}"
res =
2007 Feb 07
0
problems with RMagick 1.13.0 for windows
Hi,
I have installed the RMagick 1.13.0 successfully. When I try to run
my application it gives the following error :
"Errno::ENOENT (No such file or directory -
./script/../config/../public/room/21):"
In this directory it creates the layout.
I have Ruby 1.8.4 and gem version 0.9.0. Do I have to set up any other
permissions on ruby side to work it correctly?
Thanks
vnac
--