The incomplete CGI implementation seems to be causing the issue:
$ macruby -e "require 'CGI'; puts CGI.escape('foo bar')"
wrong number of arguments (1 for 0) (ArgumentError)
I'll look into it tonight.
- Matt
On Thu, Sep 17, 2009 at 11:44 AM, Bjoern Paschen wrote:
> Hi Alex ...
>
> Am 17.09.200
Hi Alex ...
Am 17.09.2009 um 20:31 schrieb Alex Vollmer:
The app works so far, except for the "require 'cgi'" in
TwittRbDelegate.rb. That one throws an ArgumentError in
define_method. If you comment it out the application will run but
be unable to send tweets. I wasn't able to find a solut
On Sep 16, 2009, at Sep 16, 6:12 PM, Bjoern Paschen wrote:
Hello Alex...
I watched that peepcode screencast a couple of days ago and build
the app from scratch with macruby 0.5. If it is of any help, I put
the project directory on my ftp:
ftp://witwenmacher.com/TwittRb.zip
The app works
Hi,
Just to say I uploaded my RubyKaigi 2009 slides on slideshare:
http://www.slideshare.net/vincentisambart/rubymac
The presentation was entirely done in Japanese (with someone
translating in English on IRC) but the slides are bilingual
Japanese/English
The video is also available on Ustream bu
Good point Eloy, I wasn't really thinking there...
On 17/09/2009, at 7:55 PM, Eloy Duran wrote:
Hey Ben,
Awesome stuff lads.
Perhaps this could be added to your .irbrc files to have it always
present until backtraces are available?
That wouldn't do any good though, as __FILE__ and __LINE
Hey Ben,
Awesome stuff lads.
Perhaps this could be added to your .irbrc files to have it always
present until backtraces are available?
That wouldn't do any good though, as __FILE__ and __LINE always point
to the file and line of the binding that it's evaluated from. So
putting it in .ir
Awesome stuff lads.
Perhaps this could be added to your .irbrc files to have it always
present until backtraces are available?
On 17/09/2009, at 7:20 PM, Matt Aimonetti wrote:
My understanding is that backtraces are really high on Laurent's
TODO list and I also use the same trick as Vincen
My understanding is that backtraces are really high on Laurent's TODO list
and I also use the same trick as Vincent when I need to debug some of my
code. (and yes, it's very frustrating and I can't wait to have some decent
backtraces and hopefully a debugger)
- Matt
On Thu, Sep 17, 2009 at 1:23 A
> Would it be possible for the error thrown to post some line / character
> information (backtrace?)
Adding backtrace information is in the TODO list for 0.5.
> Or can I turn some verboseness on for debugging these issues somehow?
Not currently. I tend to use a lot the following line when searchin
Hey Laurent,
Would it be possible for the error thrown to post some line /
character information (backtrace?)
Or can I turn some verboseness on for debugging these issues somehow?
Cheers,
Ben
On 17/09/2009, at 12:16 PM, Laurent Sansonetti wrote:
Hi Ben,
This is a missing feature in the
#336: NoMethodError with shoulda tests
+---
Reporter: macr...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: major
11 matches
Mail list logo