Ruby on Rails Thursday, May 31, 2012

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@googlemail.com>
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.




--
Pedro Henrique de Souza Medeiros
----------------------------------
Cel: +55 (61) 9197-0993
Email: pedrosnk@gmail.com

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