Re: [Rails] RoR 2.X Application

2012-06-26 Thread vishal singh
please check this tutorial for install rails http://ruby.railstutorial.org/ruby-on-rails-tutorial-book On Tue, Jun 26, 2012 at 2:58 PM, Mandeep Kaur wrote: > On Tue, Jun 26, 2012 at 2:52 PM, vishal singh > wrote: > > bundle exec ruby script/server (run this command ) > > It gives same error. >

Re: [Rails] RoR 2.X Application

2012-06-26 Thread Mandeep Kaur
On Tue, Jun 26, 2012 at 2:52 PM, vishal singh wrote: > bundle exec ruby script/server (run this command ) It gives same error. -- Mandeep Kaur http://mandeepsimak.wordpress.com/ -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post

Re: [Rails] RoR 2.X Application

2012-06-26 Thread vishal singh
bundle exec ruby script/server (run this command ) On Tue, Jun 26, 2012 at 11:48 AM, Mandeep Kaur wrote: > On Tue, Jun 26, 2012 at 11:34 AM, vishal singh > wrote: > > gem install rails -v3.1 or -v2.0 > > > > Its done but still giving following error : > > ms@ms-HP:~/OpenStreetView$ bundle exec

Re: [Rails] RoR 2.X Application

2012-06-25 Thread Mandeep Kaur
On Tue, Jun 26, 2012 at 11:34 AM, vishal singh wrote: > gem install rails -v3.1 or -v2.0 > Its done but still giving following error : ms@ms-HP:~/OpenStreetView$ bundle exec script/server script/server:2:in `require': cannot load such file -- script/../config/boot (LoadError) from script

Re: [Rails] RoR 2.X Application

2012-06-25 Thread vishal singh
gem install rails -v3.1 or -v2.0 On Tue, Jun 26, 2012 at 10:49 AM, Mandeep Kaur wrote: > On Tue, Jun 26, 2012 at 9:20 AM, saikiran mothe > wrote: > > Hi Mandeep, > > > > Install RVM (Ruby version manager ) > > > > https://rvm.io/ > > > > > > By using RVM you can use multiple rails versions and

Re: [Rails] RoR 2.X Application

2012-06-25 Thread Mandeep Kaur
On Tue, Jun 26, 2012 at 9:20 AM, saikiran mothe wrote: > Hi Mandeep, > > Install RVM (Ruby version manager ) > > https://rvm.io/ > > > By using RVM you can use multiple rails versions and ruby versions. > > Check this out. > I have installed Ruby using rvm but dont know how to install Rails with

Re: [Rails] RoR 2.X Application

2012-06-25 Thread Mandeep Kaur
On Tue, Jun 26, 2012 at 9:20 AM, vishal singh wrote: > if you are using window operating system then you should use pik gem for run > both rails 2 and rails 3 your system.. > I am using LINUX OS. So how to use that in LINUX ? -- Mandeep Kaur http://mandeepsimak.wordpress.com/ -- You received

Re: [Rails] RoR 2.X Application

2012-06-25 Thread saikiran mothe
Hi Mandeep, Install RVM (Ruby version manager ) https://rvm.io/ By using RVM you can use multiple rails versions and ruby versions. Check this out. Cheers, Sai Kiran Mothe On Tue, Jun 26, 2012 at 8:55 AM, Mandeep Kaur wrote: > Hello friends, > > I have installed 3.x version of Rails on my

Re: [Rails] RoR 2.X Application

2012-06-25 Thread vishal singh
if you are using window operating system then you should use pik gem for run both rails 2 and rails 3 your system.. Cheers, Vishal Singh Ruby On Rails Developer On Tue, Jun 26, 2012 at 8:55 AM, Mandeep Kaur wrote: > Hello friends, > > I have installed 3.x version of Rails on my system. And I w

[Rails] RoR 2.X Application

2012-06-25 Thread Mandeep Kaur
Hello friends, I have installed 3.x version of Rails on my system. And I want to run 2.x Application ie OpenStreetView. I have used Bundler for that but it doesn't work and gives error : Could not find config/boot (LOADError). If anyone knows this error and help me to solve this error. Its very i