Hi, I would like to run ruby on rails in windows. I have watched some tutorial but I haven''t got any answer for this. After, I create a new app in the projectfolder/script folder only contains rails file, there aren''t other file like server,generate... Can you help me? Thanks. -- 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.
> I would like to run ruby on rails in windows. I have watched some > tutorial but I haven''t got any answer for this. > After, I create a new app in the projectfolder/script folder only > contains rails file, there aren''t other file like server,generate... > > Can you help me?Any chance you are using Rails 3? If so.... rails server rails generate .... etc.... -- 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.
On 19 January 2011 15:56, branni <ujlaki.imre-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > > I would like to run ruby on rails in windows. I have watched some > tutorial but I haven''t got any answer for this. > After, I create a new app in the projectfolder/script folder only > contains rails file, there aren''t other file like server,generate...I guess you are using Rails 3, in which case you need to follow examples and tutorials for Rails 3 which uses ''rails server'' for example rather than ''script/server''. Colin -- 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.
Philip Hallstrom wrote in post #976035:>> I would like to run ruby on rails in windows. I have watched some >> tutorial but I haven''t got any answer for this. >> After, I create a new app in the projectfolder/script folder only >> contains rails file, there aren''t other file like server,generate... >> >> Can you help me? > > Any chance you are using Rails 3? If so.... > > rails server > rails generate .... > etc....However, if you *are* using Rails 3, please find a Rails 3 tutorial ( http://www.railstutorial.org is excellent). 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.
Yes, But the problems was with the rails server, that I hadn''t got libmysql.dll, after I copy that it works. Thanks -- 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.