[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

how to run .rb file in ruby

Dave Dave

12/15/2008 2:30:00 PM

Hi, we are real noobs and have to program in ruby on rail for a study
project.

We want ti start a second server (chatserver)

How are we able to run an ruby file ( like in netrail: Run->run File) in
our view or controler??

thank you very much oose2008
--
Posted via http://www.ruby-....

1 Answer

Roger Pack

12/18/2008 5:33:00 AM

0

Dave Dave wrote:
> Hi, we are real noobs and have to program in ruby on rail for a study
> project.
>
> We want ti start a second server (chatserver)
>
> How are we able to run an ruby file ( like in netrail: Run->run File) in
> our view or controler??
>
> thank you very much oose2008

I believe it's
ruby script/runner scriptname
could ask the rails group, too.
cheers!
-=R
--
Posted via http://www.ruby-....