Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.ruby > #4040

Re: Problem installing shoes3 on RHEL 6

From brabuhr@gmail.com
Newsgroups comp.lang.ruby
Subject Re: Problem installing shoes3 on RHEL 6
Date 2011-05-06 09:09 -0500
Organization Service de news de lacave.net
Message-ID <BANLkTingnaBLtxB+QfEobjBVTnkc+UrbjA@mail.gmail.com> (permalink)
References (11 earlier) <BANLkTimVBry1gntxrsUTx-cwPGyV8z95+A@mail.gmail.com> <BANLkTik9EMrqUHFdvft8cRJayvFFd407ug@mail.gmail.com> <BANLkTim4360H05fs1S7ji6d0A_L7FynFeg@mail.gmail.com> <BANLkTi=2P6YOHpkyuQWyC6fi=C2JH+kivQ@mail.gmail.com> <BANLkTik5mnpTA3TioOkphuLxhA73d4TJ7Q@mail.gmail.com>

Show all headers | View raw


On Fri, May 6, 2011 at 8:40 AM, Ruby Student <ruby.student@gmail.com> wrote:
>It Worked*! I got that beautiful screen that was looking for, the
> "Welcome to SHOES" screen.

Awesome!

> NOW, my dilemma is how important is that record that I commented out????
> This is the record:
> *HTML5ASCIIINCOMPAT = [Encoding::UTF_7, Encoding::UTF_16BE,
> Encoding::UTF_16LE, Encoding::UTF_32BE, Encoding::UTF_32LE] # :nodoc:*
>
> I have no clue is to the importance of this record.
>
> What do you guys think?
> Is it safe to write code without that record?

HTML5ASCIIINCOMPAT is only used in encode_www_form_component which
only seems to be called from encode_www_form which doesn't seem to be
called from anywhere in the shoes code.  Maybe some shoes applications
may make use of it, but even then I imagine it should be safe unless
the system happens to be using one of those encodings.

Back to comp.lang.ruby | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Problem installing shoes3 on RHEL 6 Ruby Student <ruby.student@gmail.com> - 2011-05-03 13:24 -0500
  Re: Problem installing shoes3 on RHEL 6 Steve Klabnik <steve@steveklabnik.com> - 2011-05-03 13:39 -0500
    Re: Problem installing shoes3 on RHEL 6 Ruby Student <ruby.student@gmail.com> - 2011-05-03 14:06 -0500
      Re: Problem installing shoes3 on RHEL 6 Ruby Student <ruby.student@gmail.com> - 2011-05-03 15:17 -0500
        Re: Problem installing shoes3 on RHEL 6 Steve Klabnik <steve@steveklabnik.com> - 2011-05-03 17:04 -0500
          Re: Problem installing shoes3 on RHEL 6 Ruby Student <ruby.student@gmail.com> - 2011-05-04 10:24 -0500
            Re: Problem installing shoes3 on RHEL 6 Steve Klabnik <steve@steveklabnik.com> - 2011-05-04 10:28 -0500
              Re: Problem installing shoes3 on RHEL 6 Steve Klabnik <steve@steveklabnik.com> - 2011-05-04 10:40 -0500
                Re: Problem installing shoes3 on RHEL 6 Ruby Student <ruby.student@gmail.com> - 2011-05-04 11:07 -0500
              Re: Problem installing shoes3 on RHEL 6 Ruby Student <ruby.student@gmail.com> - 2011-05-04 10:35 -0500
            Re: Problem installing shoes3 on RHEL 6 Ruby Student <ruby.student@gmail.com> - 2011-05-04 11:40 -0500
              Re: Problem installing shoes3 on RHEL 6 Steve Klabnik <steve@steveklabnik.com> - 2011-05-04 11:59 -0500
                Re: Problem installing shoes3 on RHEL 6 Ruby Student <ruby.student@gmail.com> - 2011-05-04 13:21 -0500
                Re: Problem installing shoes3 on RHEL 6 brabuhr@gmail.com - 2011-05-04 15:11 -0500
                Re: Problem installing shoes3 on RHEL 6 brabuhr@gmail.com - 2011-05-04 15:16 -0500
                Re: Problem installing shoes3 on RHEL 6 Steve Klabnik <steve@steveklabnik.com> - 2011-05-04 15:50 -0500
                Re: Problem installing shoes3 on RHEL 6 Ruby Student <ruby.student@gmail.com> - 2011-05-04 16:19 -0500
                Re: Problem installing shoes3 on RHEL 6 brabuhr@gmail.com - 2011-05-04 16:27 -0500
                Re: Problem installing shoes3 on RHEL 6 Ruby Student <ruby.student@gmail.com> - 2011-05-05 06:58 -0500
                Re: Problem installing shoes3 on RHEL 6 brabuhr@gmail.com - 2011-05-05 07:16 -0500
                Re: Problem installing shoes3 on RHEL 6 Ruby Student <ruby.student@gmail.com> - 2011-05-05 10:45 -0500
                Re: Problem installing shoes3 on RHEL 6 brabuhr@gmail.com - 2011-05-05 11:29 -0500
                Re: Problem installing shoes3 on RHEL 6 brabuhr@gmail.com - 2011-05-05 11:34 -0500
                Re: Problem installing shoes3 on RHEL 6 Ruby Student <ruby.student@gmail.com> - 2011-05-05 13:50 -0500
                Re: Problem installing shoes3 on RHEL 6 brabuhr@gmail.com - 2011-05-05 15:24 -0500
                Re: Problem installing shoes3 on RHEL 6 Ruby Student <ruby.student@gmail.com> - 2011-05-05 15:43 -0500
                Re: Problem installing shoes3 on RHEL 6 brabuhr@gmail.com - 2011-05-05 16:16 -0500
                Re: Problem installing shoes3 on RHEL 6 brabuhr@gmail.com - 2011-05-05 16:33 -0500
                Re: Problem installing shoes3 on RHEL 6 Ruby Student <ruby.student@gmail.com> - 2011-05-06 07:40 -0500
                Re: Problem installing shoes3 on RHEL 6 brabuhr@gmail.com - 2011-05-06 09:09 -0500
                Re: Problem installing shoes3 on RHEL 6 Ruby Student <ruby.student@gmail.com> - 2011-05-06 09:16 -0500
                Re: Problem installing shoes3 on RHEL 6 Steve Klabnik <steve@steveklabnik.com> - 2011-05-07 12:47 -0500
                Re: Problem installing shoes3 on RHEL 6 Ruby Student <ruby.student@gmail.com> - 2011-05-12 10:24 -0500
                Re: Problem installing shoes3 on RHEL 6 Steve Klabnik <steve@steveklabnik.com> - 2011-05-05 21:19 -0500
                Re: Problem installing shoes3 on RHEL 6 brabuhr@gmail.com - 2011-05-06 06:03 -0500
                Re: Problem installing shoes3 on RHEL 6 brabuhr@gmail.com - 2011-05-05 15:17 -0500
            Re: Problem installing shoes3 on RHEL 6 brabuhr@gmail.com - 2011-05-04 11:18 -0500
        Re: Problem installing shoes3 on RHEL 6 brabuhr@gmail.com - 2011-05-03 17:28 -0500
          Re: Problem installing shoes3 on RHEL 6 jake kaiden <jakekaiden@yahoo.com> - 2011-05-03 19:33 -0500
            Re: Problem installing shoes3 on RHEL 6 brabuhr@gmail.com - 2011-05-03 20:26 -0500
            Re: Problem installing shoes3 on RHEL 6 Ruby Student <ruby.student@gmail.com> - 2011-05-04 10:37 -0500

csiph-web