First  |  Prev |  Next  |  Last
Pages: 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128
Documenting Rakefile using rdoc
Hello there, Does anybody know a gem that could be used to document a Rakefile the way rdoc does ? I've got a Rakefile full of tasks but only a few of them have a 'desc' keyword in order to keep 'rake -T' readable. I would like to have an html output of the list of all available tasks using the description gi... 20 Apr 2010 15:50
rails errorm on FreeBSD-RELEASE
Hello, I svn'ed and compiled ruby19 trunk $ ruby19 -v ruby 1.9.2dev (2010-04-12 trunk 27317) [x86_64-freebsd8.0] $ uname -a FreeBSD raptor 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Thu Apr 1 01:20:45 UTC 2010 root@:/usr/obj/usr/src/sys/INSPIRON amd64 I installed rails from gem19, but when try to create an test... 18 Apr 2010 05:25
iconv transfer code
in my computer(ubuntu9.1+ruby1.9): pt(a)pt-laptop:~$ irb irb(main):001:0> require 'iconv' => true irb(main):002:0> str = Iconv.iconv('GBK', 'UTF-8', '我说').to_s => "[\"��˵\"]" in my friend's(ubuntu9.1+ruby1.9): $ irb irb(main):001:0> require 'iconv' => true irb(main):002:0> str = Iconv.iconv('GBK', 'UTF-8', '我... 20 Apr 2010 15:50
[ANN] Ruby-GNOME2 0.19.4
Hi, The Ruby-GNOME2 project released Ruby-GNOME2 0.19.4: http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk2-0.19.4.tar.gz http://downloads.sourceforge.net/ruby-gnome2/ruby-gnome2-all-0.19.4.tar.gz This release has many bug fixes and some improvements. The fixed bugs include a memory leak bug on GC. If ... 16 Apr 2010 23:58
Ruby Midwest Conference Speakers & BBQ!
[Note: parts of this message were removed to make it a legal post.] Hello, I wanted to let everyone know that the Ruby Midwest conference speaker lineup has been announced. I've listed the speakers and talks below, but check out the Speakers page <http://rubymidwest.com/speakers.html> ( http://rubymidwest.co... 16 Apr 2010 21:46
EventMachine.defer and ActiveRecord connection pool?
Artūras Šlajus wrote: Chuck Remes wrote: Look up #release_connection in ActiveRecord::ConnectionAdapters::ConnectionPool. It does exactly what you need whereas that call to #clear_reloadable_connections! might be doing unnecessary work. Unfortunately that doesn't work :) EventMach... 16 Apr 2010 16:12
[QUIZ] Console-based Pixel Editor (#231)
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- The three rules of Ruby Quiz: 1. Please do not post any solutions or spoiler discussion for this quiz until 48 hours have elapsed from the time this message was sent. 2. Support Ruby Quiz by submitting ideas and responses as often as yo... 16 Apr 2010 13:57
Newbie ruby watir exception handling
We're testing. This script below will go through the list of url's, and on each url, write out the results of the script to a file. These results are a) the last 3 digits of the url string b) the 1st href on the page c) the 3rd href on the page a,b,c are seperated by a tab. each url result array is on a separate ... 16 Apr 2010 11:40
win32ole with COM method taking two out refs
Sorry for beeing too late to reply. On Tue, Jan 26, 2010 at 08:33:18PM +0900, Tallak Tveide wrote: Masaki Suketa wrote: Ooops, On Sat, Jan 23, 2010 at 07:15:21AM +0900, Masaki Suketa wrote: How about using WIN32OLE_VARIANT? items = WIN32OLE_VARIANT(null, WIN32OLE::VARIA... 20 Apr 2010 15:50
Money 2.3.0
[Note: parts of this message were removed to make it a legal post.] On Apr 16, 2010 9:20 AM, "Shane Emmons" <shane.emmons(a)ffgrp.com> wrote: [ANN] Money 2.3.0 has been released. Changes: - Currency is now represented by a Currency Object instead of a string. This facilitates easier work with exchange rates... 16 Apr 2010 10:33
First  |  Prev |  Next  |  Last
Pages: 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128