Excusme...

D

Decky Fiyemonda

Hi iam very very new here to Ruby and this forum i reaaaly know nothing,
but i found that ruby is very simple and interesrting langguage.
now i want to ask some question:

1. can ruby make a exe file so without instal ruby we can run it in
other comp?
2. i heard that ruby can make rhtml file (ruby html) how?
3. i often heard about configing ruby but how? it is like put comand at
my
command prompt?
4. where i can get FXRuby help for beginner?
 
J

Justin Collins

Decky said:
Hi iam very very new here to Ruby and this forum i reaaaly know nothing,
but i found that ruby is very simple and interesrting langguage.
now i want to ask some question:

1. can ruby make a exe file so without instal ruby we can run it in
other comp?

Check out RubyScript2Exe:
http://www.erikveen.dds.nl/rubyscript2exe/index.html
2. i heard that ruby can make rhtml file (ruby html) how?
rhtml files are files with embedded Ruby, much like how PHP is often
used. You can then use erb (included with Ruby) or eruby to parse it:
http://ruby-doc.org/stdlib/libdoc/erb/rdoc/classes/ERB.html
http://www.modruby.net/en/index.rbx/eruby/whatis.html
3. i often heard about configing ruby but how? it is like put comand at
my
command prompt?

Not sure what you mean.
4. where i can get FXRuby help for beginner?
The fxruby page seems to have good documentation. I don't use it myself,
so I don't know more than that:
http://www.fxruby.org/

Hope that gets you started.

-Justin
 
D

Decky Fiyemonda

Thank you very much finally some one answer me

what i mean config is here i take some part of manual about YARV or
something


$ cd build
$ ../yarv/configure --prefix=[your install dir] --program-suffix=-yarv
$ make [BASERUBY=[your base ruby command]]
$ make test (show some errors around block parameter)
$ make test-all (show 20 or some erros)
$ make install

and many more some thing like those above, what are that meaning?

wow, i try visiting http://www.erikveen.dds.nl/rubyscript2exe/index.html
but the tutorial is very confusing is rubyscript2exe.rb can run in Ruby
one Clik instaler without any confihguration?

and about erb in your second link its only in tar.gz format how to
embeded it in Window OS
 
B

Bira

$ cd build
$ ../yarv/configure --prefix=[your install dir] --program-suffix=-yarv
$ make [BASERUBY=[your base ruby command]]
$ make test (show some errors around block parameter)
$ make test-all (show 20 or some erros)
$ make install

and many more some thing like those above, what are that meaning?

That looks like a list of commands to compile and install something in
Unix or Linux. If you're using Windows and the Ruby One-Click
Installer, you don't need to worry about this.

YARV is a virtual machine for Ruby that's still in development, and
should only be completed by the time Ruby 1.9 or 2.0 comes out, so you
don't need to worry about that either.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top