- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
有谁知道如何在 Ubuntu 上更新 RubyGems。通常的方法不起作用:
steve@ubuntu:~$ rails /home/steve/www/mynewapp -d mysql
create
create app/controllers
create app/helpers
create app/models
create app/views/layouts
create config/environments
create config/initializers
create config/locales
create db
create doc
create lib
create lib/tasks
create log
create public/images
create public/javascripts
create public/stylesheets
create script/performance
create test/fixtures
create test/functional
create test/integration
create test/performance
create test/unit
create vendor
create vendor/plugins
create tmp/sessions
create tmp/sockets
create tmp/cache
create tmp/pids
create Rakefile
create README
create app/controllers/application_controller.rb
create app/helpers/application_helper.rb
create config/database.yml
create config/routes.rb
create config/locales/en.yml
create db/seeds.rb
create config/initializers/backtrace_silencers.rb
create config/initializers/inflections.rb
create config/initializers/mime_types.rb
create config/initializers/new_rails_defaults.rb
create config/initializers/session_store.rb
create config/environment.rb
create config/boot.rb
create config/environments/production.rb
create config/environments/development.rb
create config/environments/test.rb
create script/about
create script/console
create script/dbconsole
create script/destroy
create script/generate
create script/runner
create script/server
create script/plugin
create script/performance/benchmarker
create script/performance/profiler
create test/test_helper.rb
create test/performance/browsing_test.rb
create public/404.html
create public/422.html
create public/500.html
create public/index.html
create public/favicon.ico
create public/robots.txt
create public/images/rails.png
create public/javascripts/prototype.js
create public/javascripts/effects.js
create public/javascripts/dragdrop.js
create public/javascripts/controls.js
create public/javascripts/application.js
create doc/README_FOR_APP
create log/server.log
create log/production.log
create log/development.log
create log/test.log
steve@ubuntu:~$ cd /home/steve/www/mynewapp
steve@ubuntu:~/www/mynewapp$ ruby script/server
Rails requires RubyGems >= 1.3.2 (you have 1.3.1). Please `gem update --system` and try again.
steve@ubuntu:~/www/mynewapp$ gem update --system
ERROR: While executing gem ... (RuntimeError)
gem update --system is disabled on Debian. RubyGems can be updated using the official Debian repositories by aptitude or apt-get.
最佳答案
您似乎是从 Debian/apt-get 软件包安装了 rubygems。
如果您使用的是 Ubuntu 9.04 或更高版本,这可能有效:
sudo gem install rubygems-update
sudo update_rubygems
否则,删除软件包并从源代码安装 rubygems,这是安装 rubygems 的推荐方法:
sudo apt-get remove rubygems
wget http://rubyforge.org/frs/download.php/60718/rubygems-1.3.5.tgz
tar xzvf rubygems-1.3.5.tgz
cd rubygems-1.3.5
sudo ruby setup.rb
sudo ln -s /usr/bin/gem1.8 /usr/bin/gem
sudo gem update --system
关于ruby-on-rails - 在 Ubuntu 上更新 RubyGems,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1814301/
在干净的 Debian 系统上——没有安装 Rubygems——我想安装一个带有 Puppet 的 Rubygem 包(版本 2.7.13)。所以包有“gem”作为包提供者。 到目前为止,这是我的 l
您好,我希望得到一些安装 rubygems 的帮助。这就是我尝试时发生的情况。 “ruby-full”已经安装。我该如何解决?这是什么问题? $ sudo apt-get install ruby
我两天前刚刚上传了一个 RubyGem。它的作用不大,但它是部分 Facebook Graph API 的包装器。今天怀着好奇,查看了一下gem的下载量,居然在300左右,高得惊人。我想知道机器人是否
我遇到了与 Gem::LoadError: Could not find rubygems-bundler (>= 0) amongst 类似的问题我假设那里提到的错误已经修复。 我正在使用 bund
我公司的公司代理似乎干扰了 https rubygems.org 的连接(但不是 http 连接),当我尝试从默认 gem 源 https://rubygems.org 安装 gem 时导致失败.出于
$ bundle The source :rubygems is deprecated because HTTP requests are insecure. Please change your s
$ bundle The source :rubygems is deprecated because HTTP requests are insecure. Please change your s
警告:找不到 RubyGems 1.2+ 索引: RubyGems 将恢复到降低性能的遗留索引。 如果有人能帮我解决这个问题,我会给他们 50.00 美元 我用尽了谷歌,重新安装了所有东西。 我只想做
我从 Maven 收到一条缺少 gem 的消息: http://production.s3.rubygems.org/gems/rb-inotify-0.9.6.gem http://s3.amazo
我刚刚安装了一个带有 Ubuntu 10.4 和 Ruby1.9.1 的新虚拟机 (VirtualBox)。我已经获得了 RUbyGems1.9.1 的软件包,但是当我执行 gem --version
遇到与this post相同的问题,除了不幸的是我不认为解决方案是一样的。 我收到此错误消息: Rails requires RubyGems >= 0.9.4. Please install Rub
我正在尝试编译我的第一个 gem 并将其推送到 rubygems.org。它不断抛出错误,说我无法推送到 https://rubygems.org : gem build simplesms.ge
我正在尝试编译我的第一个 gem 并将其推送到 rubygems.org。它不断抛出错误,说我无法推送到 https://rubygems.org : gem build simplesms.ge
关于如何更新 rubygems 有点困惑。过程不断变化(或者至少我从互联网上得到了相互矛盾的信息)。 $ gem outdated rubygems-update (1.8.10 < 1.8.11
运行 bundle 安装时,我收到以下消息: Rubygems 2.0.14 is not threadsafe, so your gems will be installed one at a ti
我收到错误:警告:您正在将 Rubygems 2.0.3 与 Spring 一起使用。尝试运行 Rails 控制台时至少升级到 Rubygems 2.1.0。 我该如何更新它? 最佳答案 尝试运行 g
我试图在 XP 上构建 capybara-webkit。我关注了this操作说明。它说要进行捆绑安装: $ cd ruby193\capybara-webkit $ bundle install
我正在运行 rails 2.3.5 版和 rubygems 1.3.6 版,当我编写脚本/服务器时出现此错误 Rails 要求 RubyGems >= 1.3.2。请安装 RubyGems 并重试
我刚刚开始学习 Ruby on Rails,并且正在将它安装到 OSX El Capitan 上。 我已经使用 rbenv 完全安装了 Ruby on Rails。我能够通过运行来设置我的第一个应用程
我正在建立自己的 Github 页面。我想在推送到远程仓库之前在本地机器上测试站点。我按照 https://help.github.com/en/github/working-with-github-
我是一名优秀的程序员,十分优秀!