search for: rubycocoa

Displaying 15 results from an estimated 15 matches for "rubycocoa".

2008 May 10
4
from RubyCocoa to wxRuby ?
...on my box ( Mac OS X 10.4.11) to get it working download the latest gem locally cd to the directory where it lies and : $ sudo gem install --local wxruby u''ll get : Successfully installed wxruby-1.9.7-universal-darwin-9 1 gem installed ;-) A question, my first test will be to convert a RubyCocoa project into wxRuby. this project convert the AddressBook contents into html ( a preview : <http://thoraval.yvon.free.fr/AB2Html_preview/ab2html.xhtml> what do I need ? a push button, a spinner and a text area to give feedback to the user that'' all ;-) ( a screenshot : <http:/...
2006 Nov 14
1
GUI testing with WebKit and RubyCocoa
...document. The best you can do (as far as I''m aware) is test that the Ajax response is correct and hope the page gets updated. I started thinking... WebKit (and more importantly JavaScriptCore) is open source WebKit has a Cocoa wrapper You can manipulate Cocoa objects in Ruby via the RubyCocoa bridge I''ve seen tools that can inspect the Safari DOM - presumably it would be easier if you controlled your own instance of WebKit. Based on this, how much work would be involved in creating a framework to test JavaScript in an integration test? Would you have have to replicate...
2007 Nov 17
7
Using RSpec to drive the design of a GUI desktop application
...plain Ruby with WEBrick as well. The tool suits my needs and the story runner is great. Now there are things that aren''t solvable on the web, you''ll need a _real_ desktop application for those problems. So I''ve toyed a bit around with various GUI libraries as wxRuby and RubyCocoa, to get a feeling on how these libraries work and I love to create native OS X applications using cocoa. Of course, the next question that arose in my head was:"How do I drive the design of an application using a BDD framework like RSpec?". When writing a web application, it is relativel...
2006 Nov 21
4
Embedding Rails in a Cocoa app.
Hi, Has anyone tried to embed rails into a Cocoa app? I have got this working to a very primitive point using RubyCocoa. After about half an hour of playing I was able to get WEBrick to serve the rails starter page inside of a Cocoa app, but that is as far as I have got. I have an idea for a client/server app where the server is a Cocoa application that embeds WEBrick (or another server solution possibly) that serv...
2006 Feb 12
0
February Ruby events in the SF Bay Area
...his year. So we''re moving it to the week after - Feb 21, 2006. 6:00 pm Beginner''s Presentation - Barce will show off a Ruby time server. 6:45 pm Practitioner''s Presentation - Tim Burks will present on RubyCocoa (http://rubycocoa.sourceforge. net), a bridge that makes it easy to mix code written in Ruby and Objective-C. ... Barce''s Office 209 Kearny St. San Francisco, CA 94108 4...
2006 Nov 23
0
RailsInCocoa - example.
Hi, I recently posted about running a Rails app inside of a Cocoa application via RubyCocoa. I have a (very raw and ugly) proof of concept available: http://www.ldaley.com/dl/RailsInCocoa.dmg Also, a short write up about it: http://www.ldaley.com/2006/11/23/ruby-on-rails-dipped-in-cocoa/ To build and run the proof of concept, you will need RubyCocoa installed on your machine. Cheers,...
2005 Jan 16
4
wxWidgets 2.5
I''ve just gotten wxruby-swig to compile with wxWidgets 2.5 on Mac OS X. Thankfully, it mostly consists of getting rid of already depricated methods from the widget classes. I need to try with Linux and Win32, but it should be a smooth transition. Nick
2008 Nov 14
10
puppet newbie
Hi , just starting off with Puppet on Macs. initially we are planning for a small group of machines. If successfull we plan to span it to entire environment in a phased manner. I have a couple of newbie questions. Do i have to use custom script to create and maintain user/group accounts as far as i have read i can manage passwords ? Can i use puppet fileserver also as sourcedir for pushing
2004 Jan 06
5
Another Updated - wxRuby Windows installeravailable for
Hmm everything installed fine but when I try to run the samples I get an error dialog stating: "rubyw.exe - unable to Locate Component This application has failed to start because MSVCRTD.dll was not found. Re-installing the application may fix this problem." Which unless you are supplying the debug microsoft dll''s, re-installing will have no effect :) This was on WinXP
2007 Sep 09
11
Going beyond the default html formatter/report?
Hi! I wonder does anybody planning to go beyond the default html formatter/report? The current html report is nice and green but what about to go a little silly and enable also user input. For example to let customer to add a new pending spec, comments etc. I feel it might be mentally easier for some customers to jump into spec world when it is possible to give input at "the same
2007 Dec 04
1
Hooking up wxRuby in other applications
Is there a way (class?) to be able to use wxRuby for subwindows in a host application? (Windows and OSX platforms) Best regards, Jari Williamsson
2006 Aug 28
9
Header files
I will probably be sending patches for about 30 header files. I have put some TODO: notices in some of the header files where I''ve had to temporarily remove some things. How do you guys want these? A .zip of all the changed files? A .zip of all the patches? Individual e-mails? All attached to one? Roy
2006 Feb 01
8
Spring-rich killer: rails rich-client proposal
Hello Doug, I am not disputing anything you say and in fact, spring-rich is "okay" as far as swing development goes. But rails principles adheres to those which we hold near and dear such as "don''t repeat yourself" (note: spring-rich model, glazed lists model, jgoodies models) and "convention over configuration (note: xml config files). Let''s get away
2006 May 16
7
WYSIWYG IDE, etc...
I''m new to Ruby, so don''t be too hard on me. Is there a great visual editor for Ruby? Also can Ruby on Rails (RoR) work with any other databases other than the ones listed in the documentation, I need to connect to SQLBase? Can Ruby be used to create standalone Applications (like Java)? If yes, does it create native looking apps? Can it be use in Client-Side and/or Server
2008 Jan 14
15
How to get a Window handle from another app?
Hello, I would like to get a window handle from another app outside of wxRuby and convert it into a wxRuby Window handle so that I can use it as the parent Window for several wxRuby child windows. Basically I want to use the FRAME_FLOAT_ON_PARENT window style so that my wxRuby windows become associated with the outside app kind of like toolbars, e.g., they don''t show up in the