Lunks wrote in post #958901: > You should not install rails from the Ubuntu repository. It is usually > an > older version. Just install ruby, install rubygems, then do a gem > install > rails. It should be on 3.0. > > Also, you most surely doesn't need Apache to try it out. Once everything > is > set up on rails 3, just go to your app and write 'rails server'. It > should > fire a server on http://localhost:3000/
I've finally got my rails install set up correctly ^_^ I played around with the localhost server, and it's great for testing it, but for the project I'm working on I have to get rails set up on an apache server... Does anyone know how to configure it to display ruby correctly? -- 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.

