Hi, I have been working with ruby/ruby on rails/and mysql (latest releases) on a PC. I just purchased a new Mac with Leopard... I know it comes with ruby and ROR... I want to install the latest versions of Ruby, ROR, Gems, MySQL.. I have searched for installing them... any of you know a sure way to install these? Maybe compile them my own? Any help would be appreciated... Thanks! -- 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 -~----------~----~----~----~------~----~------~--~---
Updating the pre-installed Ruby interpreter is not recommended, as explained here: http://trac.macosforge.org/projects/ruby/wiki/FAQ More info: http://trac.macosforge.org/projects/ruby/wiki/WhatsNewInLeopard Rubygems and ROR can be updated via Rubygems. You can compile MySQL using these instructions from Dan Benjamin: http://hivelogic.com/narrative/articles/installing-mysql-on-mac-os-x Best, -Mike On Dec 2, 2:05 am, Gerald Redila <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Hi, > > I have been working with ruby/ruby on rails/and mysql (latest releases) > on a PC. I just purchased a new Mac with Leopard... I know it comes with > ruby and ROR... I want to install the latest versions of Ruby, ROR, > Gems, MySQL.. I have searched for installing them... any of you know a > sure way to install these? Maybe compile them my own? Any help would be > appreciated... > > Thanks! > -- > Posted viahttp://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 -~----------~----~----~----~------~----~------~--~---
Hi Mike, Thanks for the quick reply. I have installed MySql smoothly last night following Dan''s article. Also updated Rubygems, and goign to continue updting the installed gems today, including ROR. I think I will keep my Ruby version for now. Thanks gain for the help. mhutchin wrote:> Updating the pre-installed Ruby interpreter is not recommended, as > explained here: > > http://trac.macosforge.org/projects/ruby/wiki/FAQ > > More info: > > http://trac.macosforge.org/projects/ruby/wiki/WhatsNewInLeopard > > Rubygems and ROR can be updated via Rubygems. > > You can compile MySQL using these instructions from Dan Benjamin: > > http://hivelogic.com/narrative/articles/installing-mysql-on-mac-os-x > > Best, > > -Mike > > On Dec 2, 2:05 am, Gerald Redila <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>-- 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 -~----------~----~----~----~------~----~------~--~---
I installed everything from source on Ubuntu and it wasn''t difficult, but I found that it was easier to use MacPorts to install MySQL, Ruby and RubyGems and then use RubyGems to install all the gems you want. I have written a <a href="http://blog.rayvinly.com/articles/2007/11/29/ setting-up-ruby-on-rails-with-mysql-on-mac-os-x-10-5-leopard">blog post</a> about how I got it to work. Give it a try. Ray On Dec 2, 4:19 pm, Gerald Redila <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Hi Mike, Thanks for the quick reply. I have installed MySql smoothly > last night following Dan''s article. Also updated Rubygems, and goign to > continue updting the installed gems today, including ROR. > I think I will keep my Ruby version for now. Thanks gain for the help. > > > > mhutchin wrote: > > Updating the pre-installed Ruby interpreter is not recommended, as > > explained here: > > >http://trac.macosforge.org/projects/ruby/wiki/FAQ > > > More info: > > >http://trac.macosforge.org/projects/ruby/wiki/WhatsNewInLeopard > > > Rubygems and ROR can be updated via Rubygems. > > > You can compile MySQL using these instructions from Dan Benjamin: > > >http://hivelogic.com/narrative/articles/installing-mysql-on-mac-os-x > > > Best, > > > -Mike > > > On Dec 2, 2:05 am, Gerald Redila <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > > -- > Posted viahttp://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 -~----------~----~----~----~------~----~------~--~---
Oops, I thought it requires markup. Here is the link again: http://blog.rayvinly.com/articles/2007/11/29/setting-up-ruby-on-rails-with-mysql-on-mac-os-x-10-5-leopard On Dec 2, 5:00 pm, ray <rayvi...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I installed everything from source on Ubuntu and it wasn''t difficult, > but I found that it was easier to use MacPorts to install MySQL, Ruby > and RubyGems and then use RubyGems to install all the gems you want. > I have written a <a href="http://blog.rayvinly.com/articles/2007/11/29/ > setting-up-ruby-on-rails-with-mysql-on-mac-os-x-10-5-leopard">blog > post</a> about how I got it to work. Give it a try. > > Ray > > On Dec 2, 4:19 pm, Gerald Redila <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > wrote: > > > Hi Mike, Thanks for the quick reply. I have installed MySql smoothly > > last night following Dan''s article. Also updated Rubygems, and goign to > > continue updting the installed gems today, including ROR. > > I think I will keep my Ruby version for now. Thanks gain for the help. > > > mhutchin wrote: > > > Updating the pre-installed Ruby interpreter is not recommended, as > > > explained here: > > > >http://trac.macosforge.org/projects/ruby/wiki/FAQ > > > > More info: > > > >http://trac.macosforge.org/projects/ruby/wiki/WhatsNewInLeopard > > > > Rubygems and ROR can be updated via Rubygems. > > > > You can compile MySQL using these instructions from Dan Benjamin: > > > >http://hivelogic.com/narrative/articles/installing-mysql-on-mac-os-x > > > > Best, > > > > -Mike > > > > On Dec 2, 2:05 am, Gerald Redila <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > > > -- > > Posted viahttp://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 -~----------~----~----~----~------~----~------~--~---
Download Project Management System developed in PHP,MySQL from http://phpfunda.blogspot.com/2007/09/project-management-system-in-php-mysql.html -- 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 -~----------~----~----~----~------~----~------~--~---