David Kahn wrote: > I hope I am not saying something totally wrong and idiotic but here > goes: Is > that Ruby 1.9.1 you are using? If I understand Rails 3 wants either > 1.8.7 or > 1.9.2. Could that be the problem?
Hello David, ruby 1.9.1 of Debian is actually 1.9.2 and I can run rails using: /var/lib/gem/1.9.1/bin/thin start to start the thin server. ~/test/rails3_1.9$ ruby1.9.1 -v ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-linux] I do not know why. -- 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.

