Tag: devkit

无法正确地自动生成Ruby DevKitconfiguration文件

我已经安装了Ruby 2.0的Windows Ruby安装程序,解包DevKit(DevKit-mingw64-64-4.7.2-20130224-1432-sfx.exe)到Program Files并运行 ruby dk.rb init 但生成的config.yml文件不会列出我的Rubypath。 其内容如下所示: # This configuration file contains the absolute path locations of all # installed Rubies to be enhanced to work with the DevKit. This config # file is generated by the 'ruby dk.rb init' step and may be modified # before running the 'ruby dk.rb install' step. […]

在窗户上的therubyracergem

我已经在Windows上和平地开发了,几个星期没有添加任何gem,今天我决定做一个软件包更新,但我无法通过这个名为therubyracer的gem。 我已经安装了开发包,它正在根据文档的validation程序进行工作。 我的问题是:有没有办法在Windows上安装这个gem? 这是为什么现在我正在做一个软件包更新,它被“滑”到轨道3.0.8,作为未来的3.1移植的早期踢开始的姿态? 编辑包括Gemfile和Gemfile.lock # Gemfile # source 'http://rubygems.org' source :rubygems gem 'rails' gem 'rake', '0.8.7' gem 'youtube_it' gem 'panda' gem "nifty-generators" # gem "mongoid", "2.0.0.rc.7" gem "mongoid" gem "mongoid-eager-loading" # gem 'mongoid_search' gem "bson_ext", ">1.1.5" gem 'devise' gem 'cancan' gem 'hirb' # gem 'heroku' gem 'rest-client' gem 'less' # needs the more plugin […]