In the previous post of RoR, we have studied about what is ruby on rails. In this post we will see, how to install ruby on rails on localhost on windows machine. Following are the steps required for ror installation - 1. Install Ruby & Gems 2. Install Rails 3. Install appropriate Database Engine That’s it. Lets see each installation in detail. 1. [...]
Continue reading...28. June 2010
Ruby on Rails, often shortened to Rails or RoR, is an open source web application framework for the Ruby programming language. What is Ruby? Ruby is a pure object-oriented programming language with a super clean syntax that makes programming elegant and fun. What is Rails? Rails is an open source Ruby framework for developing database-backed web applications. Rail’s guiding [...]
Continue reading...
25. July 2010
2 Comments