t view
> embedded in a custom window. All code is MacRuby except the custom window,
> I only managed to do this in pure Cocoa. The content of the WebKit view is
> then rendered by appending HTML content to a string.
>
> Michael
>
>
> - Ursprüngliche Mail -----
> Von:
Title = @myCheckbox.title
does indeed give me the title I set in the IB.
I checked the archives but did not find any discussions about this.
There was something about checkboxes and hotcocoa, but I do not use
hotcocoa.
The best solution would be a simple stupid mistake on my part :-)
Any taker
7;t feel like contributing code,
>> contributing examples and documentation would be awesome!
>>
>> - Matt
>>
>> p.s: it's s work in progress and it will probably take me a little while
>> before I get decent code coverage. Also, Ryan David
ularity should
we encourage for MacRuby, HotCocoa, etc?
* Some of Merb's plugins add functionality (eg, DataMapper)
which might be useful in a MacRuby application. Would it
be useful for MacRuby to be able to use Merb plugins?
Comments solicited...
-r
--
http://www
files cleanly
>> (patched BS files go inside MR instead of messing with your /System
>> folder or getting copied into your app every time you build).
>>
>> m/
>>
>> --
>> Matt Mower :: http://mattmower.com/
>> ___
API was having explicit mappings for
> "start" and "finish", (though I see "progress" on your TODO).
>
> -- Ernie P.
>
>
> _______
> MacRuby-devel mailing list
> [email protected]
> http://
rk in XCode too. Not everyone will use Rucola and therefore
offering a great test solution for both tools would be great.
Rucola has always been about allowing Ruby devs _and_ xcode users to
use it without knowing the difference. Also, Rucola/HotCocoa will come
with MacRuby, so they can use it wit
DidChange - but
it seems a
bit dodgy.
Or another option would be to edit not within the table, but in
another
form.
I suppose there is some simple explanation - but I am missing it
for the
moment.
Cheers,
J
___
MacRuby-devel mailing list
MacRuby-
ion 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/macrub
f
all code has been ran, not whether or not you tested all different
situations.
Keep in mind that not every one on earth believes in TDD :-)
I do, that's why I'm making this case especially for HotCocoa and not
for core MacRuby.
And it's not really a question of “belie
tutorial how to build standalone application package without
>>>>> Xcode?
>>>>>
>>>>> Right now I am developing it in Textmate and debugging from terminal using
>>>>>
>>>>> $ macruby main.rb
>>>>>
>>>
ce482e124516359cd9299294667daeb)
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 ver
;>
>> I have tried to make this crash easy to replicate by writing a Rake
>> task and instructions for installing the TwUI framework for MacRuby -
>> details here: https://github.com/isaac/TwUIExample/blob/master/README.md
>>
>> The app was originally written with HotCocoa
;t be able to keep them all in my
head!
Cheers,
Chris
___________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Eloy
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
b.com/78e7f9870b788e8fd4c9
>
> I have tried to make this crash easy to replicate by writing a Rake
> task and instructions for installing the TwUI framework for MacRuby -
> details here: https://github.com/isaac/TwUIExample/blob/master/README.md
>
> The app was originally written wi
gt;>
>> --
>> Dr Nic Williams
>> iPhone and Rails consultants - http://mocra.com
>> Fun with iPhone/Ruby/Rails/Javascript - http://drnicwilliams.com
>> * Surf Report for iPhone - http://mocra.com/projects/surfreport/ *
>> ________
g examples and documentation would be awesome!
>
> - Matt
>
> p.s: it's s work in progress and it will probably take me a little while
> before I get decent code coverage. Also, Ryan David, note that used
> minitest ;)
> _______
cts around
MacRuby, maybe some people are willing to pick up the work with
HotCocoa or contribute new libraries. A better GCD might also be
interesting to have.
But maybe, instead I should ask you what you are expecting or hoping for?
Thanks,
- Matt
Sent from my iPad
On Oct 11, 2011, at 1:3
ut] in ccIWfnrB.o
> >> > ld: symbol(s) not found
> >> > collect2: ld returned 1 exit status
> >> > lipo: can't open input file:
> >> > /var/folders/sm/smWEZrv7GueXZu2JpgAAuU+++TI/-Tmp-//ccX5Acy0.out (No
> such
> >> > file or directory)
> >>
n (think like vendor/gems in a rails project).
Cheers,
Alex V.
Musings & Notes — http://alexvollmer.com
Track what you lend and borrow — http://moochbot.com
___________
MacRuby-devel mailing list
[email protected]
htt
rm clock to provide information to the
masses :).
2. Writing tutorials / sample code for MacRuby, since anyone who's
new to the project needs a place to start.
3. Writing RSpecs for MacRuby.
4. Reporting bugs, writing docs, providing words of encouragement,
etc. :)
- Jordan
_
TH, I added the following to my rb_main.rb
before "require 'hotcocoa'":
local_path = $LOAD_PATH.find {|path| path =~ /CommitChat.app/}
base_local_path = local_path.match(%r{.*CommitChat.app/Contents/})[0]
library_paths = $LOAD_PATH.select {|path| path =~
%r{/Library/Framew
ven imagine some sort of selenium-type DSL to drive our
tests in real time :)
Before I get too excited, I'd like to hear what you guys think and
what you believe you need to write better code?
- Matt
_______
MacRuby-devel mailing list
MacRuby-de
On Sun, Jan 2, 2011 at 9:51 PM, Laurent Sansonetti wrote:
> Hi Buddy,
>
> This has aready been discussed on the list recently. See:
> http://lists.macosforge.org/pipermail/macruby-devel/2010-November/006475.html
>
> Laurent
>
> On Jan 2, 2011, at 2:25 PM, Buddy Lindsey, Jr. wrote
reacriacoes.com.br/
>> http://egenial.com.br/cursorails
>>
>> twitter: @danielvlopes
>> * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
>> 55 (31) 3077-4560 / 55 (31) 8808-8748 / 55 (31) 8737-7501
>> _______
>> MacRuby-devel mailing
go over
Foundation.framework in the next week and see if I can do just that.
Leigh
___________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
ript that's mentioned there might give you insight
>>>>> in
>>>>> what you
>>>>> would need to do to bundle everything.
>>>>>
>>>>
>>>> I posted a patch here several weeks ago that make MacRuby embed as a
>>
doesn't use
>>> garbage collection, but I can also reproduce this crash with a fork
>>> that uses ARC here:
>>> https://github.com/jspahrsummers/twui/tree/SnowLeopardCompatibility
>>>
>>> Let me
27;d
imagine there's a limit somewhere) and we need gem fragments
(splinters?) that HC supports for itself. I dunno.
- Jordan
___________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
amework/Versions/0.3/usr/lib/ruby/1.9.0/
universal-darwin9.0
It looks like /System/Library/Frameworks/ is not in my search path.
The questions are why not? how do I remedy this? and will doing so
make it work?
Even more thanks,
Bob Schaaf
_________
g, programming, and web development
___________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
torials/articles, feel free to
contact me offline so I can show you how to use our blog engine
tool. (I think Rich is planning on releasing a tutorial on how to
do that, but that might not happen right away)
- Matt
_______________
MacRuby-devel mailing l
hub.com/isaac/TwUIExample/tree/master/Xcode
>>>>
>>>> I thought this might be related to the fact that TwUI doesn't use
>>>> garbage collection, but I can also reproduce this crash with a fork
>>>> that uses ARC here:
>>>> https://gith
ls. Interface Builder is more-or-less inevitable, but otherwise I'd love
> to stay away from Xcode, particularly as a build tool.
> ___________
> MacRuby-devel mailing list
> [email protected]
> http://lists.macosforge.org/mai
sense for MacRuby to have similar conventions?
>
> * Merb stresses modularity very strongly, using gems to add
>"plugins", "slices", etc. What kinds of modularity should
>we encourage for MacRuby, HotCocoa, etc?
>
> * Some of Merb's plugins add functiona
that might not happen right away)
- Matt
_______________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________
MacRuby-devel mailing l
sambart-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
On Tue, Aug 4, 2009 at 1:59 PM, Laurent Sansonetti wrote:
> Headlines:
>
> - macirb should work as before. The local variable bug has been fixed.
>
> - macrake should work as before. Running HotCocoa projects should work, you
> can even build MacRuby with macrake.
>
>
m/
> http://pomodo.areacriacoes.com.br/
> http://egenial.com.br/cursorails
>
> twitter: @danielvlopes
> * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
> 55 (31) 3077-4560 / 55 (31) 8808-8748 / 55 (31) 8737-7501
> ___
ites e Sistemas Web
>>
>> http://www.areacriacoes.com.br/
>> http://www.cifrascash.com/
>> http://pomodo.areacriacoes.com.br/
>> http://egenial.com.br/cursorails
>>
>> twitter: @danielvlopes
>> * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
>>
that one is using MacRuby directly. A
programmer who is using an abstraction layer such as HotCocoa would
need to dig through that layer to get to the relevant Cocoa calls,
then look up the appropriate documentation.
> These will at least be covered by Rucola again, once I have ported
> it to
all for it!
> —Alex
>
> http://alexvollmer.com
> http://moochbot.com
>
>
>
>
> ___
> MacRuby-devel mailing list
> [email protected]
> http://lists.macosforge.org/mailman/listinfo.
how to use our blog engine
tool. (I think Rich is planning on releasing a tutorial on how to
do that, but that might not happen right away)
- Matt
_______
MacRuby-devel mailing list
[email protected]
be far easier in MacRuby.
- why the lucky stiff's shoe examples (http://the-shoebox.org/)?
For that I don't expect you could get the same succinctness of code
unless you create a similar DSL layer like _why has for his shoes, but
these examples might be a good showcase for HotCocoa
e
to contact me offline so I can show you how to use our blog
engine tool. (I think Rich is planning on releasing a tutorial
on how to do that, but that might not happen right away)
- Matt
_______
MacRuby-devel mailing list
[email protected]
;>> embedded framework smaller or any tip/tricks that I should do to get small
>>> apps? Or all my apps will have 34mb? (It's not a big problem, just to know).
>>>
>>> Thanks.
>>>
>>> * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
&
>
> Am I supposed to get funky and add the different versions of the
> tableView methods to the data instance itself?
> Is there a way to override the delegate dispatch to actually go a
> local class?
I think this is what the setDelegate method does.
Hope this helps,
Dave.
&
(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
Ma
feel free
to contact me offline so I can show you how to use our blog
engine tool. (I think Rich is planning on releasing a tutorial
on how to do that, but that might not happen right away)
- Matt
___________
MacRuby-devel mailing list
MacRuby-deve
tandalone
>>>> package
>>>> but the size of the app became huge. There is some effort to make the
>>>> embedded framework smaller or any tip/tricks that I should do to get small
>>>> apps? Or all my apps will have 34mb? (It's not a big problem, just to
>&g
e supported by JRuby, Rubinius and to some extent
>>>>> the 1.9.x codeline. With FFI built in, as gems are updated to support the
>>>>> other ruby interpreters and/or compilers then MacRuby would be supported
>>
.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
___
Macintosh:vincentisambart-hotconsole-cbdd6d06ece482e124516359cd9299294667daeb
>>>>>> barry$ macrake
>>>>>> (in
>>>>>> /Users/barry/dev/vincentisambart-hotconsole-cbdd6d06ece482e124516359cd9299294667daeb)
>>>>>>
embedding the MacRuby framework with 'macrake deploy' is not
possible to distribute the application to computers without MacRuby
installed if the application uses native bundles.
Try this:
- hotcocoa test; cd test
- macrake deploy
- otool -L
Test.app/Contents/Frameworks/MacRuby
em is PureFoundation.
>>
>> Do you guys considered stripped down MacRuby version for any POSIX OS
>> where Array, String and some core classes use some alternative
>> implementation of Foundation or Foundation-free implementation?
>>
>> Regards,
>>
&g
Headlines:
- macirb should work as before. The local variable bug has been fixed.
- macrake should work as before. Running HotCocoa projects should
work, you can even build MacRuby with macrake.
- new YAML module, API compatible with syck, was added. It is still
under development, but
d
> #is not delegated to
> def tableView(tv, objectValueForTableColumn:col, row:row)
> NSLog("objectValueForTableColumn")
> val = "richard"
> end
>
> I could probably do a work around with controlTextDidChange - but it seems a
> bit do
n of
Foundation or Foundation-free implementation?
Regards,
___________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
elieve you need to write better code?
- Matt
_______________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
ance: low.
Laurent
_______
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
ramework/Versions/0.4/usr/lib/ruby/
1.9.0/hotcocoa.rb
$: is a ruby environmental variable for an array of all the paths
that ruby
looks at to require a file.
Another useful one to know is $", which holds the names of all
currently
loaded external files.
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
nificantly slower than the same application written in Objective-C.
I went and rewrote things right in MacRuby to check if there were any
overhead with the Hotcocoa libraries that could account for the
slowness. Unfortunately the problem still existed. After analysis I'm
noticing the
ion to generic UNIX (POSIX),
>> one of them is PureFoundation.
>>
>> Do you guys considered stripped down MacRuby version for any POSIX OS where
>> Array, String and some core classes use some alternative implementation of
&g
r I'm more hopeful that this would get some
>> traction. Hell, even to have something that would step through all the
>> little manual scenarios automatically would be a great tool to have.
>> So, yeah, Matt. I'm all for it!
>> —Alex
>>
>> http://alex
ld be preinstalled macgems,
including HotCocoa as a gem.
Rich, I'm also promoting including them. I'm just talking about
including them in different place of MacRuby release, not in stdlib.
Jordan said:
> It's very MacRuby-specific, what we're talking about here, and not really a
t
>>> available. How do I get the app to use the framework in the .app
>>> bundle?
>>>
>>> Nic
>>>
>>> --
>>> Dr Nic Williams
>>> iPhone and Rails consultants - http://mocra.com
>>> Fun with iPhone/Ruby/Rails/Javascript - http://drni
ating rubyspec.
If so, please take a look at, for instance, this test case as an
example: http://www.macruby.org/trac/browser/MacRuby/trunk/test-macruby/cases/hotcocoa/mapper_test.rb
- Eloy
On 12 feb 2009, at 04:21, Laurent Sansonetti wrote:
Thanks for the detective work Scott! Could you cre
consultants - http://mocra.com
Fun with iPhone/Ruby/Rails/Javascript - http://drnicwilliams.com
* Surf Report for iPhone - http://mocra.com/projects/surfreport/ *
_______
MacRuby-devel mailing list
MacRuby-devel at lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
____
#x27;t get the feeling that these projects are active enough and have
>> enough behind them to get distracted from focusing on OS X, but maybe their
>> developers are just not committing code frequently?
>>
>> MacRuby on iOS would be neat, but from what I've read on the
* * * * * * * * * * * * * * * * * * * * * * * * * * * *
>>> Daniel Lopes - Area Criações
>>> Design, Websites e Sistemas Web
>>>
>>> http://www.areacriacoes.com.br/
>>> http://www.cifrascash.com
jalencas
>> > wrote:
>> >>
>> >> Many thanks John and Laurent.
>> >>
>> >> After reading your messages I came back to XCode and discovered I had
>> >> made a typo in the ObjC part of the code (which, curiously, compiled)
>
Rucola to
provide one piece that pulls it all together. If you are interested on
working on this, please contact me directly. Anyone can do that btw.
Cheers,
Eloy
___________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
re
>> readily available in Obj-C, I think I'll manage with just calling ruby
>> code instead of extending it. Apparently I lacked only calling the
>> sharedRuntime method, will need to experiment a bit more when I get
>> back to my Mac.
>>
>>
>>
>> cheers,
>> Victor
>>
&
7;d say cool let's add it to the project template!
> But, on the long run this should all move to Rucola to provide one piece
> that pulls it all together. If you are interested on working on this, please
> contact me directly. Anyone can do that btw.
>
> Cheers,
> Eloy
>
a standalone package but the size of the app became
>>>> huge.
>>>>
>>>> There is some effort to make the embedded framework smaller or any
>>>> tip/tricks that I should do to get small apps? Or all my apps will have
>>>> 34mb? (It'
clear that MacRuby's strength is going to be in native
apps, so what can we do to make MacRuby stand out from every other way to
write native apps? HotCocoa is definitely an interesting direction, but
there are other approaches that can be explored as well (such as libraries
to make it ea
e when I get
> back to my Mac.
>
>
>
> cheers,
> Victor
>
> --
> --
> Victor Jalencas
> ___
> 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
359cd9299294667daeb
>>>>>> barry$ macrake
>>>>>> (in
>>>>>> /Users/barry/dev/vincentisambart-hotconsole-cbdd6d06ece482e124516359cd9299294667daeb)
>>>>>> rake aborted!
>>>>>> no such file to load -- hotcocoa/standard_r
> Message: 2
> Date: Wed, 30 Dec 2009 13:09:54 -0500
> From: Matt Aimonetti
> To: "MacRuby development discussions."
>
> Subject: Re: [MacRuby-devel] MacRuby-devel Digest, Vol 22, Issue 62
> Message-ID:
> <20fefa50912301009u6808d6ffmf6e6762530
Hi guys,
It seems I'm alone in opinion on packaging console as a gem right
now :-/
In my opinion MacRuby should be Ruby1.9 with original stdlib shape.
Nothing more.
The only difference should be ObjC runtime + changes forced by this
environment.
Other useful library additions should b
trunk).
- RubySpec was merged from upstream + more Encoding specs work!
At this point Cocoa support is looking great and the next step will be
to work on the project's installation. Once it can install itself, we
can progress and start working on running real MacRuby apps (+
HotCocoa).
ss Apple would provide this, I wouldn't start on this venture
again or encourage anyone else to do so.
Cheers,
Eloy
___________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
me know.
>>>>>
>>>>> Some days ago, in a sample app, I tried to embed the MacRuby Framework to
>>>>> distribute the app as a standalone package but the size of the app became
>>>>> huge.
>&
le app, I
>>>> tried
>>>> to embed the MacRuby Framework to distribute the app as a standalone
>>>> package
>>>> but the size of the app became huge. There is some effort to make the
>>>> embedded framework smaller or any tip/tricks that I should do to get small
>>>&g
a out of it. But I cannot promise anything at this
point, I first need to finish all the items on my TODO list before
starting to investigate this path :-)
Laurent
_______________
MacRuby-devel mailing list
[email protected]
http://lists.maco
Thanks Brian for the detailed explanation. I wonder if your Pointer
extension shouldn't be merged into HotCocoa or MacRuby itself.
What do you guys think?
- Matt
On Wed, Feb 25, 2009 at 12:43 PM, Brian Chapados wrote:
>> Can you explain: "^{_CGLRendererInfoObject=}"
in RubyCocoa.
Laurent
On Feb 25, 2009, at 1:16 PM, Matt Aimonetti wrote:
Thanks Brian for the detailed explanation. I wonder if your Pointer
extension shouldn't be merged into HotCocoa or MacRuby itself.
What do you guys think?
- Matt
On Wed, Feb 25, 2009 at 12:43 PM, Brian Chapados
w
otally unmotivated
> complexity while expecting me to be grateful for how it is simplifying my
> life. It would be a great pity if the elegance of Macruby could only be
> appreciated after hacking ones way through miles of xcode underbrush.
>
> --Martin Kay
>
> On Dec 29
on deprecated). I hope there's a better way to
> >> do that in store for upcoming versions. If I understood well your
> >> example, you first created the Obj-C subclass and later, dynamically,
> >> set its parent to be the ruby class. Anyway, se
to finish all the items on my TODO list before starting to
investigate this path :-)
Laurent
___________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
g
565 GCD sources should return passed-in handle for handle method
571 #respond_to? should return false for unimplemented methods
649 NSNumber bridging problem
290 Hashes do NOT stay ordered
581 sudo macgem install hotcocoa fails on latest nightly
116 """
501 - 592 of 592 matches
Mail list logo