[ANN] Bacon 1.2, a small RSpec clone025 (12/21/2012 11:06:46 AM) comp.lang.ruby Hello,
Today, after over 4 years, I'm proud to release Bacon 1.2.
* December 21th, 2012: Fourth public release 1.2.0.
* #satisfy will not pass arguments anymore to the block, use lexical scope.
* ... Christian
[ANN] Rack 1.2.1, a modular Ruby webserver interface037 (6/15/2010 9:59:57 AM) comp.lang.ruby Hello, Today we are proud to announce the release of Rack 1.2.1. = Rack, a modular Ruby webserver interface Rack provides a minimal, modular and adaptable interface for developing web applications in Ruby. ... Christian
[ANN] Rack 1.2, a modular Ruby webserver interface023 (6/13/2010 6:00:57 PM) comp.lang.ruby Hello, Today we are proud to announce the release of Rack 1.2. = Rack, a modular Ruby webserver interface Rack provides a minimal, modular and adaptable interface for developing web applications in Ruby. By... Christian
[ANN] [RFC] Proposing a Ruby Packaging Standard33132 (4/20/2010 7:27:08 AM) comp.lang.ruby Hello,
earlier this month I wrote up a draft for a specification on how to
structure Ruby projects. It started at http://gist.github.com/361451
and there was lots of discussion there, which I now want to... Christian
[ANN] Rack 1.1, a modular Ruby webserver interface044 (1/6/2010 12:40:14 PM) comp.lang.ruby Hello, Today, with a few days delay, we are proud to announce the release of Rack 1.1. = Rack, a modular Ruby webserver interface Rack provides a minimal, modular and adaptable interface for developing web a... Christian
[ANN] Rack 1.0.1, a modular Ruby webserver interface033 (10/18/2009 7:54:37 PM) comp.lang.ruby Hello, Today we are proud to release Rack 1.0.1, a maintenance release. = Rack, a modular Ruby webserver interface Rack provides a minimal, modular and adaptable interface for developing web applications in ... Christian
[ANN] Rack 1.0, a modular Ruby webserver interface428 (4/25/2009 1:34:28 PM) comp.lang.ruby Hello, Today we are proud to release Rack 1.0, which was close to almost be codenamed MiddleWarem4Ever. = Rack, a modular Ruby webserver interface Rack provides a minimal, modular and adaptable interface for... Christian
[ANN] test/spec 0.10, a BDD interface for Test::Unit319 (2/1/2009 11:22:59 AM) comp.lang.ruby Hello, today I'm releasing test/spec 0.10, a library to do BDD with Test::Unit. == News in 0.10: * February 1st, 2009: Sixth public release 0.10. * Support for Ruby 1.9. You must have the test-unit gem on... Christian
[ANN] [SECURITY] Rack 0.9.1, a modular Ruby webserver interface028 (1/9/2009 4:54:07 PM) comp.lang.ruby Hello, Today we release Rack 0.9.1. This release is a *security release*, it only fixes directory traversal exploits in Rack::File and Rack::Directory, dating back to Rack 0.3. Updating is highly recommended... Christian
Need help with something very simple320 (3/21/2013 3:39:32 PM) comp.lang.ruby Hi,
1.9.3p194 :005 > array = [ 1, 2]
=> [1, 2]
1.9.3p194 :007 > puts "Array when output in \"\" is #{array}"
Array when output in "" is [1, 2]
=> nil
Can I do something, so that the output is:
Ar... jatin.ganhotra(4)
Subtle Bug Reveals Major Design Flaw432 (12/24/2012 5:19:46 PM) comp.lang.ruby Hello folks.=20
I was hacking away today when i made a stupid mistake that revealed a subtl=
e bug in ruby. Here is a test suite that will expose the problem. (be sure =
to supply a valid folder path on yo... rantingrickjohnson(400)
p9p backspace/delete in osx1523 (9/25/2012 8:52:40 AM) comp.os.plan9 Being that macs don't have a proper delete key, how can I get delete
behavior to kill a program in rc short of slapping a real keyboard
on this machine?
... chris5808(4)
[9fans] Hosted Inferno on Raspberry Pi341 (8/3/2012 5:20:03 AM) comp.os.plan9 The gcc flags: -march=armv6 -mfloat-abi=softfp -mfpu=vfp, will let you
compile the standard Inferno emu-g on the Raspberry Pi first go. Not
all the Linux VT interface ioctls are supported by the video driver ... graham.gallagher(8)
[9fans] git and (p9p) acme2842 (4/19/2012 11:51:40 AM) comp.os.plan9 Hello, Is anyone using git with p9p acme set as the editor? Most things here work fine (as long as the pager is set to cat or something like that), but I've been having problems with 'git commit --amend'. If I... mathieu.lonjaret(55)
[9fans] Plan 9/plan9port coding conventions1919 (1/11/2012 6:41:19 PM) comp.os.plan9 Hello, As readers may remember from a previous thread, I have historically been, well, less than enamored with some aspects of the coding style used in Plan 9/plan9port. Now that I'm getting into development,... smiley2049(22)
[9fans] NIX 64-bit kernel is available639 (9/14/2011 3:44:40 PM) comp.os.plan9 We'd like to announce the availability of NIX, a 64-bit Plan 9 kernel with some new ideas. The full set of changes will be covered at IWP9. For now, here are some highlights. - 2 MB PTEs. 4096 byte PTEs are no... rminnich(1317)