Re: [MacRuby-devel] Show MacRuby? - a start...

2012-02-11 Thread Sean Mateus
Hi Kevin,
this is a great idea, I’ve some stuff I’d like to contribute!
we should create a Macruby/Macruby_recipes repo; so we could fork and add 
nice stuff!

Sean Mateus
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] Show MacRuby? - a start...

2012-02-11 Thread Kevin Poorman
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 continue to contribute 
to it. It's a git repo hosted at bitbucket because that was my path of least 
resistance when I was setting it up. (I tend to lean towards bitbucket because 
it's cheaper for what I do.) 

What I do care about, is making it a community effort, and keeping it a (or 
hell, what do I know maybe we need to *make* it a) high quality code base. 

I've started a wiki page 
(https://bitbucket.org/codefriar/macruby-recipes/wiki/Recipes%20Coming%20Soon) 
of topics to write recipes about. please feel free to add to the list. I've got 
corporate sponsorship, and financial incentive to complete "one a day" until 
the end of the month.

-Pkj

On Feb 11, 2012, at 5:55 AM, Sean Mateus wrote:

> Hi Kevin,
> this is a great idea, I’ve some stuff I’d like to contribute!
> we should create a Macruby/Macruby_recipes repo; so we could fork and add 
> nice stuff!
> 
> Sean Mateus
> ___
> MacRuby-devel mailing list
> [email protected]
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] Show MacRuby? - a start...

2012-02-11 Thread Sean Mateus
I’ll be adding a cocoa Binding example as soon as possible, I have it 
here https://github.com/seanlilmateus/Temperature-Converter; it can also be 
useful on how to NSValueTransformer, NSUserDefaultsController and 
NSNumberFormatter! the Binding are made with IB and 
manually/programmatically.

I've got corporate sponsorship, and financial incentive to complete "one a 
> day" until the end of the month.


Damn, you'll rock it out ;-)
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] Show MacRuby? - a start...

2012-02-11 Thread Jordan K. Hubbard
On Feb 11, 2012, at 5:30 AM, Kevin Poorman wrote:

> Frankly I don't care where it lives --so long as I can continue to contribute 
> to it. It's a git repo hosted at bitbucket because that was my path of least 
> resistance when I was setting it up. (I tend to lean towards bitbucket 
> because it's cheaper for what I do.) 

Presumably, and I'm still tied VCS tools like SVN and am therefore no git 
master, it's possible to pull from repositories anywhere, whether they're on 
github or (new to me) bitbucket?  I see no reason not to maintain the 
independent "sovereignty" of your project or any other since, as you say, it 
means you can continue to update and improve it just like you always did with 
no additional friction, but still reap all of the benefits (or, more 
accurately, allow users to reap all the benefits) of a single git pull from 
macruby.org to get all the goodies from one distribution point.

I'll also be the first to admit that us non-DVCS users tend to attribute almost 
magical properties to git ("it even allows you to synchronize data from deep 
space probes out past the orbit of JUPITER!"), but this notion should be well 
within its capabilities, yes?

- Jordan

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] Show MacRuby? - a start...

2012-02-11 Thread Kevin Poorman
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, Kevin Poorman wrote:
> 
>> Frankly I don't care where it lives --so long as I can continue to 
>> contribute to it. It's a git repo hosted at bitbucket because that was my 
>> path of least resistance when I was setting it up. (I tend to lean towards 
>> bitbucket because it's cheaper for what I do.) 
> 
> Presumably, and I'm still tied VCS tools like SVN and am therefore no git 
> master, it's possible to pull from repositories anywhere, whether they're on 
> github or (new to me) bitbucket?  I see no reason not to maintain the 
> independent "sovereignty" of your project or any other since, as you say, it 
> means you can continue to update and improve it just like you always did with 
> no additional friction, but still reap all of the benefits (or, more 
> accurately, allow users to reap all the benefits) of a single git pull from 
> macruby.org to get all the goodies from one distribution point.
> 
> I'll also be the first to admit that us non-DVCS users tend to attribute 
> almost magical properties to git ("it even allows you to synchronize data 
> from deep space probes out past the orbit of JUPITER!"), but this notion 
> should be well within its capabilities, yes?
> 
> - Jordan
> 
> ___
> MacRuby-devel mailing list
> [email protected]
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] Show MacRuby? - a start...

2012-02-11 Thread Jordan K. Hubbard

On Feb 11, 2012, at 1:55 PM, Kevin Poorman wrote:

> All joking aside, I believe you're 100% right. That said, if the community 
> wants it somewhere else, thats fine.


I guess the over-arching point I'm trying to make is that it doesn't matter 
"where the community wants it" just so long as someone in MacRuby.org-land is 
willing to set up the necessary links and ensure that the community doesn't 
even have to care. :)

So, who in the project wants to take on this particular cat^H^H^Hrecipe code 
herding exercise?

- Jordan

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] Show MacRuby? - a start...

2012-02-11 Thread Chong Francis
sinatra-recipes (https://github.com/sinatra/sinatra-recipes) work really good. 
I can help to bootstrap a page like that!

Jordan K. Hubbard 於 2012年2月12日 上午6:04 寫道:

> 
> On Feb 11, 2012, at 1:55 PM, Kevin Poorman wrote:
> 
>> All joking aside, I believe you're 100% right. That said, if the community 
>> wants it somewhere else, thats fine.
> 
> 
> I guess the over-arching point I'm trying to make is that it doesn't matter 
> "where the community wants it" just so long as someone in MacRuby.org-land is 
> willing to set up the necessary links and ensure that the community doesn't 
> even have to care. :)
> 
> So, who in the project wants to take on this particular cat^H^H^Hrecipe code 
> herding exercise?
> 
> - Jordan
> 
> ___
> MacRuby-devel mailing list
> [email protected]
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] Show MacRuby? - a start...

2012-02-11 Thread Chong Francis
tried to use rocco to generate documents with the source, with minimal changes, 
the site look like this:

  http://macruby-recipes.heroku.com/

sources:

  https://github.com/siuying/macruby-recipes

Jordan K. Hubbard 於 2012年2月12日 上午6:04 寫道:

> 
> On Feb 11, 2012, at 1:55 PM, Kevin Poorman wrote:
> 
>> All joking aside, I believe you're 100% right. That said, if the community 
>> wants it somewhere else, thats fine.
> 
> 
> I guess the over-arching point I'm trying to make is that it doesn't matter 
> "where the community wants it" just so long as someone in MacRuby.org-land is 
> willing to set up the necessary links and ensure that the community doesn't 
> even have to care. :)
> 
> So, who in the project wants to take on this particular cat^H^H^Hrecipe code 
> herding exercise?
> 
> - Jordan
> 
> ___
> MacRuby-devel mailing list
> [email protected]
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel