gpt4 book ai didi

ruby-on-rails - 捆绑安装不起作用?

转载 作者:数据小太阳 更新时间:2023-10-29 07:37:51 25 4
gpt4 key购买 nike

我正在做一个 Rails 项目,当我尝试运行 paperclips 迁移生成器时,不断收到此错误。它告诉我 bundle install 因为找不到 gems 源但是当我运行 bundle install 时,一切正常,除了我每次都收到相同的错误消息来运行 bundle update。

几个小时前我遇到了同样的问题,但是这次它找不到 json gem -v 1.8.1 的源。

为了解决这个问题,我运行了 gem install json -v 1.8.1 之后一切正常。现在问题又出现在另一个 gem 上,这次为 gem 运行 gem install 似乎没有效果。

我不断收到的错误:

无法在任何来源中找到 climate_control-0.0.3
运行 bundle install 以安装缺少的 gem。

gem 文件:

source 'https://rubygems.org'


# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.1.1'
# Use postgresql as the database for Active Record
gem 'pg'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 4.0.3'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# Use CoffeeScript for .js.coffee assets and views
gem 'coffee-rails', '~> 4.0.0'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby

# Authentication gems
gem 'sorcery'
gem 'bcrypt'

# Photo Upload
gem 'paperclip', '~> 4.1'

# Use jquery as the JavaScript library
gem 'jquery-rails'
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
gem 'turbolinks'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'rabl'
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '~> 0.4.0', group: :doc

# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
group :development do
gem 'spring'
gem 'pry'
end


# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'

# Use unicorn as the app server
# gem 'unicorn'

# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development

# Use debugger
# gem 'debugger', group: [:development, :test]

当我运行 bundle install 时,它还显示它使用了正确的气候控制,但没有遇到错误。

使用 climate_control 0.0.3

另外值得注意的是,我最近下载了 rvm 并升级到 ruby​​ -v 2.1.1,不知道这是否与此有关,但值得让您知道。

感谢您的帮助。

最佳答案

对我有用的是从 gemfile 中删除 Spring(由于某种原因它与回形针冲突)

我在这里提交了关于回形针 repo ​​的问题: https://github.com/thoughtbot/paperclip/issues/2226

我不知道为什么会这样,但用户上传文件比开发人员感到舒适更重要,所以再见 Spring 。

如果我找出发生这种情况的确切原因,我会更新答案。

关于ruby-on-rails - 捆绑安装不起作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23712787/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com