Hello,

I'm trying to set up a complete RoR with PostgreSQL and nginx plus
mongrel_cluster on Lenny.

I'll have all installed, except Ruby ...

$ gem install rails
1 gem installed

$ ruby --version
command not found

And I have the rails gem installed ....

Any idea why I can't use Rails ???

thanks!

r.

------------------------------

my list of gems:

r...@debian:/$ gem list

*** LOCAL GEMS ***

actionmailer (2.2.2)
actionpack (2.2.2)
activerecord (2.2.2)
activeresource (2.2.2)
activesupport (2.2.2)
cgi_multipart_eof_fix (2.5.0)
daemons (1.0.10)
fastthread (1.0.1)
gem_plugin (0.2.3)
mongrel (1.1.5)
mongrel_cluster (1.0.5)
pg (0.7.9.2008.10.13)
rails (2.2.2)
rake (0.8.3)
r...@debian:/$


my versions:

r...@debian:/$ irb -v
irb 0.9.5(05/04/13)
r...@debian:/$ gem -v
1.2.0
r...@debian:/$ ruby --version
ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux]
r...@debian:/$ rails --version
-bash: rails: command not found
r...@debian:/$


After installing gem, rails, mongrel, ... on the remote server, I had
to add two alias to the bash files, I don't know if I have to do
something similar to Rails:

alias ruby=ruby1.8
alias irb=irb1.8

but I can't find the correct path of Rails

$ find . -type f -name "*rails" -print
(nothing found)
-- 
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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to