Re: help with running tests for rails using gems

2013-06-08 Thread Praveen A
Thanks Antonio! On Jun 9, 2013 6:43 AM, "Antonio Terceiro" wrote: Hi Praveen, On Tue, Jun 04, 2013 at 08:09:10PM +0530, Praveen A wrote: > 2013/6/4 Antonio Terceiro

Re: Rails 3.2 sessions broken with Rack 1.5

2013-06-08 Thread Antonio Terceiro
On Thu, Jun 06, 2013 at 04:28:23PM -0400, Sam Ruby wrote: > On 06/05/2013 11:50 AM, Antonio Terceiro wrote: > > > >I will be happy to replace my very simple Rails test which yours. Is > >there a way to run those tests without installing anything, so that I > >can just do `apt-get install rails` and

Re: Rails 3.2 sessions broken with Rack 1.5

2013-06-08 Thread Antonio Terceiro
Hi Sam, Thanks for looking at this. :-) I see you already have some progress reported in a later email, I will follow up there as well. On Wed, Jun 05, 2013 at 01:31:59PM -0400, Sam Ruby wrote: [snip] > So the offer is: if you help me get started, I'll promise to add > more value than the time I

Re: help with running tests for rails using gems

2013-06-08 Thread Antonio Terceiro
Hi Praveen, On Tue, Jun 04, 2013 at 08:09:10PM +0530, Praveen A wrote: > 2013/6/4 Antonio Terceiro : > > You have to merge pristine and upstream as well before pushing. > > Hi Antonio, > > Please check if the repo is in a good state. I have manually merged > all branches. If you think its okay,

Renamed ruby-asciidoctor to asciidoctor

2013-06-08 Thread Per Andersson
Hi! I renamed ruby-asciidoctor to asciidoctor since it is not only a rubygem but a general purpose program in addition to that. I bluntly removed the ruby-asciidoctor repository from the team repository. New repository asciidoctor is already present. Sorry if it caused any problems. -- Per -

Re: ruby-em-http-request upload

2013-06-08 Thread Praveen A
2013/6/8 Cédric Boutillier : > It is not a bug in json. It is caused be the way Ruby 1.9 guesses the > encoding of data it reads. You just need to tell explicitly Ruby that > those data should be considered as being encoded in UTF-8. > > The following patch will do the work: > > --- a/spec/parser_s

Re: ruby-em-http-request upload

2013-06-08 Thread Cédric Boutillier
On Sat, Jun 08, 2013 at 03:08:51PM +0530, Praveen A wrote: > While packaging http_parser.rb, ruby 1.9.1 tests are failing with > /usr/lib/ruby/vendor_ruby/json/common.rb:155:in `encode': "\xC3" on > US-ASCII (Encoding::InvalidByteSequenceError) > in pbuilder. Looking on the web I found > http:/

Re: ruby-em-http-request upload

2013-06-08 Thread Praveen A
2013/6/8 Praveen A : > I think it is a bug in json library to depend on system locale. Any > ideas how to fix this? Reported upstream https://github.com/tmm1/http_parser.rb/issues/27 -- പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍ You have to keep reminding your government that you don't get your rights from the

Re: ruby-em-http-request upload

2013-06-08 Thread Praveen A
2013/6/7 Praveen A : > Thanks! I just uploaded it. em-http-request needs http_parser.rb and > not http_parser, so off to packaging that next. While packaging http_parser.rb, ruby 1.9.1 tests are failing with /usr/lib/ruby/vendor_ruby/json/common.rb:155:in `encode': "\xC3" on US-ASCII (Encoding::I