On 1 May 2013 09:25, gautam s. <[email protected]> wrote: > Hi Colin, > > I want ruby on rails (ROR) and yes i am aware that will run wonderfully > on MAC/Linux. > But i don't have a mac machine as of now. I have window machine. > I am going to use railsinstaller now (railsinstaller-2.2.1 exe)
The other thing you need to know is which version of Rails you want (I think you are trying to run an existing app). In the root directory of the application (the one containing the folders config, db and so on ) you may find a file Gemfile. If so look in there and you should find something like gem 'rails', '3.0.4' which is the version you need. If there is no Gemfile then look in config/environment.rb and you should find something like RAILS_GEM_VERSION = '2.3.8' unless defined? RAILS_GEM_VERSION which again is the version you need. Colin > > Thanks a tonne.i will get back with my query after downloading and > installing it. > > > Colin Law wrote in post #1107453: >> On 1 May 2013 08:57, gautam s. <[email protected]> wrote: >>> >>> >>> Step 1: is successfull >>> >>> Step 2: i am getting stuck. >>> I have already downloaded "http://rubygems.org/pages/download" the zip >>> package from here. unzipped it. >>> >>> And i am unaware how to download it. >> >> You keep talking about Ruby and others are assuming you want Ruby on >> Rails. Which is it? >> >> If you want RoR on Windows use railsinstaller. However better not to >> use Windows in the first place, use Linux or Mac for RoR. >> >> Colin > > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

