i am running windows vista and am working on the download of ruby and rails......so heres what i just did ......I downloaded and installed ruby 1.9.1-p429 then I downloaded and installed rubygems 1.3.7 ......my next question: would it be better to install rails through the command line? or to download it as a standalone package? -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
hi Rich, since you already have ruby and rubygems up and running, the only reason IMO you should not prefer the command line would be that you don''t have internet connection (and then you have to dowload packages on another computer). there will certainly (and rapidly) be a module or tool that you''ll want to use in your app that isn''t already packaged, so you''ll have no other solution than the command line. for windows users (as i used to be myself), the command line looks like the old wash-machine of your grand-mother : rustic, not sexy, has been... but everyone knows those machines never brake, and wash better :) so there it is : the command line wash whiter ;-) On 20 juil, 23:34, Rich d <elevenb4...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> i am running windows vista and am working on the download of ruby and > rails......so heres what i just did ......I downloaded and installed > ruby 1.9.1-p429 > then I downloaded and installed rubygems 1.3.7 ......my next > question: would it be better to install rails through the command > line? or to download it as a standalone package?-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Rich d wrote:> i am running windows vista and am working on the download of ruby and > rails......so heres what i just did ......I downloaded and installed > ruby 1.9.1-p429 > then I downloaded and installed rubygems 1.3.7 ......my next > question: would it be better to install rails through the command > line? or to download it as a standalone package?Using Windows for Rails development isn''t a great idea, but I gather (never having done it myself, so take this for what it''s worth) that most Windows Rails developers use InstantRails. But you''ll be a lot happier if you can set up a *nix VM (perhaps Jerome''s VirtualRails will do the trick) or get a Mac. Best, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.