Morning,
I've been trying to use MacRuby to drive an integration between a popular
webservice and the stock Reminders.app. I'm attempting this through the
scripting bridge and am running into difficulty getting the scripting bridge
Create new objects within reminders.app, or notes.app, or any
Looks like matz's is ahead of the game with an iOS compatible version of ruby …
http://mobiruby.org/___
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
I can start migrating the macruby-Recipes repository to the wiki section of
Github, but I'd like to make the case they should be in a sub-module or
repository that users can download directly, not just view on the wiki.
I've started, but have largely failed -- due to a new job -- to "port"
Mag
att Aimonetti wrote:
>>
>>> Can you show your code, was it working in 4.2?
>>>
>>> - Matt
>>>
>>> On Fri, Feb 24, 2012 at 10:57 AM, Steve Clarke wrote:
>>> No, I'd already read earlier comments about the block syntax. I can
There is a known problem, (at least It's known to me...) with rb_nibtool and
certain forms of ruby block syntax.
Specifically, multi-line {} syntax causes it to fail. I've run into this with
the dispatch gem doing things like
Dispatch::Job.new {
#some expensive op
}
that code, while r
Cay you post an example of the syntax thats breaking ?
or a test or something? I'd like to take a crack at fixing it since rb_nibtool
is, well, just a ruby script
On Feb 20, 2012, at 3:14 PM, Sean Mateus wrote:
> Thanks Kevin,
>
> I just found out the rb_nibtool is having some issues with blo
Sean,
I am able to define methods like:
def test_method sender
puts "yes! it's working!"
end
and see them as actions in IB. Is that what you're talking about ?
On Feb 20, 2012, at 4:16 AM, Sean Mateus wrote:
> Hi Kevin,
>
> great work!
> it's almost working for me, all attr_accessors
at it ;)
>
> Thanks,
>
> - Matt
>
>
> 2012/2/18 Kevin Poorman
> Interesting news,
>
> Using instruments, I am able to monitor file activity and see rb_nibtool
> being stat'd several times by Xcode 4.2.1
>
> I can also see Xcode 4.3 calling for rb_
-Matt
> Sent from my iPhone
>
> On Feb 18, 2012, at 18:35, Marc Abramowitz wrote:
>
>> Perhaps try using DTrace to see if it's trying to open the file? (if you
>> haven't already tried that)
>>
>> -Marc
>> http://marc-abramowitz.com
&
the file? (if you
>> haven't already tried that)
>>
>> -Marc
>> http://marc-abramowitz.com
>> Sent from my iPhone 4
>>
>>
>> On Feb 18, 2012, at 6:15 PM, Kevin Poorman
>> wrote:
>>
>>> After more testing, I cannot fi
After more testing, I cannot find any evidence that xcode4.3 is even
attempting to find rb_nibtool
could this be a policy shift on the Xcode side?
On Feb 18, 2012, at 2:05 PM, Sean Mateus wrote:
> Hi Kevin,
>
> I believe that it’ll not be a problem to place the rb_nibtool into
> /usr/local
Sean,
et. all.
I am an idiot of the most profound order.
If one installs 4.3, and does NOT remove 4.2.1…
and then one uses alfred to launch Xcode … one ends up launching 4.2.1 where of
course rb_nibtool works.
I'm still searching for a way to get rb_nibtool working in 4.3
sorry for the fa
Sean,
I didn't copy rb_nibtool, sorry for the confusion. I linked
/Library/Frameworks/MacRuby.framework/Versions/0.12/usr/bin/rb_nibtool to
/usr/local/bin/rb_nibtool
try linking ?
On Feb 18, 2012, at 2:05 PM, Sean Mateus wrote:
> Hi Kevin,
>
> I believe that it’ll not be a problem to place
I have confirmed that placing the templates as Watson suggested does work with
4.3
Additionally, placing rb_nibtool in the system path (in my case I linked it
into /usr/local/bin) works just fine!
I have 4.3, with macruby nightly, with templates and rb_nibtool
Can anyone more familiar with
the repo here: https://github.com/noeticpenguin/MacRuby/tree/xcode4.3-updates
(branch xcode4.3-updates)
Contains a patch changing the installation directory for the templates.
I'm still investigating how to go about linking rb_nibtool. From what I can
tell (limited) Xcode basically just shell
Any volunteers with the requirements / setup to build macruby from source to
test my patches to the installer rake task ?
Unfortunately llvm looks like it's going to be compiling for quite a while here
on this box.
-pkj
On Feb 18, 2012, at 3:54 AM, Matt Aimonetti wrote:
> Hey guys,
>
> A f
> Yes I'll do that later today, I think 1.8.7 is required and webby version
> before the latest. Did you check the guide we have on the site to contribute
> to the website, I think there is some info there (outdated but still)
>
> -m
> Sent from my iPhone
>
> On
I've been working with this for the past couple of hours, and am having issues
with the version of webby and actual yml errors from the checkout.
Is it possible to get a gemfile or information on what version of webby is
being used for development?
(this is predicated on the assumption that I d
Rubyists!
I'd love to help out with a new macruby website. I'm forking/pulling the linked
github.
Regarding content, perhaps there is a place for the macruby Recipes i've been
kicking out on a new site?
I'm also going to take a shot at the installer here in a minute, and the
sublime text2 bu
Sadly, I'm afraid Git's reach only extends to the moons of mars.
All joking aside, I believe you're 100% right. That said, if the community
wants it somewhere else, thats fine.
On Feb 11, 2012, at 2:22 PM, Jordan K. Hubbard wrote:
> On Feb 11, 2012, at 5:30 AM, K
MacRubyists!
Thanks for all the feedback on and off list!
As Jordan mentioned I think the biggest challenge is new MacRubyist's knowledge
of this repo. Additionally, Shaun mentioned putting it under the aegis of the
macruby/ repo.
Frankly I don't care where it lives --so long as I can continu
Good day,
I am a huge fan of the hard work that all of you have put forth to bring
MacRuby where it is today. I have been using it on and off over the past 3
months for client work and have come across a few things that I often need that
are in some way obscure / hard to find / under-documented
Is the work something you could train me on?
Sent from my iPhone
On Feb 7, 2012, at 5:14 PM, Matt Aimonetti wrote:
It's always quite a lot of work, especially when a new release is pushed
weekly. Could you open a ticket tho?
Thanks
On Mon, Feb 6, 2012 at 2:21 PM, Gabriel Gilder wrote:
> Hi,
Morning all,
I'm having a go at setting up a macRuby app that utilizes Control Tower and
Sinatra.
I've no problem installing the gems for either, but the current versions of
each seem to be mutually exclusive, as they require specific versions of Rack
that do not match.
I poked around and cou
I wonder if we couldn't kickstarter a fund to let apple hire someone full time
to do macruby work?
Anyone @ the mothership know if that'd be well received?
-Kevin
On Dec 20, 2011, at 12:02 PM, Dominic Dagradi wrote:
> Ha. I like that. It should be fun.
>
> MacRuby is fun. MacRuby is also not
25 matches
Mail list logo