[ANN] Ramaze 2009.07026 (7/24/2009 7:05:12 PM) comp.lang.ruby The Ramaze development team is happy to announce version 2009.07 of Ramaze,= the light and modular open source web framework that tries to stay out of your = way. This release contains mostly bug fixes and co... Michael
[ANN] Ramaze 2009.06026 (6/2/2009 11:57:01 AM) comp.lang.ruby The Ramaze development team is happy to announce version 2009.06 of Ramaze, the light and modular open source web framework that tries to stay out of your way. This release features a lot of work directly from... Michael
Rubygems and ~/.gem136 (1/29/2009 5:24:27 AM) comp.lang.ruby I've been very happy to see the latest improvments in rubygems regarding installation of both 1.9.1 and 1.8.x gems in my home directory, but there are still a few rough edges. I have not found any configuration... Michael
Fiber variables330 (6/15/2008 9:43:06 AM) comp.lang.ruby Hi list, I've been doing some playing with Fibers as a replacement of Thread for usage in Ramaze, and as I'm not the most knowledgable about this issue I'd like to request some code review from you guys. The ... Michael
[ANN] Ramaze 0.3.5136 (1/28/2008 6:53:23 AM) comp.lang.ruby This time we are proud to announce Version 0.3.5 of Ramaze, the light and modular open source web framework. This release features a lot of work directly from our community and we are really greatful for every... Michael
[ANN] Ramaze 0.3.0240 (1/9/2008 7:00:34 PM) comp.lang.ruby This time we are proud to announce Version 0.3.0 of Ramaze, the light and modular open source web framework. This release features a lot of work directly from our community and we are really greatful for every... Michael
[BUG] Ruby 1.9.0: possible bug when subclassing BasicObject334 (12/27/2007 10:07:53 AM) comp.lang.ruby I noticed a problem with constant lookup in Ruby 1.9.0 when subclassing from BasicObject, would anyone please explain this behavior to me, otherwise I'll go and file a bug. What fails: http://p.ramaze.net/23 ... Michael
Temporary hacked gem for Hpricot to work on 1.9338 (12/26/2007 10:02:14 AM) comp.lang.ruby I just spent a while to port Hpricot to ruby 1.9 and finally had success. The gem can be found at http://weez-int.com/gem/hpricot-0.6.gem But more important i think is to share information on how to create th... Michael
[ANN] Ramaze version 0.1.3032 (7/21/2007 1:18:09 PM) comp.lang.ruby This time we are proud to announce Version 0.1.3 of the Ramaze framework, a light and modular open source web framework. Since the last release some polishing and improvements have been made, it seems like Ram... Michael
[ANN] Ramaze Version 0.1.2136 (6/17/2007 3:29:19 AM) comp.lang.ruby This time we are proud to announce Version 0.1.2 of the Ramaze framework, an open source web framework with the aim to be light and modular. Since the 0.1.0 release we have made a lot of progress and the overa... Michael
gets() -- Need to skip when no response after 20seconds946 (7/14/2010 6:22:33 AM) comp.lang.ruby Code: puts "Print your age" a=gets() puts "Timeout. 20 Seconds Gone. Please re-run the Applciation" Need: a=gets() is waiting for input. I need to wait only 20 seconds. If therre is no input for 20 seconds ... jazzezravi(118)
Template is missing statement242 (7/18/2010 12:44:52 PM) comp.lang.ruby Hi folks. Listen I got a problem. Just starts wirth ruby. Everything is installed and when I check the lacalhost Site, evrything is running well So I start doing an new application named say. I got a class Say... borijee(1)
LoadError: no such file to load -- tk39291 (7/19/2010 4:53:35 AM) comp.lang.ruby I'm trying to install Ruby on a 64 bit Windows 7 machine following this
guide;
http://www.tkdocs.com/tutorial/install.html#installwin
After setting the environment variables and compiling I get this erro... rl001(12)
Extract domain name539 (8/20/2010 3:59:49 AM) comp.lang.ruby All, I have the same basic issue as discussed in this thread last year: . Justin Collins points out the greatest difficulty with the situation, i.e. that when dealing with a country code TLD, one may well hav... cbciv(106)
1.9.2 breaks ncurses (STR2CSTR) - pls help8173 (8/21/2010 6:17:32 AM) comp.lang.ruby I am on Snow Leopard, installed 1.9.2 using rvm.
Here is the runtime error I get from ncurses-0.9.1:
dyld: lazy symbol binding failed: Symbol not found: _STR2CSTR
Referenced from:
/Users/rahul/.rvm/rubi... sentinel1879(38)
YAML::dump slow5153 (8/21/2010 4:45:24 PM) comp.lang.ruby [Note: parts of this message were removed to make it a legal post.]
This is interesting and counterintuitive ...
I am creating a YAML file with about 200,000 entries. The YAML file "reflects" the data ... ralphs(104)
Adding *each*2151 (8/21/2010 5:45:49 PM) comp.lang.ruby [Note: parts of this message were removed to make it a legal post.]
I'm trying to wrap my head around how to do an "each" for objects of a class that I have created.
Consider this contrived example
cl... ralphs(104)
[ANN] ffi-ncurses 0.3.32149 (8/25/2010 12:11:14 AM) comp.lang.ruby I've just released version 0.3.3 of the ffi-ncurses gem. This fixes the long-standing issue of not being compatible with ffi version 0.6.x. Apologies to all who requested this change months ago. =3D What is ff... sean.ohalpin(401)
Get Proc of current block?3185 (8/27/2010 1:42:53 AM) comp.lang.ruby Is there any way to get a hold of the current block? I've been playing
around with recursive enumerations and it occurs to me that the most
flexible technique would simply be to reuse the currently running
b... Intransition
Using the same variable for an array and an iterator393 (9/25/2010 2:25:42 AM) comp.lang.ruby I've just started learning Ruby and am going through a few tutorials.
Right now I'm playing around with arrays and am getting a strange
error. I am creating an array named 'x' and creating an iterator
named... rdonahue(1)