Ask a Question related to Ruby, Design and Development.
-
Chris Morris #1
ri request
I'd love to see things like the sprintf, Time.strftime, etc.
flag/fields/directives tables available in ri or some other cmdline
dealy. Anyone already got something like this? Anyway this could make it
into ri, Dave?
--
Chris
[url]http://clabs.org/blogki[/url]
Chris Morris Guest
-
What is the difference between REQUEST and REQUEST.QUERYSTRING?
What is the difference between these two statements? They seem to do the same thing... response.write(request("variable")) ... -
Confused about a REQUEST.FORM and a REQUEST.QUERYSTRING
This is snipit of code, supplied by PayPal with explanation about what has to be done to access their back end. I am confused because they first... -
Request.Form("Field Name") Versus Request.QueryString("Field Name")
I want to know what's the differences between Request.Form("Field Name") and Request.QueryString("Field Name") OR they function exactly the... -
best way to get data: request.form, request.params, controlname.value
Hi! I think I remember somewhere that using request.form was a bad idea (I can't say I remember why). So I'm wondering: What is the best way to... -
difference bet. request.querystring and Request.Params
request.params for asp.net is the httprequest object, and this method gets a combined collection of querystring, cookies, form and servervars... -
jbritt@ruby-doc.org #2
Re: ri request
Chris Morris wrote:
You can use RImport[0] to add RDoc'ed files into ri. Results, of> I'd love to see things like the sprintf, Time.strftime, etc.
> flag/fields/directives tables available in ri or some other cmdline
> dealy. Anyone already got something like this? Anyway this could make it
> into ri, Dave?
course, depend on the quality (and existence) of code comments.
Several files have been rimported into the online ri[1] at
ruby-doc.org, e.g.:
[url]http://www.ruby-doc.org/find/ri/Time[/url]
BTW, I found some formaatting bugs in rimport and hope to have the fixes
available soon.
James Britt
[0] [url]http://rimport.rubyforge.org[/url]
[1] [url]http://www.ruby-doc.org/find/ri[/url]
jbritt@ruby-doc.org Guest
-
gabriele renzi #3
Re: ri request
il Sat, 13 Sep 2003 00:22:06 +0900, "jbritt@ruby-doc.org"
<jbritt@ruby-doc.org> ha scritto::
<sidenote>>Several files have been rimported into the online ri[1] at
>ruby-doc.org, e.g.:
>
>[url]http://www.ruby-doc.org/find/ri/Time[/url]
this page is something wonderful.
could we hope to see a packaged version of ri+imported files?
I know that I could run rdoc+rimport on my ruby tree by myself, but
having a click'n'run pkg would be cute :)
</sidenote>
gabriele renzi Guest
-
Gavin Sinclair #4
Re: ri request
On Saturday, September 13, 2003, 10:59:22 AM, gabriele wrote:
> il Sat, 13 Sep 2003 00:22:06 +0900, "jbritt@ruby-doc.org"
> <jbritt@ruby-doc.org> ha scritto::>>Several files have been rimported into the online ri[1] at
>>ruby-doc.org, e.g.:
>>
>>[url]http://www.ruby-doc.org/find/ri/Time[/url]> <sidenote>
> this page is something wonderful.
> could we hope to see a packaged version of ri+imported files?I'm working on this and will hopefully have something released soon.> I know that I could run rdoc+rimport on my ruby tree by myself, but
> having a click'n'run pkg would be cute :)
> </sidenote>
My main focus is including "extra" docs in ri, like Matrix, Set, etc.
Cheers,
Gavin
Gavin Sinclair Guest



Reply With Quote

