> Then please use a 2.3 tutorial. You'll only get frustrated if you try > to use a 2.1 tutorial with Rails 2.3.
I'd like to use rails 3 if that's the most recent, I'm just trying to get everything set up at the moment anyway. >From your description, I'd be looking first at your webserver (Apache? >Nginx?) to see if you've configured it correctly to serve Rails apps. >Are you using Mogrel, Passenger, or something else? I'm running Apache, and I guess I don't have it configured to use rails. How would I go about doing that? I looked through he modules but didn't see one for rails... Also, I uninstalled ruby and railsi n hopes of remedying my previous situation, but now I've run into the following problem as well: nat...@flatbox:~$ ruby -v The program 'ruby' is currently not installed. You can install it by typing: sudo apt-get install ruby nat...@flatbox:~$ ruby1.9.1 -v ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-linux] nat...@flatbox:~$ gem install rails The program 'gem' can be found in the following packages: * rubygems1.8 * rubygems1.9.1 Try: sudo apt-get install <selected package> nat...@flatbox:~$ sudo apt-get install rubygems1.9.1 Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting 'ruby1.9.1' instead of 'rubygems1.9.1' ruby1.9.1 is already the newest version. ruby1.9.1 set to manually installed. The following packages were automatically installed and are no longer required: libsdl-ttf2.0-0 libmodplug0c2 libsdl-mixer1.2 libjs-prototype libindicator0 libmikmod2 libsdl-net1.2 libappindicator0 wwwconfig-common libruby1.8 libboost-regex1.42.0 javascript-common libsmpeg0 Use 'apt-get autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. nat...@flatbox:~$ gem install rails The program 'gem' can be found in the following packages: * rubygems1.8 * rubygems1.9.1 Try: sudo apt-get install <selected package> -- 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.

