Re: [Rails] Web Server Error

2014-09-19 Thread Robert Thau
Colin Law writes: > On 19 September 2014 04:54, Rohan Sarker wrote: > > Unfortunately I need to start Web Server in Windows 7. Please let me know > > if > > you have any solution for Windows 7. > > No, I have no solution for that, whether you will find a solution I do > not know. Very fe

Re: [Rails] Web Server Error

2014-09-19 Thread Rohan Sarker
For the Development Kit, I could find out only: DEVELOPMENT KITFor use with Ruby 1.8.7 and 1.9.3: - DevKit-tdm-32-4.5.2-20111229-1559-sfx.exe For use with Ruby 2.0 (32bits version only): -

Re: [Rails] Web Server Error

2014-09-19 Thread Rohan Sarker
I checked with some more options: Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Users\Dell>cd.. C:\Users>cd.. C:\>cd Ruby200 C:\Ruby200>cd blog C:\Ruby200\blog>cd bin C:\Ruby200\blog\bin>rails server Could not find gem 'tzinfo-data (>

Re: [Rails] Web Server Error

2014-09-19 Thread Rohan Sarker
I did as mentioned and the command log is as follows: Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Users\Dell>cd C:\Ruby200\DevKit C:\Ruby200\DevKit>ruby dk.rb review Unable to find 'config.yml'. Have you run 'ruby dk.rb init' yet? C:

Re: [Rails] Web Server Error

2014-09-19 Thread Vic Abana
Hi Rohan, To add to Clayton's message re DevKit. You may use the following instructions. 1) Download DevKit file from http://rubyinstaller.org/downloads (DevKit-tdm-32-4.5.2-20110712-1620-sfx.exe) 2) Extract DevKit to path C:\Ruby200\DevKit 3) Go to DevKit installation direc

Re: [Rails] Web Server Error

2014-09-19 Thread Clayton Cottingham
Well if rails and gem are working I wonder: Have you installed the dev kit? Looks like the Json gem is failing because the dev kit isnt installed and it needs the build tools inside it If you have installed the dev kit make sure you follow its instructions. It probably the path issue your erro

Re: [Rails] Web Server Error

2014-09-18 Thread Timothy Mukaibo
Exactly as the error says, try the following: Please update your PATH to include build tools or download the DevKit from 'http://rubyinstaller.org/downloads' and follow the instructions at 'http://github.com/oneclick/rubyinstaller/wiki/Development-Kit' On 19 September 2014 16:38, Colin Law wrote

Re: [Rails] Web Server Error

2014-09-18 Thread Colin Law
On 19 September 2014 04:54, Rohan Sarker wrote: > Unfortunately I need to start Web Server in Windows 7. Please let me know if > you have any solution for Windows 7. No, I have no solution for that, whether you will find a solution I do not know. Very few Rails servers run on Windows. I suggest

Re: [Rails] Web Server Error

2014-09-18 Thread Rohan Sarker
Unfortunately I need to start Web Server in Windows 7. Please let me know if you have any solution for Windows 7. *Regards* *Rohan Sarker* *+913324288069 / +917278539338* *www.rohansarker.com * On Thursday, September 18, 2014 6:01:07 PM UTC+5:30, Colin Law wrote: >

Re: [Rails] Web Server Error

2014-09-18 Thread Colin Law
On 18 September 2014 12:39, Rohan Sarker wrote: > Starting up the Web Server Error Details: > > I executed the following commands: > > $ rails new blog > $ cd blog > > > "Starting up the Web Server" > > > $ bin/rails server > > C:\Ruby200\blog>bin/rails server > 'bin' is not recognized as an inter

[Rails] Web Server Error

2014-09-18 Thread Rohan Sarker
Starting up the Web Server Error Details: I executed the following commands: $ rails new blog $ cd blog "Starting up the Web Server" $ bin/rails server C:\Ruby200\blog>bin/rails server 'bin' is not recognized as an internal or external command, operable program or batch file. C:\Ruby200\blo