I''ve been trying to get my old rails app (environment.rb tells me it was 1.1.6) working under 2.0.2 and I''ve been having a hell of a time. Trying to start up webrick nets me this: kyle@sublime-porte:~/code/Ruby/midnet$ rails script/server create File exists - /home/kyle/code/Ruby/midnet/script/server ln: accessing `/home/kyle/code/Ruby/midnet/script/server/vendor/'': Not a directory ln: accessing `/home/kyle/code/Ruby/midnet/script/server/vendor/rails'': Not a directory ln: accessing `/home/kyle/code/Ruby/midnet/script/server/doc/api'': Not a directory This never happened before. I don''t know why it''s looking in the (non-existent) vendor folder for the rails files, when I''ve got rails already installed in the correct place. I gathered that by ''freezing'' my rails app I force it to look locally for the files it needs- but I never froze anything. This happens for script/about, script/console, and the rest. I''ve made no changes at all to the code since it last worked a few months ago. -- 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-Oct-03 19:37 UTC
Re: problems running an older (1.1.6) rails app under 2.0.2
On 3 Oct 2008, at 19:57, Kyle Ed <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > I''ve been trying to get my old rails app (environment.rb tells me it > was > 1.1.6) working under 2.0.2 and I''ve been having a hell of a time. > Trying > to start up webrick nets me this: > > kyle@sublime-porte:~/code/Ruby/midnet$ rails script/server > create > File exists - /home/kyle/code/Ruby/midnet/script/server > ln: accessing `/home/kyle/code/Ruby/midnet/script/server/vendor/'': > Not a > directory > ln: accessing `/home/kyle/code/Ruby/midnet/script/server/vendor/ > rails'': > Not a directory > ln: accessing `/home/kyle/code/Ruby/midnet/script/server/doc/api'': > Not a > directory > > This never happened before. I don''t know why it''s looking in the > (non-existent) vendor folder for the rails files, when I''ve got railsIt can''t hurt for the vendor directory to exist (as long as it doesn''t contain a rails folder in it) Fred> > already installed in the correct place. I gathered that by > ''freezing'' my > rails app I force it to look locally for the files it needs- but I > never > froze anything. This happens for script/about, script/console, and the > rest. I''ve made no changes at all to the code since it last worked a > few > months ago. > -- > 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 -~----------~----~----~----~------~----~------~--~---