[#396148] Facebook Group — Moses Aronov <mosesaro@...>

There is a facebook group that was recently created so we could all communicate with other fellow developers

13 messages 2012/06/05
[#396178] Re: Facebook Group — Chad Perrin <code@...> 2012/06/06

On Wed, Jun 06, 2012 at 01:55:48AM +0900, Moses Aronov wrote:

[#396186] Inexplicable Argument Error — Doug Jolley <lists@...>

I am encountering a very strange argument error. I simplified my code

12 messages 2012/06/06

[#396229] Thread#kill is not rescued by "rescue Exception" — Iñaki Baz Castillo <ibc@...>

Hi, let me show this easy code:

13 messages 2012/06/07

[#396333] Is "a,b=c,d" atomic? or do I need a Mutex? — Iñaki Baz Castillo <ibc@...>

Hi, I have two methods that could be called by different threads and

10 messages 2012/06/10

[#396357] ffi - Popping image on top of the screen — "Damián M. González" <lists@...>

Ey guys, how are you? I`m developing an application in Ruby, using

12 messages 2012/06/11

[#396373] Why should I learn ruby? — Kasper Steensig <lists@...>

I have wondered whether I should learn ruby or python hence they are

16 messages 2012/06/11

[#396503] Syntax Highlighter — Intransition <transfire@...>

Would you agree that Ruby shouldn't lack for a syntax highlighting library

18 messages 2012/06/14

[#396589] Unsubcripe — Suresh Rajkumar <sureshrajchennai@...>

Unsubcipe my mail address from the group.

13 messages 2012/06/18

[#396615] Symbols and Strings... — Hal Fulton <rubyhacker@...>

Hello, all...

29 messages 2012/06/18
[#396620] Re: Symbols and Strings... — Eric Hodel <drbrain@...7.net> 2012/06/18

On Jun 18, 2012, at 15:09, Hal Fulton wrote:

[#396641] Re: Symbols and Strings... — Robert Klemme <shortcutter@...> 2012/06/19

On Tue, Jun 19, 2012 at 12:31 AM, Eric Hodel <drbrain@segment7.net> wrote:

[#396643] Re: Symbols and Strings... — Hal Fulton <rubyhacker@...> 2012/06/19

Personally, I don't have a problem with "reducing the contract"

[#396646] Re: Symbols and Strings... — Robert Klemme <shortcutter@...> 2012/06/19

On Tue, Jun 19, 2012 at 5:17 PM, Hal Fulton <rubyhacker@gmail.com> wrote:

[#396659] Re: Symbols and Strings... — Hal Fulton <rubyhacker@...> 2012/06/19

> > Freezing an object also reduces its contract.

[#396678] Re: Symbols and Strings... — Robert Klemme <shortcutter@...> 2012/06/20

On Tue, Jun 19, 2012 at 10:12 PM, Hal Fulton <rubyhacker@gmail.com> wrote:

[#396701] Re: Symbols and Strings... — Henry Maddocks <hmaddocks@...> 2012/06/20

[#396702] Re: Symbols and Strings... — Bartosz Dziewoński <matma.rex@...> 2012/06/20

2012/6/20 Henry Maddocks <hmaddocks@me.com>:

[#396703] Re: Symbols and Strings... — Henry Maddocks <hmaddocks@...> 2012/06/20

[#396710] Re: Symbols and Strings... — Jeremy Bopp <jeremy@...> 2012/06/20

On 06/20/2012 03:58 PM, Henry Maddocks wrote:

[#396627] Does ERB have recursive template support? — Todd Wei <lists@...>

I want to use ERB template library to do some code generation. It

10 messages 2012/06/19

[#396649] Looking for a better way to add a method to a core class than monkey patching — Iain Barnett <iainspeed@...>

Hi all,

17 messages 2012/06/19
[#396670] Re: Looking for a better way to add a method to a core class than monkey patching — Avdi Grimm <groups@...> 2012/06/20

Please do not monkey patch core libraries in gems, unless the *purpose* of

[#396685] Benchmark obsession? — "Jan E." <lists@...>

Hi,

23 messages 2012/06/20
[#396709] Re: Benchmark obsession? — Ryan Davis <ryand-ruby@...> 2012/06/20

[#396815] Array#sample is Set#sample and not Array#sample ! — Michel Demazure <lists@...>

Arrays are ordered, sets are not. Sampling an array should give random

11 messages 2012/06/25

[#396877] CSV.open problem, help please — Kaye Ng <lists@...>

This code doesn't seem to work

21 messages 2012/06/27

[#396896] Copying text from MS Word and wrapping in HTML - help please — Adam Holloway <lists@...>

Hi,

11 messages 2012/06/27

[#396966] Interactions between 'new' and 'initialize' ? — Cees Zeelenberg <lists@...>

In JRuby, I am extending an existing Java Class with a Ruby initialising

9 messages 2012/06/28

[#396975] stack level too deep for quicksort code — bei zhao <lists@...>

Hi, below is my quicksort implementation in ruby(using the first element

12 messages 2012/06/28

[#396996] Accessor Methods with a Twist — Doug Jolley <lists@...>

I am surprised that the code shown below returns, 'Doug'. I would

15 messages 2012/06/29

[#397001] ruby performance — anaray anaray <lists@...>

Hi,

33 messages 2012/06/29
[#397007] Re: ruby performance — Bartosz Dziewoński <matma.rex@...> 2012/06/29

The MRI is, unfortunately, slow as balls, and there's not much you can

[#397008] Re: ruby performance — Hans Mackowiak <lists@...> 2012/06/29

Bartosz Dziewoナгki wrote in post #1066673:

[#397010] Re: ruby performance — Bartosz Dziewoński <matma.rex@...> 2012/06/29

2012/6/29 Hans Mackowiak <lists@ruby-forum.com>:

[#397011] Re: ruby performance — Bartosz Dziewoński <matma.rex@...> 2012/06/29

2012/6/29 Hans Mackowiak <lists@ruby-forum.com>:

[#397047] Re: ruby performance — "Andreas S." <lists@...> 2012/07/01

Bartosz Dziewoński wrote in post #1066681:

[#397048] Re: ruby performance — Bartosz Dziewoński <matma.rex@...> 2012/07/01

2012/7/1 Andreas S. <lists@ruby-forum.com>:

[#397068] Re: ruby performance — Robert Klemme <shortcutter@...> 2012/07/02

On Sun, Jul 1, 2012 at 1:42 PM, Bartosz Dziewoナгki <matma.rex@gmail.com> wrote:

[#397086] Re: ruby performance — Dan Connelly <lists@...> 2012/07/02

Here's my contribution:

Ruby 1.8.7 patchlevel 370 released

From: Urabe Shyouhei <shyouhei@...>
Date: 2012-06-29 14:01:38 UTC
List: ruby-talk #396992
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello.

Ruby 1.8.7 was released on June 1st, 2008.  In commemoration
of the fourth anniversary of Ruby 1.8.7, we have a new
patchlevel release today.  It includes several bug fixes.
For the detail please read the ChangeLog.

Files:

ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p370.tar.gz
ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p370.tar.bz2
ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p370.zip

Checksums:

MD5(ruby-1.8.7-p370.tar.gz)= 98b00bbd1cdde3116155edb6e555b781
SHA256(ruby-1.8.7-p370.tar.gz)= bcd8db47adf6f5e3822b60a04785eedb1b97d41fbd7cb595d02759faa36581c6
SIZE(ruby-1.8.7-p370.tar.gz)= 4897464

MD5(ruby-1.8.7-p370.tar.bz2)= 1e4c3194537dd8ff92e756993e55a29d
SHA256(ruby-1.8.7-p370.tar.bz2)= 6359b03a1c8ba16630a96fcb5f972c7af15bd33b752e324cd87964224ab1fe31
SIZE(ruby-1.8.7-p370.tar.bz2)= 4211597

MD5(ruby-1.8.7-p370.zip)= c3a83c3eecf2d361880d0bd68077e93f
SHA256(ruby-1.8.7-p370.zip)= 9505d4d6fe4388d1a05a3a0bbb3b018681f6c6005109af24e22d9397b4341202
SIZE(ruby-1.8.7-p370.zip)= 5997386

Thank you.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJP7bU2AAoJEIG/BHYvGcFLNwEP/3AZjShOExvYe2SOqsv3tS0d
3vH7AIwqVRi0+yHGvUQUMpXohjhuXWdN4HUFHmBKuRiPz+uzWZt0St29/21viCmO
WTSl+7PFv8AV3PYAwJtcU8PFWqSq8ZojEtGNRc4nV4AA1KSIovp4z2oUwE7X9qNx
9jQJ9WE1j4MR3sT57Iqycm42tJaajA6FW2LY8e6Y/1zVJGE7Ac5djJ6RBtzfv8Ut
WtHz9tAtvwzfHH2qxwcXytB9kz4r49BKDfoeN1pDcCMA1n8CP7HG418ZOSDzaus8
ISlOXbAohC059CSBc7gXTqo18PkY3MapyWoS4r2Fm44WgdaKI1wkrabQsUNkAce9
f63JoK/odARNsM+/9aCqTSoVIGk2OBl2xx60s849VKyo5QdUACU2zHhotM8KHyJ9
0KUJROjTei3jaQaWfPHjT8YvTfqUifQgsQLGwtmGeVQhD3lWhRhDDPNuMOIygCph
IpP6agbNWdZQpib+uXA82iEQ3FH9WIBV51GlW3sW/a4wePw18hZyMdXhiSDCGxL/
FnMuBawv91OPJR6RD+5ugMHERpwjgoSE/tAhSwKdwKAM7bSIrwdCH7sWHWmnS0wQ
aQ+x1ICCJF6nneI7W5fc4dEydr2UTReS6OoCGAi4YYPwbegnCFz8l8OhOa6kDCsL
5AnXW8HgD4dZ6fkjDvOp
=8aby
-----END PGP SIGNATURE-----

In This Thread

Prev Next