Hello,
I am trying to import a YAML file like this:
yamlData = "areas.yaml"
areasArray = YAML.load(File.open(yamlData))
This fails, and I am getting this error message:
unknown: warning: ignoring alias
unknown: warning: ignoring alias
unknown: warning: ignoring alias
unknown: warning: ignoring
What version are you on? YAML works great for me, can you try to run the
example using YAML from:
/Developer/Examples/Ruby/MacRuby/YamlTable
Let us know how it goes.
Maybe the API you are using isn't support, I would recommend to use the
following instead:
areasArray = YAML.load_file('areas.yaml
Greetings,
I'm trying to set up my xcode so I can create and author both
macruby and rubycocoa projects. When I have them both loaded
and try to have IB understand my ruby-based subclasses, it
seems to be using the macruby version of rb_nibtool.
I'll guess that someone out there knows the mechanis
Hi,
"rvm" is useful for keeping up to date with the latest, too.
I use it to retrieve "macruby-nightly" every day or so.
Thanks,
Rob
On 15 Jun 2010, at 22:49, Matt Aimonetti wrote:
> How would that be simpler than the 1 click installer provided on the website?
> http://www.macruby.org/downloa
Hi!
The CSV library has been updated in MacRuby trunk (0.7) a few weeks ago, and it
now works:
$> macruby t.rb
Name,Price
Gone with the wind,100.12
Who stole my cheese,104.22
Cocoa Programming with Aaron Hillegasse,42.31
--
Thibault Martin-Lagardette
On Jun 13, 2010, at 05:15, Peter Dalmar
#451: Attempting to require "nkf" results in a LoadError
+---
Reporter: dwein...@… |Owner: lsansone...@…
Type: defect | Status: closed
Priority: major
#463: Intermitent crashes with MacRuby 0.5 HEAD (2009/11/26), Ruby threads and
RestClient/Net:HTTP
---+
Reporter: ser...@… |Owner: lsansone...@…
Type: defect | Status: close
#462: Net::HTTP Gives "Insecure Operation" When Using HTTPS
---+
Reporter: cwdi...@… |Owner: lsansone...@…
Type: defect | Status: closed
Priority: blocker
Hi Michael,
MacRuby overwrites during installation rb_nibtool with a different version but
it should be compatible with RubyCocoa projects. Did you see any compatibility
problem?
Laurent
On Jun 16, 2010, at 7:16 AM, Michael Shantzis wrote:
> Greetings,
> I'm trying to set up my xcode so I can
#470: String comparison issues hotcocoa project
-+--
Reporter: tvmo...@…| Owner: r...@…
Type: defect | Status: new
Priority: major| Milestone:
#470: String comparison issues hotcocoa project
-+--
Reporter: tvmo...@…| Owner: r...@…
Type: defect | Status: new
Priority: major| Milestone:
Hi Laurent,
Thank you for responding. Let me tell you what I'm seeing.
If I have the following rubycocoa class definition:
---
require 'osx/cocoa'
class TextField < OSX::NSTextField
end
--
and go to IB's "Classes" tab, it says that "TextField"
inherits from "OSX". I have yet to check w
I recently received my copy of
"Cocoa Programming: A Quick-Start Guide for Developers"
Daniel H. Steinberg (Edited by Dave Thomas)
Pragmatic Programmers, 2010, ISBN 978-1-93435-630-2
I've gotten about 60 pages into the book and so far, I'm
quite impressed. The writing is clean and comforta
The error occurred when I builded the MacRuby r4229.
Please fix a this error.
$ RC_ARCHS=x86_64 rake jobs=2 2>&1 | tee build_log.txt
$ cat build_log.txt
--- snip ---
/usr/bin/gcc-4.2 -std=c99 -I. -I./include -arch x86_64 -fno-common
-pipe -g -Wall -fexceptions -O3 -Wno-deprecated-d
Sorry about that... can you retry with r4232 ?
Thanks,
Laurent
On Jun 16, 2010, at 3:37 PM, Watson wrote:
> The error occurred when I builded the MacRuby r4229.
> Please fix a this error.
>
> $ RC_ARCHS=x86_64 rake jobs=2 2>&1 | tee build_log.txt
> $ cat build_log.txt
> --- snip ---
Thank you for your quick reply.
I found out that this problem is fixed.
Thank you!
2010/6/17 Laurent Sansonetti :
> Sorry about that... can you retry with r4232 ?
>
> Thanks,
> Laurent
>
> On Jun 16, 2010, at 3:37 PM, Watson wrote:
>
>> The error occurred when I builded the MacRuby r4229.
>> Ple
Same idea, different book. These examples are for "Cocoa Programming for
Mac OS X".
http://github.com/danielvlopes/HillegassMacRuby
-Matt
On Wed, Jun 16, 2010 at 1:37 PM, Rich Morin wrote:
> I recently received my copy of
>
> "Cocoa Programming: A Quick-Start Guide for Developers"
> Dan
Right now i'm reading the entire book first and after that I will
rollback to create the samples... Any help is very welcome.
Sent from my iPhone
On 16/06/2010, at 20:23, Matthew Ratzloff
wrote:
Same idea, different book. These examples are for "Cocoa
Programming for Mac OS X".
h
#749: StringScanner doesn't match properly.
+---
Reporter: kitchen.a...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: minor
19 matches
Mail list logo