Displaying 3 results from an estimated 3 matches for "buddy12lb".
2009 Apr 10
4
rails2.3/ruby1.9: invalid byte sequence in utf-8 with blank?
hi all,
anyone seen this controller argument error:
invalid byte sequence in utf-8
ror/vendor/rails/activesupport/lib/active_support/core_ext/blank.rb:
50:in `=~''
ror/vendor/rails/activesupport/lib/active_support/core_ext/blank.rb:
50:in `!~''
ror/vendor/rails/activesupport/lib/active_support/core_ext/blank.rb:
50:in `blank?''
2009 Apr 12
9
invalid byte sequence utf-8 OR best option to sanitize content brought in with net::http? single non-utf character causes rails to crash
hi all,
platform: debian lenny, ruby1.91.p0, passenger/apache-multithread,
rails2.3 in vendor/postres and sql server via odbc. all current gems.
i have legacy asp content on win2k servers that i wrap in rails
controllers. this all worked great with ruby1.8, but now that we are
dealing with encoded strings in ruby1.9, i am having page crashes
randomly as users have cut and pasted high ascii code
2009 Oct 05
0
Re: mongrel, static files, and haproxy healtchecks
...is an imperfect solution as it could be that mongrel is up
but rails is broken, but given the alternative
of having to do very infrequent checking to not interfere with normal
traffic, this seems preferable.
i would, of course, appreciate any feedback or comments.
thanks....gg
On Oct 4, 6:37 am, buddy12lbcat <buddy12lb...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> hi,
>
> a question to the group:
>
> am i right in thinking that rails routing occurs outside (before) the
> mutex lock on dispatch such that static files get served up on a
> different thread than rails s...