Ask a Question related to Ruby, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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")) ...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default Re: ri request

    Chris Morris wrote:
    > 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?
    You can use RImport[0] to add RDoc'ed files into ri. Results, of
    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

  4. #3

    Default Re: ri request

    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 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

  5. #4

    Default 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 know that I could run rdoc+rimport on my ruby tree by myself, but
    > having a click'n'run pkg would be cute :)
    > </sidenote>
    I'm working on this and will hopefully have something released soon.
    My main focus is including "extra" docs in ri, like Matrix, Set, etc.

    Cheers,
    Gavin


    Gavin Sinclair Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139