Bug#711236: ruby-rack: Rack 1.5 breaks Rails 3.2

2013-06-07 Thread Sam Ruby

On 06/05/2013 02:53 PM, Antonio Terceiro wrote:


ruby-rack 1.5 breaks session management in rails 3.2. Right now there
are a couple of options which are being discussed:

- backport the patch that migrates Rails 4 from Rack 1.4 to Rack 1.5:
   
https://github.com/rails/rails/commit/7d624e0e8cfa3adffd8f475e3588d83f3b367c24

- Drop Rails 3.2 in favor of Rails 4.

This bug is here to prevent ruby-rack 1.5 from migrating to testing
until we sort this out, so we keep having a working Rails in testing
until then.


I'm going to take a stab at fixing this upstream:

https://github.com/rails/rails/issues/10877

- Sam Ruby


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#676114: Ruby help needed (Was: Bug#676114: wordnet: FTBFS: debian/wn-for-goldendict.rb:465: invalid multibyte char (US-ASCII))

2012-06-05 Thread Sam Ruby

On 06/05/2012 10:08 AM, Andreas Tille wrote:

debian/wn-for-goldendict.rb:465: invalid multibyte char (US-ASCII)
debian/wn-for-goldendict.rb:465: invalid multibyte char (US-ASCII)
debian/wn-for-goldendict.rb:465: syntax error, unexpected $end, expecting ')'
 print_array(@words, 'Syn', "[c blue]•[/c]")


Probable fix: add the following at the top of the file (as first line if 
there is no #! line, or immediately after that):


  # encoding: utf-8

Alternate fix, replace "•" with "\u2022" in line 465.

Explanation: '•' is a non-ASCII character.  If you build this outside of 
a build machine, it probably builds as you likely have the LANG 
environment variable set.  Unset, it defaults to US-ASCII.


- Sam Ruby



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org