Ruby on Rails Thursday, May 31, 2012

On 30 May 2012 04: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?

What do you mean by a ruby script? Is it just a .rb file? In which
case make sure ruby is installed then run it by
ruby the_file.rb

If you are talking about a Ruby on Rails application then I suggest
you work through a Rails tutorial such as railstutorial.org (which is
free to use online) to find out what Rails is about.

Colin

--
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