[MacRuby-devel] Documentation

2011-03-04 Thread Martin Hawkins
Is there an 'official' macruby documentation site? (Apart from the
MacRuby Documentation page)
It strikes me that there is a ton of gold dust in this forum that
really needs to be pulled together so that people can access it
easily.
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] Documentation

2011-03-04 Thread Matt Aimonetti
Not really, the only other thing is the free online version of my book:
http://ofps.oreilly.com/titles/9781449380373/

- Matt

On Fri, Mar 4, 2011 at 1:49 AM, Martin Hawkins wrote:

> Is there an 'official' macruby documentation site? (Apart from the
> MacRuby Documentation page)
> It strikes me that there is a ton of gold dust in this forum that
> really needs to be pulled together so that people can access it
> easily.
> ___
> 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] Documentation

2011-03-04 Thread Martin Hawkins
Is it something that would be of interest to people? If so, I would be
willing to get involved.

On 4 March 2011 09:57, Matt Aimonetti  wrote:

> Not really, the only other thing is the free online version of my book:
> http://ofps.oreilly.com/titles/9781449380373/
>
> - Matt
>
> On Fri, Mar 4, 2011 at 1:49 AM, Martin Hawkins 
> wrote:
>
>> Is there an 'official' macruby documentation site? (Apart from the
>> MacRuby Documentation page)
>> It strikes me that there is a ton of gold dust in this forum that
>> really needs to be pulled together so that people can access it
>> easily.
>> ___
>> 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
>
>
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] Should Mechanize Work with MacRuby?

2011-03-04 Thread Joshua Ballanco
Ideally every gem (or nearly every gem) that works with Ruby 1.9 should work
with MacRuby. Browsing the homepage at
http://mechanize.rubyforge.org/mechanize/ it appears that Mechanize is still
tied to Ruby 1.8.7. However, if you can get it working with Ruby 1.9.2 and
it still doesn't work with MacRuby, then that would indicated a bug. A
reduced test case would be desirable, but bug reports are always welcome.

Cheers,

Joshua Ballanco

On Thu, Mar 3, 2011 at 3:18 PM, Duane Kiefer  wrote:

> I'm trying to use Mechanize with MacRuby but it fails with the following
> error:
>
> >
> Darwin::dekiefer:29-> sudo macgem install mechanize
> Password:
> Successfully installed mechanize-1.0.0
> 1 gem installed
> Darwin::dekiefer:30-> macirb
> irb(main):001:0> require 'rubygems'
> => true
> irb(main):002:0> require 'mechanize'
> => true
> irb(main):003:0> agent = Mechanize.new
> => # nil>
> irb(main):004:0> page= agent.get('http://google.com/')
> NoMethodError: undefined method `html_parser' for nil:NilClass
>
>  
> /Library/Frameworks/MacRuby.framework/Versions/0.10/usr/lib/ruby/1.9.2/forwardable.rb:185:in
> `search:'
>
>  
> /Library/Frameworks/MacRuby.framework/Versions/0.10/usr/lib/ruby/Gems/1.9.2/gems/mechanize-1.0.0/lib/mechanize/page.rb:227:in
> `meta'
>
>  
> /Library/Frameworks/MacRuby.framework/Versions/0.10/usr/lib/ruby/Gems/1.9.2/gems/mechanize-1.0.0/lib/mechanize/inspect.rb:21:in
> `block'
>
>  
> /Library/Frameworks/MacRuby.framework/Versions/0.10/usr/lib/ruby/1.9.2/prettyprint.rb:199:in
> `block'
>
>  
> /Library/Frameworks/MacRuby.framework/Versions/0.10/usr/lib/ruby/1.9.2/prettyprint.rb:225:in
> `nest:'
>
>  
> /Library/Frameworks/MacRuby.framework/Versions/0.10/usr/lib/ruby/1.9.2/prettyprint.rb:198:in
> `block'
>
>  
> /Library/Frameworks/MacRuby.framework/Versions/0.10/usr/lib/ruby/1.9.2/prettyprint.rb:210:in
> `group_sub'
>
>  
> /Library/Frameworks/MacRuby.framework/Versions/0.10/usr/lib/ruby/1.9.2/prettyprint.rb:197:in
> `group:'
>
>  
> /Library/Frameworks/MacRuby.framework/Versions/0.10/usr/lib/ruby/Gems/1.9.2/gems/mechanize-1.0.0/lib/mechanize/inspect.rb:20:in
> `block'
>
>  
> /Library/Frameworks/MacRuby.framework/Versions/0.10/usr/lib/ruby/1.9.2/prettyprint.rb:199:in
> `block'
>
>  
> /Library/Frameworks/MacRuby.framework/Versions/0.10/usr/lib/ruby/1.9.2/prettyprint.rb:225:in
> `nest:'
>
>  
> /Library/Frameworks/MacRuby.framework/Versions/0.10/usr/lib/ruby/1.9.2/prettyprint.rb:198:in
> `block'
>
>  
> /Library/Frameworks/MacRuby.framework/Versions/0.10/usr/lib/ruby/1.9.2/prettyprint.rb:210:in
> `group_sub'
>
>  
> /Library/Frameworks/MacRuby.framework/Versions/0.10/usr/lib/ruby/1.9.2/prettyprint.rb:197:in
> `group:'
>
>  
> /Library/Frameworks/MacRuby.framework/Versions/0.10/usr/lib/ruby/1.9.2/pp.rb:164:in
> `object_group:'
>
>  
> /Library/Frameworks/MacRuby.framework/Versions/0.10/usr/lib/ruby/Gems/1.9.2/gems/mechanize-1.0.0/lib/mechanize/inspect.rb:16:in
> `pretty_print:'
>
>  
> /Library/Frameworks/MacRuby.framework/Versions/0.10/usr/lib/ruby/1.9.2/pp.rb:154:in
> `block'
>
>  
> /Library/Frameworks/MacRuby.framework/Versions/0.10/usr/lib/ruby/1.9.2/prettyprint.rb:199:in
> `block'
>
>  
> /Library/Frameworks/MacRuby.framework/Versions/0.10/usr/lib/ruby/1.9.2/prettyprint.rb:225:in
> `nest:'
>
>  
> /Library/Frameworks/MacRuby.framework/Versions/0.10/usr/lib/ruby/1.9.2/prettyprint.rb:198:in
> `block'
>
>  
> /Library/Frameworks/MacRuby.framework/Versions/0.10/usr/lib/ruby/1.9.2/prettyprint.rb:210:in
> `group_sub'
>
>  
> /Library/Frameworks/MacRuby.framework/Versions/0.10/usr/lib/ruby/1.9.2/prettyprint.rb:197:in
> `group:'
>
>  
> /Library/Frameworks/MacRuby.framework/Versions/0.10/usr/lib/ruby/1.9.2/pp.rb:154:in
> `pp:'
>
>  
> /Library/Frameworks/MacRuby.framework/Versions/0.10/usr/lib/ruby/1.9.2/pp.rb:77:in
> `block'
>
>  
> /Library/Frameworks/MacRuby.framework/Versions/0.10/usr/lib/ruby/1.9.2/pp.rb:121:in
> `guard_inspect_key'
>
>  
> /Library/Frameworks/MacRuby.framework/Versions/0.10/usr/lib/ruby/1.9.2/pp.rb:77:in
> `pp:'
>
>  
> /Library/Frameworks/MacRuby.framework/Versions/0.10/usr/lib/ruby/1.9.2/pp.rb:51:in
> `inspect'
> irb(main):005:0> NoMethodError: undefined method `html_parser' for
> nil:NilClassirb(main):005:0>
> <--
>
> I'm using the latest version of the trunk:
> Darwin::dekiefer:3-> svn co
> http://svn.macosforge.org/repository/ruby/MacRuby/trunk MacRuby-trunk
> Checked out revision 5248.
> Darwin::dekiefer:4-> macruby -v
> MacRuby 0.10 (ruby 1.9.2) [universal-darwin10.0, x86_64]
> Darwin::dekiefer:5->
>
> ___
> 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] Documentation

2011-03-04 Thread Matt Aimonetti
I think that would be awesome!

- Matt

Sent from my iPhone

On Mar 4, 2011, at 5:13, Martin Hawkins  wrote:

> Is it something that would be of interest to people? If so, I would be 
> willing to get involved.
> 
> On 4 March 2011 09:57, Matt Aimonetti  wrote:
> Not really, the only other thing is the free online version of my book: 
> http://ofps.oreilly.com/titles/9781449380373/
> 
> - Matt 
> 
> On Fri, Mar 4, 2011 at 1:49 AM, Martin Hawkins  
> wrote:
> Is there an 'official' macruby documentation site? (Apart from the
> MacRuby Documentation page)
> It strikes me that there is a ton of gold dust in this forum that
> really needs to be pulled together so that people can access it
> easily.
> ___
> 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
> 
> 
> ___
> 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] Documentation

2011-03-04 Thread Martin Hawkins
So - how to proceed?
I think the best place to publish would be the documentation page on
the MacRuby site.
Are there publication guidelines? Specific tools that need to be used?

Who 'owns' the site?

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


Re: [MacRuby-devel] Documentation

2011-03-04 Thread Matt Aimonetti
There is a tutorial on the site about submitting more tutorials. Basically you 
fork the repo, add some content and send a pull request.

- Matt

Sent from my iPhone

On Mar 4, 2011, at 9:48, Martin Hawkins  wrote:

> So - how to proceed?
> I think the best place to publish would be the documentation page on
> the MacRuby site.
> Are there publication guidelines? Specific tools that need to be used?
> 
> Who 'owns' the site?
> 
> ___
> 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