[macruby-changes] [4978] MacRubyWebsite/trunk

source_changes at macosforge.org source_changes at macosforge.org
Sat Dec 4 15:15:18 PST 2010


Revision: 4978
          http://trac.macosforge.org/projects/ruby/changeset/4978
Author:   mattaimonetti at gmail.com
Date:     2010-12-04 15:15:14 -0800 (Sat, 04 Dec 2010)
Log Message:
-----------
updated doc & info

Modified Paths:
--------------
    MacRubyWebsite/trunk/content/documentation/overview.txt
    MacRubyWebsite/trunk/content/documentation.txt
    MacRubyWebsite/trunk/lib/talks.rb

Modified: MacRubyWebsite/trunk/content/documentation/overview.txt
===================================================================
--- MacRubyWebsite/trunk/content/documentation/overview.txt	2010-12-04 23:07:15 UTC (rev 4977)
+++ MacRubyWebsite/trunk/content/documentation/overview.txt	2010-12-04 23:15:14 UTC (rev 4978)
@@ -15,7 +15,7 @@
 
 Every method defined on a class from Ruby is registered with the Objective-C runtime. On a similar note, all Objective-C methods are lazily available from Ruby too. The [Libffi] library is used to create closures at runtime and inject them, either in the Objective-C runtime or YARV, but also to perform C or Objective-C calls.
 
-All Ruby classes inherit from NSObject, the root class of most Objective-C objects in the Cocoa world. This means that by default, all Ruby objects respond to a bunch of handful methods defined in NSObject, including some that are required by the GC.
+All Ruby classes inherit from NSObject, the root class of most Objective-C objects in the Cocoa world. This means that by default, all Ruby objects respond to a bunch of helpful methods defined in NSObject, including some that are required by the GC.
 
 Objective-C classes are imported in the Ruby runtime on demand, along with their full hierarchy.
 

Modified: MacRubyWebsite/trunk/content/documentation.txt
===================================================================
--- MacRubyWebsite/trunk/content/documentation.txt	2010-12-04 23:07:15 UTC (rev 4977)
+++ MacRubyWebsite/trunk/content/documentation.txt	2010-12-04 23:15:14 UTC (rev 4978)
@@ -14,6 +14,7 @@
 
 Below are a list of tutorials and recipes for MacRuby.  Tutorials are the longest content and delve deep on a particular area.  Recipes are short and specific examples of how to accomplish something with MacRuby.
 
+In addition to the documentation available here, MacRuby team member, "Matt Aimonetti":http://merbist.com keeps a HTML version of the manuscript of his "O'Reilly book":http://ofps.oreilly.com/titles/9781449380373/ online and available for free at "this url":http://ofps.oreilly.com/titles/9781449380373/.
 
 h2. Screencasts
 

Modified: MacRubyWebsite/trunk/lib/talks.rb
===================================================================
--- MacRubyWebsite/trunk/lib/talks.rb	2010-12-04 23:07:15 UTC (rev 4977)
+++ MacRubyWebsite/trunk/lib/talks.rb	2010-12-04 23:15:14 UTC (rev 4978)
@@ -4,6 +4,8 @@
   
   def macruby_talks
     [
+      Talk.new("2010-11-12", "RubyConf 2012", "MacRuby - Why and How (slides only for now)", "http://www.slideshare.net/mattetti/macruby-rubyconf-presentation-2010", "Matt Aimonetti", nil),
+      Talk.new("2009-11-20", "RubyConf 2009", "Simple 2D Video Game in MacRuby", "http://confreaks.net/videos/192-rubyconf2009-writing-2d-games-for-the-osx-platform-in-ruby", "Matt Aimonetti", "http://www.slideshare.net/mattetti/2d-video-games-with-macruby"),
       Talk.new("2009-10-30", "RubyEnRails", "MacRuby & RubyCocoa (slides only)",          "http://tr.im/DCW0", "Eloy Duran", nil),
       Talk.new("2009-10-14", "RailsSummit", "MacRuby", "http://agaelebe.blip.tv/file/2730084/", "Rich Kilmer", nil),
       Talk.new("2009-10-03", "OSDC.fr", "Intro to MacRuby (slides only)", "http://www.slideshare.net/olg/macruby-an-introduction", "Olivier Gutknecht", nil),
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20101204/a35b602f/attachment.html>


More information about the macruby-changes mailing list