Re: [MacRuby-devel] Any volunteers to help maintain http://www.macruby.org?

2009-08-19 Thread Matt Aimonetti
Haha, let's add that to the todo list. Writing a GUI for webby shouldn't be that hard using MacRuby + webkit. Integration with git can easily be done using grit http://grit.rubyforge.org/ (we don't even need to fork or push to the repo, we can save the blog posts as gists http://gisthub.com/ check

Re: [MacRuby-devel] Any volunteers to help maintain http://www.macruby.org?

2009-08-19 Thread Jordan K. Hubbard
Gosh, if only there were some way of writing some sort of graphical application which could make composing, previewing and submitting blog posts like this a one or two button click operation rather than having to do all those tedious manual steps! It would have to have a nice looking UI, o

Re: [MacRuby-devel] Any volunteers to help maintain http://www.macruby.org?

2009-08-19 Thread Manfred Stienstra
On Aug 20, 2009, at 12:33 AM, Mike Sassak wrote: I'm game. Where do I sign up? In the lobby at the volunteers desk (; Manfred ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby

Re: [MacRuby-devel] Any volunteers to help maintain http://www.macruby.org?

2009-08-19 Thread Matt Aimonetti
Alright, things are now setup and contribution should be easier (patches against svn are also accepted). How to contribute content for the website using github: * fork the website repo on github: http://github.com/mattetti/macruby_website/ * clone and pull your branch locally * create a new topi

Re: [MacRuby-devel] Fixing ext/json

2009-08-19 Thread dan sinclair
Ok, it crashes when typed into macirb but not when run as a script with macruby. dan On Aug 19, 2009, at 11:24 PM, dan sinclair wrote: I've simplified the crash to happen outside of the JSON extension. module Test class << self attr_accessor :foo end end Test.foo = "asdf" unknown: [

Re: [MacRuby-devel] Fixing ext/json

2009-08-19 Thread dan sinclair
I've simplified the crash to happen outside of the JSON extension. module Test class << self attr_accessor :foo end end Test.foo = "asdf" unknown: [BUG] destination 0x100fe3fb0 isn't in the auto zone MacRuby version 0.5 (ruby 1.9.0) [universal-darwin9.0, x86_64] dan On Aug 17, 2009,

Re: [MacRuby-devel] Any volunteers to help maintain http://www.macruby.org?

2009-08-19 Thread Matt Aimonetti
Thanks Mike, I already wrote your name down ;) I'm working on setting up some stuff so contributing will be easier. Once everything setup, I'll write an email explaining how to contribute and maybe the first task would be to write a tutorial on how to contribute content to the website :) Thanks,

Re: [MacRuby-devel] Any volunteers to help maintain http://www.macruby.org?

2009-08-19 Thread Mike Sassak
I'm game. Where do I sign up? Mike On Aug 19, 2009 6:22 PM, "Jordan K. Hubbard" wrote: As folks can see, there IS a blog there, but it was last updated back in March, Laurent & friends preferring to use email for communicating status. Since we have a blog, however, it also makes sense to keep

[MacRuby-devel] Any volunteers to help maintain http://www.macruby.org?

2009-08-19 Thread Jordan K. Hubbard
As folks can see, there IS a blog there, but it was last updated back in March, Laurent & friends preferring to use email for communicating status. Since we have a blog, however, it also makes sense to keep it relatively current for those folks who are new to the macruby.org site and looki