Ruby on Rails Thursday, May 31, 2012

On 30 May 2012 00:03, Matthew Hawley <matthew6d@gmail.com> wrote:
Hello. Im only used to PHP and Perl/CGI scripts. Ruby scripts are VERY confusing. I have no idea how to install ruby script. Could somebody plaese tell me how?

Thank you.

You don't install a Ruby script. You run it, much like a PHP script. You need to have the interpreter (Ruby) and whatever dependencies your script has beforehand, then just run:

$ ruby some_script.rb

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment