I followed your blog
http://seanbehan.com/ruby-on-rails/new-ubuntu-slice-apache-mysql-php-ruby-on-rails-git-and/
and when I do
ruby setup.rb
then I get following error I am root on the system
~/rubygems-1.3.1# ruby setup.rb
/usr/local/lib/ruby/1.8/yaml.rb:9:in `require': no such file to load
-- s
it's best not to install rubygems via apt-get. follow the instructions
from here http://docs.rubygems.org/read/chapter/3 i have a blog post
on set up for ubuntu
http://seanbehan.com/ruby-on-rails/new-ubuntu-slice-apache-mysql-php-ruby-on-rails-git-and/
which may be helpful (just ignore the libs fo
To answer both of your replies
I did the following
1) which rails
does not give me an output.
2) Then checked for Ruby
~# dpkg -s ruby
Package: ruby
Status: install ok installed
Priority: optional
Section: interpreters
Installed-Size: 100
Maintainer: Fumitoshi UKAI
Architecture: all
Source: ruby-
"abcd-cards" wrote in
message
news:c4198725-6254-4602-91c2-1dd3065a1...@i25g2000yqm.googlegroups.com...
I am using a Debian Lenny system. I did the following to install
RedMine as mentioned on their wiki page
http://www.redmine.org/wiki/redmine/RedmineInstall
ruby 1.8.7
Rails 2.3.5 and
Rack
looks like it's trying to load the rails source from the RAILS_ROOT/
vendor directory. i'm not sure if redmine comes w/ it's own version of
rails.
when you type "which rails" on the command line, you should get a path
returned. if not, it's likely that rails isn't installed correctly.
can you run o
5 matches
Mail list logo