Follow Me

Archive | RoR RSS feed for this section

How to install ruby on rails on windows

25. July 2010

2 Comments

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

What is RoR?

28. June 2010

1 Comment

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