http://ruby-china.org/topics/看下这个...
@realleo ....你给的网址貌似有问题啊
http://ruby-china.org/topics/9030 http://stackoverflow.com/questions/15590450/ruby-2-0-0p0-irb-error-dl-is-deprecated-please-use-fiddle
@Juanito
@Juanito 按照他说的。gem install tzinfo-data.但是没用啊
你做了什麼,完整的 log 貼出來。
@Juanito 我刚在 WINDOWS 上装了 Ruby on rails。。。。然后创建了一个 demo.里边什么都没有写,直接 rails s 就这样了
@jsasdw1991 Gemfile 加這兩個試試
gem "wdm", platforms: [:mswin, :mingw, :x64_mingw] gem "tzinfo-data", platforms: [:mswin, :mingw, :x64_mingw]
加好再 bundle 一下,然後啟動 Rails 服務器試試: rails server。
bundle
rails server
@Juanito 可以了,谢谢啊
既然是用 Windows 系统,为什么不用 vagrant.
@paul_king 这个是什么东西。
https://github.com/astaxie/Go-in-Action/blob/master/ebook/zh/01.2.md http://www.intelligentbee.com/blog/2013/09/17/setup-a-simple-ruby-2-on-rails-4-environment-with-vagrant-and-virtual-box/ 按这些去配置,最好不要在 windows 下开发。
@paul_king 我知道了这是干什么的了。我有 ubuntu 的环境。