Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
@floger
VIP
NO. 486 / 2011-12-16

北京
2 Topics / 91 Replies
0 Followers
0 Following
2 Favorites
GitHub Public Repos
  • RedisDesktopManager-Wi... 1

    RedisDesktopManager Windows版本

  • easyexcel 0

    快速、简洁、解决大文件内存溢出的java处理Excel工具

  • KCloud-Platform-IoT 0

    KCloud-Platform-IoT(阻塞式)(老寇IoT云平台)是一个企业级微服务架构的IoT云平台。采用DDD(领域驱动设计)思想,基于Spring Boot 3.4.1、Spring C...

  • reader 0

    Convert any URL to an LLM-friendly input with a simple prefix https://r.jina.ai/

  • eyes.sh 0

    Optimized DNS/HTTP Log Tool for pentesters, faster and easy to use.

  • k8seasy_release_page 0

    一键安装kubernets(k8s)系统,已支持云环境的发布,可以在阿里云 azure 等云环境自主部署k8s系统,golang 编写 无需任何插件,无需翻墙下载任何内容,证书10年有效期,支持...

  • chatgpt-web 0

    用 Express 和 Vue3 搭建的 ChatGPT 演示网页

  • Archery 0

    SQL 审核查询平台

  • china_area 0

    2024年中国全国5级行政区划(省、市、县、镇、村)

  • Political-Science 0

    政治

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • [已解决] 安装好 rvm 之后,开启新终端 rvm 命令就运行不了了,求教~~~~ at December 12, 2013
    1. Reload shell configuration & test

    Close out your current shell or terminal session and open a new one (preferred). You may load RVM with the following command:

    ser$ source ~/.rvm/scripts/rvm
    

    If installation and configuration were successful, RVM should now load whenever you open a new shell. This can be tested by executing the following command which should output 'rvm is a function' as shown below.

    user$ type rvm | head -n 1
    

    rvm is a function NOTE: Before reporting problems check 'rvm notes' as it might contain important information. http://rvm.io/rvm/install

  • 求助 安装 DevKit 问题 at December 05, 2013

    If you use the x64 version of ruby you might get an error saying Invalid configuration. Please fix ‘config.yml’ and rerun ‘ruby dk.rb install’. See http://stackoverflow.com/questions/16523607/cant-get-ruby-devkit-configuration-file-autogenerated-properlyni 看见这个了吗?

  • 求助 安装 DevKit 问题 at December 04, 2013

    你现在只是

    ruby dk.rb init 
    

    然后在

    ruby dk.rb review
    

    看看有没有找到你的 ruby 路径, 找到了在

    ruby dk.rb install
    
  • 求助 安装 DevKit 问题 at December 04, 2013

    Run Installation Scripts

    cd from Step 3 above. ruby dk.rb init to generate the config.yml file to be used later in this Step. Your installed Rubies will be listed there (only those installed by a RubyInstaller package are detected at present). edit the generated config.yml file to include installed Rubies not automatically discovered or remove Rubies you do not want to use the DevKit with. [optional] ruby dk.rb review to review the list of Rubies to be enhanced to use the DevKit and verify the changes you made to it are correct. finally, ruby dk.rb install to DevKit enhance your installed Rubies. This step installs (or updates) an operating_system.rb file into the relevant directory needed to implement a RubyGems pre_install hook and a devkit.rb helper library file into \lib\ruby\site_ruby. NOTE: you may need to use the --force option to update (with backup of the originals) the above mentioned files as discussed at the SFX DevKit upgrade FAQ entry. If you use the x64 version of ruby you might get an error saying Invalid configuration. Please fix ‘config.yml’ and rerun ‘ruby dk.rb install’. See http://stackoverflow.com/questions/16523607/cant-get-ruby-devkit-configuration-file-autogenerated-properlyni 你还没有安装完毕呢,有什么问题吗

  • bundle 时出现 ERROR: Failed to build gem native extension. at December 02, 2013

    那你在安装的终端输出日志是神什么,不会就是 你给那些吧!请截图或者粘贴终端内输出的错误内容!!

  • bundle 时出现 ERROR: Failed to build gem native extension. at December 02, 2013

    没有具体错误信息吗,在吧出错日贴详细点,rvm 只看到 ruby-2.0.0-p247 没有看到有 p353 的版本呀

  • 关于 rails.vim 和 janus 的小疑问? at December 02, 2013

    为什么要用 Redit 或者 Rfind 呢,直接使用 ctrl+p 不就可以了

  • 安装 ruby 第一步就出问题。。。 at October 16, 2013

    重新安装 curl

  • Mac Terminal 设置 at September 27, 2013

    oh-my-zsh https://github.com/robbyrussell/oh-my-zsh 可以实现你的需要

  • 安装 ruby 第一步就出问题。。。 at September 07, 2013

    看看是不是证书问题,http://www.cnblogs.com/ainiaa/archive/2011/11/08/2241385.html,CURL试试不行就重新安装

  • Github 无法登陆了 at August 22, 2013

    的确是 500 了

  • 启动 rails 服务出错了 at October 24, 2012

    gemfile 中添加这个试试 group :development, :test do if RUBY_VERSION =~ /1.9/ gem 'ruby-debug19' else gem 'ruby-debug' end end

  • 启动 rails 服务出错了 at October 24, 2012

    @bpw11320 我都是直接现在 gem 包安装的。不用切换 到http://rubyforge.org/frs/?group_id=8883下载最新的包试试看看

  • 启动 rails 服务出错了 at October 24, 2012

    gem install linecache19-0.5.13.gem -- --with-ruby-include=/Users/mdoroudi/.rvm/src/ruby-1.9.3-p0/ gem install ruby-debug-base19-0.11.26.gem -- --with-ruby-include=/Users/moroudi/.rvm/src/ruby-1.9.3-p0/ gem install ruby-debug19-0.11.6.gem -- --with-ruby-include=/Users/mdoroudi/.rvm/src/ruby-1.9.3-p0/ @bpw11320 安着这个方式在安装试试

  • 启动 rails 服务出错了 at October 24, 2012

    启动之前使用 bundle install 了吗?

  • 启动 rails 服务出错了 at October 24, 2012

    没有安装 ruby-debug19 ruby1.9.3 安装 rubydebug 去 RubyForce 下载最新的 Ruby-DEBUGde gem http://rubyforge.org/frs/?group_id=8883

  • 发现 Ruby China 已经支持 emoji 表情了 (别回啦,预览就可以看效果了) at July 04, 2012

    :em

  • rails 在 XP 下安装出错,请指教 at June 15, 2012

    你要选择安装对应 1.8 的版本的 rails 安装,最好是 gem install rails -v2.3 安装

  • 我的 Sublime Text 没办法使用 Zen Coding at May 16, 2012

    Sublime text 调出 zen coding 的方式就是 ctrl+alt+enter 但是对应的页面必须是 html,或者可编辑 html 的页面才可以调出控制台。

  • 请教:按照官网上的教程实现访问官网首页和 hello,总是出错。 at May 14, 2012

    mysql2 我记得是不支持的。请跟换成为 mysql 试试

  • ruby 1.93p125 安装 ruby-debugger 失败 at May 06, 2012

    这个是使用 gem 'ruby-debug-base19', '>= 0.11.25' 会失败的,的使用 0.11.26 才可以安装,去 RubyForce 下载最新的 Ruby-DEBUGde gem http://rubyforge.org/frs/?group_id=8883 安装没有问题。

  • 为什么我退出后,就无法登录了 at April 28, 2012

    不是,是我退出后,在使用我的密码和账号登陆提示,用户名或者密码错误。然后我就只能重新找回就可以,还有就是使用 github 登陆是其它人的账号显示!!

  • 为什么我退出后,就无法登录了 at April 28, 2012

    账号:就是我的用户名,邮箱是:wangshuangjun0210#gmail.com

  • 又拍云存储限时优惠,注册就送 30G 流量啦!(活动已结束) at March 13, 2012

    已经通过 ruby-china 注册了

  • 中文 Railscasts 第三期发布 at December 26, 2011

    支持呀,正在学习呀!!

  • Prev
  • 1
  • 2
  • 3
关于 / RubyConf / Ruby 镜像 / RubyGems 镜像 / 活跃会员 / 组织 / API / 贡献者
由众多爱好者共同维护的 Ruby 中文社区,本站使用 Homeland 构建,并采用 Docker 部署。
服务器由 赞助 CDN 由 赞助
iOS 客户端 / Android 客户端 简体中文 / English