First  |  Prev |  Next  |  Last
Pages: 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
client-side Ruby on iPad/iPhone?
I've seen jRuby and IronRuby, and really want to use them since i really really hate javascript and since so much of a modern web app winds up on the client sideā€¦but none of the client-side ruby solutions I've found will work on mobile devices. Are there any? (even something that is much less complete or perfor... 24 Jul 2010 17:44
Book problems and solution for windows 7
Book problems and solution for windows 7 This book takes you step by step to a new world. The world of Windows 7, even if the new system were not know how to use it. Explain everything to you in pictures. You do not need to for a long time to learn In order not to remain afraid of not being able to follow up on ... 16 Jul 2010 20:57
[ANN] Rumai 3.3.0
Rumai Ruby interface to the wmii window manager http://snk.tuxfamily.org/lib/rumai/ Rumai is a pure [1]Ruby interface to the [2]wmii window manager. Its name is a portmanteau of "Ruby" and "wmii" (which I pronounce as "vim eye"). Ver... 16 Jul 2010 19:51
Pstore confusion for a beginner
Greetings, I am getting my feet wet with Ruby object persistence. I decided to look at PStore first, then move to Yaml, as it was mentioned in my Peter Cooper Ruby book. I know that PStore is typically used for program config value persistence, and that the transaction keyword fairly much ensures the integr... 17 Jul 2010 18:28
Ruby 1.9.1 Array#combination kinda lazy
[Note: parts of this message were removed to make it a legal post.] On Jul 16, 2010, at 9:45 AM, Phrogz <phrogz(a)mac.com> wrote: Just reproduced using 1.9.1p378 on Ubuntu. Looks to me like it's not a Windows bug, but something introduced sometime between p129 and p243. Report on ruby-core@ please. ... 16 Jul 2010 17:40
if __FILE__ == $0 & ruby & rdebug & FXRuby
On 7/16/10, Ralph Shnelvar <ralphs(a)dos32.com> wrote: The following line acts differently under rdebug and ruby if __FILE__ == $0 The name rdebug is ambiguous. Do you mean debug.rb, the debugger which comes with ruby, or the ruby-debug gem? I suspect it's the latter, since I have encountered this same bug w... 16 Jul 2010 13:13
[ANN] webgen 0.5.13 released
Hey everybody! -------------- webgen 0.5.13 has just been released! If you don't know what webgen is, read the "What's webgen?" section down below. This announcement is also available at http://webgen.rubyforge.org/news/release_0_5_13.html This just a minor maintainance release which fixes some bugs ... 16 Jul 2010 10:59
[ANN] Money 3.0.5
Money 3.0.5 * Added Money#abs * Updated Currency#subunit_to_unit documentation (it's an integer not a string) * Fixed issue when exchanging currencies with different :subunit_to_unit values * Added ability to pass a block to VariableExchangeBank#new or #exchange, specifying a custom truncation method * Added op... 16 Jul 2010 09:53
if __FILE__ == $0 & ruby & rdebug & FXRuby
The following line acts differently under rdebug and ruby if __FILE__ == $0 FXRuby has the line, above, in nearly all its sample code. Under rdebug, the value of $0 is, on my system, F:/InstantRails-2.0-win/ruby/bin/rdebug Executing ruby -rdebug UltraDedup.rb then the value of $0 is Debug.rb ... 16 Jul 2010 16:34
Recurse through array of arrays
Hi, I've written the method below to recurse through a non-binary tree of arbitrary depth. I'm still new to Ruby and was wondering if there were some Rubyism's (or just general pointers) that might improve it? Each object 't' holds an array 'children' of objects of the same type as t, which can themselves hold fu... 16 Jul 2010 16:34
First  |  Prev |  Next  |  Last
Pages: 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49