Stefan Rohlfing
2011-Feb-09 05:04 UTC
Problem starting rails server using the vim.rails plugin
Hi, After installing RoR (following the instructions of the Ruby on Rails Tutorial <http://railstutorial.org/ruby-on-rails-tutorial-book>) as well as the *rails.vim* plugin I tried starting rails server from vim using the :Rserver command. Unfortunately, all I received was the following error message: boot.rb:1:in `require'': no such file to load -- rubygems (LoadError) Running the server directly from the terminal using the *rails server*command does work without any problem, though. Has anyone else encountered this problem before? Thanks Stefan -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Norbert Melzer
2011-Feb-14 07:49 UTC
Re: Problem starting rails server using the vim.rails plugin
The gvim plunging you are using, which version/release date does it have? Am 09.02.2011 06:04 schrieb "Stefan Rohlfing" <stefan.rohlfing-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:> Hi, > > After installing RoR (following the instructions of the Ruby on Rails > Tutorial <http://railstutorial.org/ruby-on-rails-tutorial-book>) as wellas> the *rails.vim* plugin I tried starting rails server from vim using the > :Rserver command. > > Unfortunately, all I received was the following error message: > > boot.rb:1:in `require'': no such file to load -- rubygems (LoadError) > > Running the server directly from the terminal using the *railsserver*command does work without any problem, though.> > Has anyone else encountered this problem before? > > Thanks > > Stefan > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email torubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org> For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en.>-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Stefan Rohlfing
2011-Feb-15 06:45 UTC
Re: Problem starting rails server using the vim.rails plugin
I am using the latest version <https://github.com/tpope/vim-rails> of vim-rails from GitHub. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Norbert Melzer
2011-Feb-15 14:31 UTC
Re: Problem starting rails server using the vim.rails plugin
After a quick look into the tutorial and the helpfile of vim.rails it seems that you are using rails 3, but the vim plunging does invoking the server the old rails 2 way. I can''t read if there is an issue posted about rails 3 compatibility, because github is barely navigatable with my Galaxy Tab, and my knowledge about vim scripting is very limited, so I can''t look directly into the source, but I would say that you can open a ticket by yourself if non exists by now. HTH Norbert Top posted from android Am 15.02.2011 07:45 schrieb "Stefan Rohlfing" <stefan.rohlfing-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:> I am using the latest version <https://github.com/tpope/vim-rails> of > vim-rails from GitHub. > > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email torubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org> For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en.>-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Stefan Rohlfing
2011-Feb-16 03:31 UTC
Re: Problem starting rails server using the vim.rails plugin
Hi Norbert, Thanks for looking into this problem. I am using RoR 3 with Rails 1.9.2. I am going to try to contact the author. If there is any news, I will post it here. Thanks again for your help! Stefan -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.