Hi all, im a newbie on RoR framework, im working with mac OSX 10.5 (leopard) im developing joomla! CMS with xampp in my local machine i have a some questions pertaining to RoR 1. how do i install RoR in xampp? 2. i understand osx 10.5 come with latest ruby ver. 1.8.6 how do this work in xampp environment? do i have install RoR again in xampp? any help will be much appreciated thank you -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
John Yerhot
2008-Aug-26 14:31 UTC
Re: Newbie -How to install RoR on xampp for osx(leopard)
On Aug 26, 6:10 am, Swai Ho <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Hi all, > im a newbie on RoR framework, im working with mac OSX 10.5 (leopard) > im developing joomla! CMS with xampp in my local machine > > i have a some questions pertaining to RoR > 1. how do i install RoR in xampp? > 2. i understand osx 10.5 come with latest ruby ver. 1.8.6 > how do this work in xampp environment? do i have install RoR again in > xampp? > > any help will be much appreciated > > thank you > -- > Posted viahttp://www.ruby-forum.com/.I''d skip the whole Xampp part.. Leopard comes with Rails and Apache already, though you''ll need to update Rails. You should only need to do: sudo gem update --system sudo gem update rails Turn on Websharing and you should be good to go. the Rails wiki shows how to use Xampp''s MySQL socket http://wiki.rubyonrails.org/rails/pages/XAMPP+integration Hope that helps John --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---