wxFormBuilder for wxRuby question243 (2/6/2010 12:51:36 PM) comp.lang.ruby Hi all, I want to design a GUI with wxRuby, but I don't want to define it in my code. One of the things I've heard about wxRuby is the ability to design interfaces using GUI designers and a special XML form... tuti
JRuby rake not working!325 (2/5/2010 5:21:08 PM) comp.lang.ruby Hello all, I am trying out Rails using JRuby. I set up a Rails app using netbeans, and installed all the necessary gems, including activerecord-jdbc-adapter, and rake. However, whenever I try to run a migr... tuti
A small internationalization issue?5140 (1/3/2010 6:40:05 PM) comp.lang.ruby Hi all,
I am a Puerto Rican using Ruby, so the apps I develop are mostly in
Spanish. I am using FXRuby for GUI development (I want to learn wxRuby,
but I can't find any good tutorials out there). Somet... tuti
Some questions about sockets2320 (12/18/2009 12:53:09 PM) comp.lang.ruby Hi all,
I am practicing socket programming in Ruby, and I have some questions.
Hopefully someone here might be able to clarify them for me:
1. Must a connection always be from a TCPServer to a TCPSocket?... Omar
What is the :argument syntax about?1128 (12/14/2009 2:56:45 AM) comp.lang.ruby Hi all,
I've noticed that for some methods in some gems, it's necesarry to pass
arguments like this:
method( :arg1 => value, :arg2 => value, :arg3,...)
I use the syntax the same way in the examples ... Omar
PDF::Writer and rubyw0165 (12/10/2009 1:13:11 PM) comp.lang.ruby Hi all,
Has anyone used PDF::Writer successfully with RubyW? THey don't seem
to work well together, my programs simply terminate as soon as they are
executed. Removing
require 'pdf/writer'
solves t... Omar
Using OCRA, FXRuby and pdf-writer problem6114 (12/9/2009 2:35:37 PM) comp.lang.ruby Hello all,
I made a simple salary calculator as practice using FXRuby, OCRA to
create an .exe file and pdf-writer to generate a small "report" with the
results of the calculation. The program runs fine ... Omar
How do I know what to require in my ruby script?3109 (12/8/2009 12:14:26 PM) comp.lang.ruby Hello all,
How do I know what 'require' to include after installing a ruby gem?
The reason I ask is because I just installed the pdf-writer gem, but
none of these work:
require 'pdf-writer'
require '... Omar
Best way to distribute an app1399 (11/29/2009 3:03:12 AM) comp.lang.ruby Hello everyone,
I am still sort of new to all things Ruby, but I am quickly learning
all about the language's capabilities. I program mostly in Windows.
One thing I've noticed, it's that, for a serious ... Omar
SQLite and Ruby DLL problem7101 (11/28/2009 1:04:22 PM) comp.lang.ruby Hello all,
I am trying to get Ruby to work with SQLite under Windows. I
installed the Sqlite-ruby gem, but whenever I do this:
require 'sqlite'
I get an error saying that sqlite.dll was not found.... Omar
hypermeister's replies:
Items(2) /1
JRuby rake not working!325 (2/5/2010 5:21:08 PM) comp.lang.ruby Hello all, I am trying out Rails using JRuby. I set up a Rails app using netbeans, and installed all the necessary gems, including activerecord-jdbc-adapter, and rake. However, whenever I try to run a migr... hypermeister(18)
wxFormBuilder for wxRuby question243 (2/6/2010 12:51:36 PM) comp.lang.ruby Hi all, I want to design a GUI with wxRuby, but I don't want to define it in my code. One of the things I've heard about wxRuby is the ability to design interfaces using GUI designers and a special XML form... hypermeister(18)