Ask a Question related to Ruby, Design and Development.
-
Robby Jansch #1
newbie: cgi,read URI
Hello Newsgroup,
iīm a newbie and work on a ruby 1.8, an apache 1.3, modruby and eruby and
use it in the cgi-version
i just want to get the requested URL
i tried
puts cgi.request_uri()
but unfortunatly nothing happens.
for example:
if there is the URL [url]http://test.test.de/test.rbx?test=1[/url]
i just need as a string test.rbx?test=1
if there is a faq for such things, so please quote the link, i havenīt found
it here in the newsgroup
so much thanks
Robby
Robby Jansch Guest
-
Newbie needs to read CSV or TSV value and display in a web page
As the subject says, I need to be able to read a CSV or TSV file and display the results on a web page. I am currently reading the Learning Perl... -
A newbie? Welcome to comp.os.linux.setup, read this first if you're new here (FAQ)
ATTENTION NEW READERS New reader? Great! Welcome! Here's how to make best use of this newsgroup, effectively getting yourself a slice of the... -
Newbie: How to read metadata from a windows DLL
Greetings! If you will forgive a newbie, I'll try to explain what I want to do. (Googling wasn't really successful in this case, since I don't know... -
Kernel newbie: filesystem mounts as read-only
Hello all, Basic situation is that I am tinkering with kernel rebuilds. I am using the source tree supplied by the USAGI project (for... -
[Newbie] "failed ro read /modules/mosules-info"
Sorry, Subject should have read "failed ro read /modules/modules-info" On Fri, 27 Jun 2003 10:44:09 +0200, St Bernard... -
ts #2
Re: newbie: cgi,read URI
>>>>> "R" == Robby Jansch <r.jansch@vva.de> writes:
R> if there is the URL [url]http://test.test.de/test.rbx?test=1[/url]
R> i just need as a string test.rbx?test=1
ENV["REQUEST_URI"] will give you /test.rbx?test=1
--
Guy Decoux
ts Guest



Reply With Quote

