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.

-- 
Yong Gu
Sent with Sparrow

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 not
found"

Do i need to use some other emacs as of now i am using Aptana Studio 3
on Windows 8 OS.

If you know of any better version tools or emacs or softwares for
running ruby easily on windows 8, do let me know i will download that
particular version.


Yong Gu wrote in post #1107444:
If the database is created and setup, then just run 'rails s' under the
project 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 database
2. rake db:migrate // create the tables in the database
3. rake db:seed // if there is any data need to setup

For the database setup, see the config/database.yml to fill the correct
credential of you local database.

If there is any errors, please paste the log here and we can check it
together.

--
Yong Gu

--

--
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.

--
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.
 
 

No comments:

Post a Comment