How to run .rb file in ruby

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

Dave D. 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