On 04 Nov 2010, at 10:08, Nathan Domier wrote:

more good stuff @ RailsGuides: http://guides.rubyonrails.org/

Thanks to the links on the guide - I've abandoned rails 2.3.5 in favor
of 3.0.1 after I realized it wasn't the most up to date version.

What I'm having trouble finding at the moment is a tutorial for setting
up apache to work with rails...

Don't use Apache in development, use something like Passenger Standalone, Unicorn, …

In production, you can just host with Apache/Nginx + Passenger: 
http://www.modrails.com/install.html
Just point your vhost config to the rails app public folder.


Best regards

Peter De Berdt

--
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