| View previous topic :: View next topic |
| Author |
Message |
Raghu
Joined: 12 Mar 2009 Posts: 34
|
Posted: Fri Jan 01, 2010 11:32 am Post subject: getting error when when i start the server in my rails app |
|
|
Hai all
I'm getting the following error when i start the server in my rails app
undefined method `require_gem' for main:Object (NoMethodError)
please any one can help me
thanks in advance
raghu |
|
| Back to top |
|
 |
Raja
Joined: 03 Dec 2009 Posts: 18
|
Posted: Mon Jan 04, 2010 10:31 am Post subject: `require_gem' for main:Object (NoMethodError) |
|
|
hai raghu
error
========
undefined method `require_gem' for main:Object (NoMethodError)
solution
=========
Your config/boot.rb is outdated:
Run "rake rails:update"
or
instance of 'require_gem' to 'gem', in config/boot.rb
this solution definitely solved your problem(error)
thanks & regard
raja |
|
| Back to top |
|
 |
|