Displaying 20 results from an estimated 300 matches similar to: "Distributing programs"
2007 Oct 05
7
Which editor
Ok, so I''m new to Ruby and wxRuby. I come from a Basic background
(RealBasic).
Can somebody suggest a decent IDE that is used for wxRuby. Something
where I can paste in code examples and then run them immediately. (I''m a
Windows Vista user)
Any suggestions welcome.
--
Posted via http://www.ruby-forum.com/.
2006 Apr 05
4
distributing rails apps for localhost usage
Has anyone come across any interesting ways to make rails apps easily
distributable to run on a local machine. I''d love to be able to
"bundle" my rails app into a single file that would contain a simple
webserver, database and my rails app which a non-experienced user could
then download install on their machine, go to a web browser and run the
app locally. I envision it
2013 Mar 04
1
Syntax for error messages
R 2.15
OS X and Windows
Colleagues,
I am running a lengthy R script (> 20K lines of code) within a GUI build in RealBasic. There are rare instances in which an error is triggered in R. I am trying to trap these based on their syntax. I have identified three general formats for error messages:
Error in
Error: object
Error: could
Each is these is followed by some informative text.
2006 Jan 21
5
Distributing a Rails app
I''ve developed a Rails application that I''d like to make generally
available, but I''m not sure how to go about this, or even what tools
are most appropriate. Is this something that the Rails framework
provides, or is it a job for Rake? for Rubygems? for Tar2rubyscript or
Rubyscript2exe?
A pointer to a "Distributing your Rails Application" would be ideal.
--
2005 May 18
2
OpenSong with Wine 20050419
OpenSong fails to open with Wine 20050419.
OpenSong is a RealBasic application that compiles to a .exe. It is free
and can be downloaded from OpenSong.org
[jeff@zx5000 OpenSong]$ wine OpenSong.exe
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc
2009 Oct 01
0
rupyscript2exe for Mac / Linux and good tutorial
Hi, all
I was wondering if somebody can recommend 2 things:
1) An alternative for rubyscript2exe for Mac / Linux. It would be
really nice if there was a unified way to "compile" quote on quote a
wxruby app into an executable/installer for Mac and Linux. ( I know Mac
comes with Ruby pre-installed, but what if I need to use specific gems,
that are not in the standard distribution of
2007 Apr 10
2
What does the end user need to run wxruby apps ?
Hi !
I''m new to this mailing list !
I''m just beginning to learn ruby programmation, ( so far mainly coded php
web apps, and math algorithms with Caml ), so i''m a noob about libraries,
toolkits, etc ....
I wondered what does the end user need to run wxruby applications ?
_ On Windows, he''ll need the ruby interpreter ( such as the one click ruby
installer ), and
2007 Sep 04
4
listctrl set_item_data
Hi,
I have used set_item_data with ruby objects (an array) and got a crash.
The reason is simple, the objects were deallocated by the GC.
The easy solution would be to accept only long parameters (like the
original interface).
The hard is to play by the GC''s rules and increase the reference count
and decrease on deletion.
Regards,
teki
2006 Jun 17
1
FYI: Araelium Edit 1.0 Public Preview 1
From: Seth Willits <seth@freaksw.com>
Date: Sat 17 Jun 2006 01:57:52 GMT+02:00
To: Multiple recipients of RealBasic-OffTopic
<rbofftopic@starionhost.net>
Subject: [ANN] Araelium Edit 1.0 Public Preview 1
Reply-To: rbofftopic@starionhost.net
This is what I''ve been doing for a long long time.
----------------------------
Araelium Edit Public Preview Now Available
2007 Jul 25
11
taskbaricon
Salut alex, j''ai un petit souci.
quand j''utilise "demotaskbaricon" avec traducteur-wxruby, que j''ouvre mon application(donc l''icone apparaît dans la barre de lancement rapide) et que je ferme mon application, l''icone disparaît tout de suite.
Mais quand je l''utilise avec l''exemple Wizard et que je ferme mon application
2007 Jun 12
4
fichier wxruby2
Bonjour, je voulais savoir si il est possible d''installer les fichiers wxruby2 ailleurs que dans les dossiers habituel et sans se servir de rubygems?
car j''aimerais pouvoir les déplacés.
Merci
Sebastien
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2008 Jul 09
2
DOS box popping up under rubyscript2exe
Hello
My email has been broken for a week and some of it seems to have gone
astray - so if there are other unanswered wxruby queries kicking about,
please repost or forward me them.
I have encountered this problem with a DOS box popping up under rubyw /
rubyscript2exe; I don''t think it''s related to wxruby. I found them
popping up when shelling out with backticks - I believe
2006 Jun 10
2
Help with porting windows app to Linux OS in VMWare
Someone help me. I'll pay.
I need to Port a windows app. written/compiled in Visual Basic 6 that I
developed over to Linux using WINE. I like the OS be installed in VMWare.
Here's what I want. A VMWare file that contains a Linux OS with my
windows App. installed and running correctly under WINE or sometime
similiar.
I like someone who know how to use WINE.
I like someone who know
2008 Jun 13
7
Rubyscript2exe undefined ''run'' method
After I ran my program through Rubyscript2exe, the Random.exe file that
it created is causing the following error:
D:\Ruby projects>random.exe
C:\DOCUME~1\JEDELS~1\eee\eee.Random.exe.2\app\Random.rb:59: undefined
method ''ru
n'' for Wxruby2::App (NoMethodError)
from
C:\DOCUME~1\JEDELS~1\eee\eee.Random.exe.2\bootstrap.rb:77:in `load''
from
2007 Feb 11
2
"no camping required" deployment?
Hi,
So Lennon got me going with my database-less Camping app,
but I''ve just realized that, I have no deployment strategy.
This app is to provide a GUI front end to our FUN3D fluid
flow simulation monster, which is used by ourselves, companies,
universities, hobbyists, and the military. The end result
of which, is a file of (key, value) pairs read by FUN3D.
Requiring our users to have
2008 Feb 01
2
wxruby2 problems
Hello,
I''ve recently installed wxruby2 (version 1.9.4) from a precompiled
mswin32 gem. It seems to work fine, and the samples in the
distribution all work, but I have a couple of peculiar problems:
1) When I package a trivial wxruby script with rubyscript2exe, the
executable is huge - 8.5 MB. With previous versions of wxruby (prior
to wxruby2, I think) it was much smaller. Less than 3
2006 Jun 13
5
Transform Rails site into DVD
I''m considering implementing a PHP based site that display videos with quite
some database logic to Rails. Now we were considering publishing the site
on DVD too.
Is that possible (e.g. with RubyScript2Exe)? How fast is database
performance going to be? Currently there are movies inside the database but
we can extract them if necessary. The database scheme is quite large and
the number
2005 Oct 16
6
FreeMIS Open Source Project - packaging advice needed
Hi. FreeMIS is about ready for a first release as a Ruby-on-Rails based
application.
I''m beginning to realise that there''s a lot of stuff to be installed before
you can get even a WEBrick served version up and running:
MySql, Ruby, ruby-mysql bindings, rubygems, rails, and a couple more gems -
raspell (which needs aspell) and tzinfo.
I''m trying to figure out the
2007 May 07
11
Is there any IDE (event driven) for wxRuby?
Hello, I''m completely newbie to wxRuby, in fact to Ruby language as
well, but I''m completely in love with it!!
I''m not a programmer, dunno maaaaaaaaany "technical things" but I''m
doing my best.
I Installed wxWidgets and wxRuby, the samples files run perfect, I was
wondering...
IS THERE ANY IDE FOR WXRUBY? something like REALbasic or Xcode
Interface
2005 Nov 23
8
Compiler OR Obfuscator for RoR applications?
Hi folks,
I''m a newbie in the Ruby land, The Ruby language and RoR looks really
great but I think in my situation there is a problem, we are an ISV
that sells web application and we don''t want our clients see our
source code, I searched the web but couldn''t find any way to compile
and\or obfuscate ruby code (in web (RoR)), is there such tool
available for the language?