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 received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/OPhf9HB28E4J. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 30 May 2012 00:03, Matthew Hawley <matthew6d-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 30 May 2012 04:03, Matthew Hawley <matthew6d-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hey! For a quick start i recommend http://tryruby.org/ and http://railsforzombies.com/ which is free, quick and you will get some foundations on rails and ruby lang. It''s possible install some scripts using rubygems library. If it''s not what you are looking for, let us known your actual problem you are trying to solve. 2012/5/31 Colin Law <clanlaw-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>> On 30 May 2012 04:03, Matthew Hawley <matthew6d-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- Pedro Henrique de Souza Medeiros ---------------------------------- Cel: +55 (61) 9197-0993 Email: pedrosnk-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Beautiful is better than ugly, Explicit is better than implicit, Simple is better than complex, Complex is better than complicated. The Zen of Python, by Tim Peters -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.