Caps Lock
2008-Dec-15 05:47 UTC
Application failing on undefined method `install_gem_spec_st
Hi there, I have rails 2.0.2 installed on my development server and that is where I created this app. I froze the app to 2.0.2 knowing that my host server uses 2.2.2 and that version breaks my application. But when I upload my app to its test bed on the host server I get this error: # ruby dispatch.cgi ./../config/../vendor/rails/railties/lib/initializer.rb:49:in `send'': undefined method `install_gem_spec_stubs'' for #<Rails::Initializer:0x7f48dec3aef0> (NoMethodError) from ./../config/../vendor/rails/railties/lib/initializer.rb:49:in `run'' from ./../config/boot.rb:46:in `load_initializer'' from ./../config/boot.rb:38:in `run'' from ./../config/boot.rb:11:in `boot!'' from ./../config/boot.rb:109 from ./../config/environment.rb:11:in `require'' from ./../config/environment.rb:11 from dispatch.cgi:3:in `require'' from dispatch.cgi:3 Hmmm...well it is certainly trying to use my frozen rails, but why is it having issue here on the host server vs. on my development sever at another location? Any thoughts? -- 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-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Frederick Cheung
2008-Dec-15 09:06 UTC
Re: Application failing on undefined method `install_gem_spec_st
On Dec 15, 5:47 am, Caps Lock <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Hmmm...well it is certainly trying to use my frozen rails, but why is it > having issue here on the host server vs. on my development sever at > another location? >is your version of rubygems new enough? Fred> Any thoughts? > -- > Posted viahttp://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-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Caps Lock
2008-Dec-15 12:08 UTC
Re: Application failing on undefined method `install_gem_spec_st
Frederick Cheung wrote:> On Dec 15, 5:47�am, Caps Lock <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > wrote: >> Hmmm...well it is certainly trying to use my frozen rails, but why is it >> having issue here on the host server vs. on my development sever at >> another location? >> > is your version of rubygems new enough? > > Fred-- 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-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Caps Lock
2008-Dec-15 12:09 UTC
Re: Application failing on undefined method `install_gem_spec_st
Caps Lock wrote:> Frederick Cheung wrote: >> On Dec 15, 5:47�am, Caps Lock <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> >> wrote: >>> Hmmm...well it is certainly trying to use my frozen rails, but why is it >>> having issue here on the host server vs. on my development sever at >>> another location? >>> >> is your version of rubygems new enough? >> >> FredMy bad on the prior post before writing anything :-/. When doing gem --version i get 1.3.1 which, as i understand it, is the latest and greatest. -- 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-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Apparently Analagous Threads
- Re: [Rails-core] Re: (Unable to start rails application) ruby scipt/server error
- Web server won't start after freezing gems
- Unable to start rail application at localhost
- undefined method `load_paths=' for Dependencies:Module
- can run up the server after update to 2.3.2