Re: [MacRuby-devel] Framework callbacks in macirb

2009-02-08 Thread Tedd Fox

Sorry for the newb question, but how can one upgrade from .3?


On Feb 8, 2009, at 3:14 AM, Vincent Isambart wrote:

Macintosh:vincentisambart-hotconsole- 
cbdd6d06ece482e124516359cd9299294667daeb barry$ macrake
(in /Users/barry/dev/vincentisambart-hotconsole- 
cbdd6d06ece482e124516359cd9299294667daeb)

rake aborted!
no such file to load -- hotcocoa/standard_rake_tasks
/Users/barry/dev/vincentisambart-hotconsole- 
cbdd6d06ece482e124516359cd9299294667daeb/rakefile:2:in `require'

(See full trace by running task with --trace)


This means you are using an old version of MacRuby, probably 0.3. You
can check it by running macruby -v, or in macirb by displaying
MACRUBY_VERSION and MACRUBY_REVISION.
___
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] Framework callbacks in macirb

2009-02-08 Thread Tedd Fox
Awesome advice!!!  I actually "accidentally" did that last night :-)   
Thanks!  I am learning Ruby and I am a Macintosh NOT but do not "get"  
objective-C for some reason, so I am choosing MacRuby as my  
Speciality.  I am glad MacRuby came along :-)


I like the faster prototyping ability (which is exactly what I need).

Any other advice for a newb?  A real newb?


On Feb 8, 2009, at 4:22 PM, Robert Schaaf wrote:


Hello Tedd,

This happened to me until I realized that I updated from the testing  
branch, rather than the development branch.  My guess is that you've  
done the same.


You need to go here <http://www.macruby.org/trac/wiki/MacRubyDevelopment 
> and follow the directions at the top of the page.


Then you need to wait for documentation, and more frameworks mapped.

Then you need to wait for the ability to lay out your windows  
precisely, in a Cocoa-compliant way.  (The sliders in the Layout  
View app are an egregiously awful example!)

Or learn to integrate it with Interface Builder.

Also, MacRuby, which is wonderful beyond measure, will have to  
mature.  Without gems, life is not worth living.


Bob Schaaf


On Feb 8, 2009, at 7:05 AM, Tedd Fox wrote:


Sorry for the newb question, but how can one upgrade from .3?


On Feb 8, 2009, at 3:14 AM, Vincent Isambart wrote:

Macintosh:vincentisambart-hotconsole- 
cbdd6d06ece482e124516359cd9299294667daeb barry$ macrake
(in /Users/barry/dev/vincentisambart-hotconsole- 
cbdd6d06ece482e124516359cd9299294667daeb)

rake aborted!
no such file to load -- hotcocoa/standard_rake_tasks
/Users/barry/dev/vincentisambart-hotconsole- 
cbdd6d06ece482e124516359cd9299294667daeb/rakefile:2:in `require'

(See full trace by running task with --trace)


This means you are using an old version of MacRuby, probably 0.3.  
You

can check it by running macruby -v, or in macirb by displaying
MACRUBY_VERSION and MACRUBY_REVISION.
___
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


[MacRuby-devel] Start Small...Get Big

2009-02-08 Thread Tedd Fox

OK, I am a newb programmerthat said

I decided to start small and grow from there.

Being a Mac guy with a couple of servers...

I like the fact that MacRuby uses Ruby ...DUH?!?!?

I would like to create a small program that I can do mundane tasks for  
my server with a minimal interface.


First I would like to create a program that runs software  
update..before you say it...I know I know I know


I can do it with shell or Apple script or Automator, but this is a  
learning experience.


My question is:

Is there a library of Core Funtions that I can call a part of it to do  
this?  I do not want to know how to do it, but where to look for the  
function.  I cannot seem to find it anywhere, but being a newb, I bet  
there is a doc somewhere and I just do not know what to call.


Any Ideas?

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