Paul Na wrote: > hi all, > > i have got my laptop for making apps in ror but im just wondering when i > setup my server to run it do i install ruby irb gems, or do i just > install ruby as this will be only to run it.
Irb is only required if you want to run the Rails console. You don't need it to run the server. (But I recommend installing irb anyway, because the console is very useful.) > > ps. what others bits do it need to install for mysql to work with ruby > etc. Well, you'll need the appropriate mysql library...I'm not sure at this point what that is, since I avoid mySQL. > > > > thanks Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- 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 -~----------~----~----~----~------~----~------~--~---

