[Rails] Re: Problem to start rails 3 based application

2010-12-14 Thread Priyanka Pathak
Hi, I have solved the issue. and also blog the steps which may help you to upgrade existing rails application to rails 3.x. http://priyankapathak.wordpress.com/2010/12/13/upgrade-existing-ruby-on-rails-application-with-rails-3-0-0-and-ruby-1-9-2p0/ -- Posted via http://www.ruby-forum.com/.

Re: [Rails] Re: Problem to start rails 3 based application

2010-11-24 Thread rajeevsharma86
you are using rvm please install ruby of lower version can be 1.8.7 if your config/enviroment.rb show rails version is > 2.3.2 else 1.8.6 then install rails 2.3.X as you required gem install -v 2.3.x rails On Wed, Nov 24, 2010 at 6:45 PM, Priyanka Pathak wrote: > Here is the output of @loaded_

[Rails] Re: Problem to start rails 3 based application

2010-11-24 Thread Priyanka Pathak
Here is the output of @loaded_stacks.inspect {"railties"=>[], "rake"=>[#], "thor"=>[#]} gem.name gives activesupport My original application is on rails version 2.3.x but i need to run with rails 3.0.3 and ruby 1.9.2p0. which thing i am missing? -- Posted via http://www.ruby-forum.com/. -- Y

Re: [Rails] Re: Problem to start rails 3 based application

2010-11-24 Thread rajeevsharma86
Could you add this line puts @loaded_stacks.inspect; puts gem.name right above line /home/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rubygems.rb:228, run this again, and paste the output here. Also, could you give us the output of "gem list"? On Wed, Nov 24, 2010 at 6:22 PM, rajeevsharma86 wrote:

Re: [Rails] Re: Problem to start rails 3 based application

2010-11-24 Thread rajeevsharma86
you are using rails 3.0.3 and ruby 1.9.2.p0 and please can you tell me the application version which you have to run is that also on rails 3 or on the lower version On Wed, Nov 24, 2010 at 6:17 PM, Priyanka Pathak wrote: > I am using rails version 3.0.3 and ruby 1.9.2.p0 > > -- > Posted via http

[Rails] Re: Problem to start rails 3 based application

2010-11-24 Thread Priyanka Pathak
I am using rails version 3.0.3 and ruby 1.9.2.p0 -- 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 post to this group, send email to rubyonrails-t...@googlegroups.com. To unsubscribe from this

Re: [Rails] Re: Problem to start rails 3 based application

2010-11-24 Thread rajeevsharma86
rails -v ? On Wed, Nov 24, 2010 at 5:19 PM, Priyanka Pathak wrote: > This is the output of gem env. > RubyGems Environment: > - RUBYGEMS VERSION: 1.3.7 > - RUBY VERSION: 1.9.2 (2010-08-18 patchlevel 0) [x86_64-linux] > - INSTALLATION DIRECTORY: /home/.rvm/gems/ruby-1.9.2-p0 > - RUBY EXECUTAB

[Rails] Re: Problem to start rails 3 based application

2010-11-24 Thread Priyanka Pathak
This is the output of gem env. RubyGems Environment: - RUBYGEMS VERSION: 1.3.7 - RUBY VERSION: 1.9.2 (2010-08-18 patchlevel 0) [x86_64-linux] - INSTALLATION DIRECTORY: /home/.rvm/gems/ruby-1.9.2-p0 - RUBY EXECUTABLE: /home/.rvm/rubies/ruby-1.9.2-p0/bin/ruby - EXECUTABLE DIRECTORY: /home/.