Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!talisker.lacave.net!lacave.net!not-for-mail From: 7stud -- Newsgroups: comp.lang.ruby Subject: Re: Ruby Beginner Need Help.. Date: Fri, 29 Apr 2011 13:16:09 -0500 Organization: Service de news de lacave.net Lines: 33 Message-ID: References: <7dd07f8a8e2e694805c50c4d6962ff96@ruby-forum.com> <20110429034537.GC3377@guilt.hydra> NNTP-Posting-Host: bristol.highgroove.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: talisker.lacave.net 1304101279 15446 65.111.164.187 (29 Apr 2011 18:21:19 GMT) X-Complaints-To: abuse@lacave.net NNTP-Posting-Date: Fri, 29 Apr 2011 18:21:19 +0000 (UTC) In-Reply-To: X-Received-From: This message has been automatically forwarded from the ruby-talk mailing list by a gateway at comp.lang.ruby. If it is SPAM, it did not originate at comp.lang.ruby. Please report the original sender, and not us. Thanks! For more details about this gateway, please visit: http://blog.grayproductions.net/categories/the_gateway X-Mail-Count: 382390 X-Ml-Name: ruby-talk X-Rubymirror: Yes X-Ruby-Talk: Xref: x330-a1.tempe.blueboxinc.net comp.lang.ruby:3705 Didin Ibnu Sarnan wrote in post #995698: > Thank you for precious answer, I feel increased in my knowledge :). > > so, I get that ruby is different with PHP, > as we know PHP is more inclined to web development purpose, but ruby is > general purpose not inclined to web, but can be used to webdevelopment > with > add some application (rubyonrails or sinatra or etc), is it what I say > right? > Yes. Josh Cheek described the difference between php and ruby accurately. > firstly, I think that rubyonrails is similiar with Zend framework (one > of > PHP framework). > Yes, that's correct. Some more information: just like with php, you don't need to use a bloated "framework" to use ruby on "the server side"(=for web pages). Ruby can use the "cgi gateway" that your server probably provides. In fact, it is probably a good excercise to write at least one ruby cgi program just to see how it works. Here is a tutorial: http://www.tutorialspoint.com/ruby/ruby_web_applications.htm -- Posted via http://www.ruby-forum.com/.