Join Date: July 2007
Location: India ( Chennai )
Posts: 24
Ruby on Rails
Hi, can anyone tell me what is Ruby on Rails and tell me how to embed with php and mysql.
vinothbabu
Posted on Nov 19, 2008
Join Date: November 2008
Location: India ( chennai )
Posts: 7
RE : Ruby on Rails
Ruby is * A High Level Programming Language * Interpreted like Perl, Python, Tcl/TK. * Object-Oriented Like Smalltalk, Eiffel, Ada, Java.
What is Rails * An extremely productive web-application framework. * Written in Ruby by David Heinemeier Hansson. * You could develop a web application at least ten times faster with Rails than you could with a typical Java framework. * An open source Ruby framework for developing database-backed web applications. * Your code and database schema are the configuration! * No compilation phase required.
if you need full tutorial see this below link.. http://www.tutorialspoint.com/ruby-on-rails/