Ruby on Rails
Tuesday, April 30, 2013
Hi,
Did you install ruby environment on your computer? I do not have any experience on running ruby on Window 8. I think you could try this: http://www.racap.net/2012/02/how-to-install-ruby-on-rails-in-windows.html.
On Wednesday, May 1, 2013 at 1:59 PM, gautam s. wrote:
Dear Yong Gu,You guys are fast. I mean really fast i have been on unix forums(unix.com) for a while, but replies this fast its amazing.I have tried writing "rails s" it always says "sh.exe: rake: command notfound"Do i need to use some other emacs as of now i am using Aptana Studio 3on Windows 8 OS.If you know of any better version tools or emacs or softwares forrunning ruby easily on windows 8, do let me know i will download thatparticular version.Yong Gu wrote in post #1107444:If the database is created and setup, then just run 'rails s' under theproject directory and open your browser to check http://localhost:3000.If it is not, then you need to setup the database as below:1. rake db:create // create the database2. rake db:migrate // create the tables in the database3. rake db:seed // if there is any data need to setupFor the database setup, see the config/database.yml to fill the correctcredential of you local database.If there is any errors, please paste the log here and we can check ittogether.--Yong GuSent with Sparrow (http://www.sparrowmailapp.com/?sig)--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 unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.To post to this group, send email to rubyonrails-talk@googlegroups.com.For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment