Re: [MacRuby-devel] Rake exceptions always print a full trace

2011-10-05 Thread Eloy Durán
Oops, didn’t check the recent messages :) @Watson/Mark: I will remove that `or true` part, but let’s wait with upgrading rake until after 0.11, unless Laurent gives the go ahead. On Oct 5, 2011, at 9:29 AM, Josh Abernathy wrote: > Thanks, filed: https://www.macruby.org/trac/ticket/1399 > > >

Re: [MacRuby-devel] Odd crash message

2011-10-05 Thread Eloy Durán
I haven’t done this myself yet, but I think you’ll have to hack on rakelib/builder/options.rb a bit to select the 10.6 SDK, or alternatively build the framework from source on a 10.6 machine. On Oct 4, 2011, at 5:21 PM, Nick Ludlam wrote: > Hi all, > I'm building a MacRuby app on Lion, and the

Re: [MacRuby-devel] Rake exceptions always print a full trace

2011-10-05 Thread Josh Abernathy
Thanks, filed: https://www.macruby.org/trac/ticket/1399 On Oct 5, 2011, at 12:20 AM, Eloy Durán wrote: > Nope, you’re not missing anything, that’s a bug. Please file a ticket for it. > > > On Oct 2, 2011, at 2:45 AM, Josh Abernathy wrote: > >> I wanted to verify that I'm not crazy and I'm not

Re: [MacRuby-devel] REXML UTF-8 Encoding not found

2011-10-05 Thread Eloy Durán
Did you include the standard library when running macruby_deploy? If you are excluding it, then you should be able to fix this with passing this to macruby_deploy: `--stdlib rexml`. On Oct 3, 2011, at 6:32 AM, saugust wrote: > Hi Everyone, > > I am trying to deploy an app that uses XMLSimple a

Re: [MacRuby-devel] [ANN] RailsMailPreview released

2011-10-05 Thread Eloy Durán
This looks very helpful, thanks! Met vriendelijke groet, Eloy Durán On Sep 30, 2011, at 4:56 AM, Fernando Barajas wrote: > Hi I just finished RailsMailPreview is now available on github > Feel free to check out.. https://github.com/fernyb/RailsMailPreview > > Thanks > - Fernando >

Re: [MacRuby-devel] Rake exceptions always print a full trace

2011-10-05 Thread Eloy Durán
Nope, you’re not missing anything, that’s a bug. Please file a ticket for it. On Oct 2, 2011, at 2:45 AM, Josh Abernathy wrote: > I wanted to verify that I'm not crazy and I'm not doing something stupid > before I create a ticket for this. > > The `rake` that comes with MacRuby (both 0.10 and