Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi ,

I am new to ruby on rails development. Just started learning. I installed ruby on rails on my windows 8.1 pc with below pakages kit from website.

Quote:
I am using windows 8.1

Packages included are
Ruby 2.0.0
Rails 4.1
Bundler
Git
Sqlite
TinyTDS
SQL Server Support
DevKit


but when i try to run the server using command rails s i am getting below error !

Quote:
could not find gem 'tzinfo-data (>=0) x86-mingw32' in the gems available on this machine.
Run bundle install to install missing gems

I tried to use bundle install command , but then i am getting below error

dl is deprecated please use fiddle
Posted
Comments
Torakami 11-Apr-15 23:22pm    
can anyone help on this please ?
Kornfeld Eliyahu Peter 12-Apr-15 7:26am    
Try run this: gem 'tzinfo-data', platforms: [:mingw, :mswin]
Kornfeld Eliyahu Peter 12-Apr-15 7:27am    
Or use this: http://railsinstaller.org/en
Torakami 12-Apr-15 10:51am    
I have installed this kit only

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900