On Monday 14 March 2011 10:31 PM, Prasanna Venkadesh wrote: > Hi, > > When i was surfing for some of the programming tools in FOSS, i saw *RUBY ON > RAILS*. > > I heared people say that we can do some web related projects using ROR. > > I need a good introduction to Ruby on Rails and what all can be done with > it.
http://guides.rubyonrails.org/getting_started.html There are plenty more, just do a google search. > Am interested to develop some Web Service Projects. Is RoR a good Option for > this? > What do you mean by "web service projects"? Ruby on Rails is a web framework that helps you develop database-backed web applications easily. You need to learn a bit of Ruby too, but you can definitely get started with Rails without knowing too much Ruby. It's just one way to create web applications, there are similar frameworks in Python and PHP too. Vamsee. _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
