Installing rails on windows.But my firefox could not open
htttp://localhost3000.Also
I tried this http://0.0.0.0:3000 but could not work.
Did you actually create a rails application and start running it from
the
command line?
On Aug 30, 2011, at 12:53 PM, Shital wrote:
Installing rails on windows.But my firefox could not open
htttp://localhost3000.Also
I tried this http://0.0.0.0:3000 but could not work.
Typo? That should be localhost:3000, or 127.0.0.1:3000. And as the other
person asked, have you actually got Rails app running?
–
Scott R.
[email protected]
http://www.elevated-dev.com/
(303) 722-0567 voice
Yes my code is,
C:\Sites>cd ridemo
C:\Sites\ridemo>rails s
=> Booting WEBrick
=> Rails 3.0.9 application starting in development on
http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2011-08-30 14:25:39] INFO WEBrick 1.3.1
[2011-08-30 14:25:39] INFO ruby 1.8.7 (2011-06-30) [i386-mingw32]
[2011-08-30 14:25:39] INFO WEBrick::HTTPServer#start: pid=8028
port=3000
n Tue, Aug 30, 2011 at 3:00 PM, Tim S. [email protected] wrote:
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.
–
Sheetal Shinde
Raleigh,
NC,USA.
I’m guessing that ‘gvim’ is not recognized as an internal or external
command, operable program or batch file.
Have you installed gvim and made sure its installation path is in your
PATH
variable?
Hey thanks it works.
I’m new for ROR…
But now I could not open gvim
This is my code.
C:\Sites\ridemo>gvim
‘gvim’ is not recognized as an internal or external command,
operable program or batch file.
On Tue, Aug 30, 2011 at 3:15 PM, Scott R.
[email protected]wrote:
Scott R.
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.
–
Sheetal Shinde
Raleigh,
NC,USA.