1/ Install ruby and rails with gem with root access:
apt-get install ruby rdoc ri libsqlite3-dev
wget http://rubyforge.org/frs/download.php/35283/rubygems-1.1.1.tgz
tar xfz rubygems-1.1.1.tgz
cd rubygems-1.1.1
ruby setup.rb
ln /usr/bin/gem1.8 /usr/bin/gem
gem install r
I confirm too !!! and this bug exists sinces months. It seems to be
fixed in the unstable branch of debian.
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/183935
--
vim crashed using rails.vim on Hardy
https://bugs.launchpad.net/bugs/219546
You received this bug notification because you are
I have the same bug since I have upgraded from gutsy to hardy. I use the
rails plugin from http://rails.vim.tpope.net/ and it uses paths to help
the user. I can see that there is a fix for this bug on
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/183935
# cat /etc/lsb-release
DISTRIB_ID=Ubun
Hi !
[ Debian Vim Maintainers ]
* New upstream patches (139 - 167), see README.gz for details.
- 7.1.147 fixes a crash when tab completing a user's home directory.
(Closes: #453049)
About this bug, with Hardy, I get it with vim and the rails plugin from
http://rails.vim.tpope.net/
Th