Ruby Web
Every have the urge to use this cool new scripting language for actual server side cgi for your web site? Hate using pre-made CGI API's? Ever know where to look to grab the web variables to hack your own code?
If you said yes to all of the above this is for you! ;)
I said yes and searched the web over for just the right answers. Here's some code for you:
Not the most beautiful code, and I haven't thoroughly tested the post side of the code (I honestly haven't needed to use post yet), but the GET side works perfectly.
I hope I just made someone else's day, by not making them search for 2-3 hours solid through thousands of news group postings (google failed me here big time), so that they can be more productive or just have fun with this language.
Signing Off,
m3talsmith
If you said yes to all of the above this is for you! ;)
I said yes and searched the web over for just the right answers. Here's some code for you:
def getFormRequest
if ENV['REQUEST_METHOD']=='POST'
@request=Hash.new
@vars2=Array.new
vars=$stdin.gets.strip.split('&')
vars.each { |pair| @vars2.push(pair.split('=')) }
@vars2.each { |key,value| @request[key]=value }
end
if ENV['QUERY_STRING']
@request=Hash.new
@vars2=Array.new
vars=ENV['QUERY_STRING'].split('&')
vars.each { |pair| @vars2.push(pair.split('=')) }
@vars2.each { |key,value| @request[key]=value }
end
return @request
end
Not the most beautiful code, and I haven't thoroughly tested the post side of the code (I honestly haven't needed to use post yet), but the GET side works perfectly.
I hope I just made someone else's day, by not making them search for 2-3 hours solid through thousands of news group postings (google failed me here big time), so that they can be more productive or just have fun with this language.
Signing Off,
m3talsmith


16 Comments:
Great blog. I surf the web looking for blogs like
this. Your site was on point and will be back again!
Check out my plastic surgery colorado blog, you won't be sorry!
Prodigious blog. Loved it so much I went to it
again! Just go online and search for blogs that are
worth the value as yours.
Please come by and see my plastic surgery tummy tuck blog.
Exciting blog. Your site was amazing and will be
back again! I never get tired of looking for blogs
just like this one.
If your look to uncover information, please visit my plastic surgery philadelphia blog
I peep the web for blogs just like this one.
Airtight blog. Your site was off the chain and I will
return!
I can't explain, but you need to check my arizona plastic surgery blog!
Wondrous blog. Your site was very pleasing and I
will go back again! I like surfing the net for blogs
as good as yours.
In my spare time I will look for your plastic surgery california blog.
Awesome blog. I'm loving the site and I have to
return there soon! Going online, when I have the time,
I look for blogs close to your work!
Stop by and look at my good plastic surgery blog site.
Super blog. I web surf when I have the time for
blogs like this one.Your site was nice and will be
visited again!
Stop by and visiit my plastic surgery philadelphia blog!
Nice blog. I seen the site and I adored the work,
that I want to visit it more each day! I like
searching for blogs that have the same content like
this one!
Please discover my plastic surgery nj blog.
Great blog. I'm always finding blog like yours. It
got my attention and I will go to the site again!
Come as you are and look at my plastic surgery mexico blog.
Super blog. I enjoyed the site and when I have the
time, shall visit the site again. Finding blogs this
good on the internet.
Please consider looking at my costa rica plastic surgery blog.
Striking blog. I liked the site I will be back
again! Websurfing is a good way to find blogs like
yours.
I know that you love my work so, look up my bad credit plastic surgery financing blog.
Terrific blog. I search the internet everytime I
get a moment to find blogs. Its better than cold iced
tea and I have to visit it one more time!
Hey son, you need to check out my bad celebrity plastic surgery blog!
Hype blog. And I admire your site and plan on
returning to it! When I web surf it always helps me to
find great blogs.
Oh please, check for the blog site with my bank of america credit card!
Delightful blog. I devote my spare time just
looking for great blogs such as yours. I treasure this
site and will go back!
Search for my plastic surgery gone bad blog, it will leave you speechless.
Excellent blog. I go though the web in search of
blogs like this one. Its so good, that I plan on
returning to its site!
Sweetie, go and search my plastic surgery michigan blog for what you need.
Hi: I was looking for information on cosmetic surgery and can upon your site. I'm working on a site about San Diego plastic surgery and looking for any good facts that I might be able to incorporate into my site to really provide an in-depth information source. After reading your Blog, I found it interesting, but, it wasn't what I was looking for. With that said, I must say I've enjoyed reading it. I bookmarked your blog for the future. Well I'm off again in search for plastic surgery information.
Post a Comment
Links to this post:
Create a Link
<< Home