bundle-install

Receiving error on Windows machine when Installing linecache ERROR: Failed to build gem native extension on

情到浓时终转凉″ 提交于 2020-01-14 01:43:06
问题 When attempting to perform a bundle install of an existing Ruby on Rails project I receive an error when the bundler reaches Installing linecache (0.43) with native extensions . I don't see linecache in the projects Gem file so I can't try bundling without it. I'm running Windows 7 and JetBrains RubyMine 2.0.2. I have tried bundling from inside RubyMine and from the command line (I realize these are equivalent). I have the following Ruby and DevKit-3.4.5-20100819-1535-sfx directories in my

Receiving error on Windows machine when Installing linecache ERROR: Failed to build gem native extension on

泪湿孤枕 提交于 2020-01-14 01:42:31
问题 When attempting to perform a bundle install of an existing Ruby on Rails project I receive an error when the bundler reaches Installing linecache (0.43) with native extensions . I don't see linecache in the projects Gem file so I can't try bundling without it. I'm running Windows 7 and JetBrains RubyMine 2.0.2. I have tried bundling from inside RubyMine and from the command line (I realize these are equivalent). I have the following Ruby and DevKit-3.4.5-20100819-1535-sfx directories in my

bundle install error

依然范特西╮ 提交于 2020-01-03 03:30:09
问题 I'm trying to install this gem: https://github.com/jongilbraith/simple-private-messages with bundle install. And I'm getting the following error message: Updating git://github.com/professionalnerd/simple-private-messages.git Fetching source index for http://rubygems.org/ Could not find gem 'simple-private-messages (>= 0, runtime)' in git://github.com/professionalnerd/simple-private-messages.git (at master). Source does not contain any versions of 'simple-private-messages (>= 0, runtime)'

Bundle install failed due to unf_ext (0.0.5) gem

 ̄綄美尐妖づ 提交于 2020-01-01 02:39:07
问题 I have installed ruby 1.9.3p327 & rails 3.2.8 using rvm on centos 6.3. But while doing bundle install for a particular project folder, the process fails in between when it tries to install gem unf_ext 0.0.5 and throws following error, Installing unf_ext (0.0.5) with native extensions Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. /home/rradmin/.rvm/rubies/ruby-1.9.3-p327/bin/ruby extconf.rb -fPIC checking for main() in -lstdc++... yes checking for ruby

Redmine3.3.0-1 Bundle install server 500 Error

核能气质少年 提交于 2019-12-25 12:55:14
问题 I installed BITNAMI RedMine 3.3.0-1. After installing version Plugins, 500 error appears on the server. I could not solve this. I did everything until bundle install, but I get an error. [enter image description here][1] Web application could not be started It looks like Bundler could not find a gem. Maybe you didn't install all the gems that this application needs. To install your gems, please run: bundle install If that didn't work, then the problem is probably caused by your application

SSL issue installing bootstrap gem

萝らか妹 提交于 2019-12-25 08:13:12
问题 I added the bootstrap gem in the Gemfile and when I try to run bundle install . It shows following error! Microsoft Windows [Version 6.3.9600] (c) 2013 Microsoft Corporation. All rights reserved. C:\Users\Nir>cd c:\Sites\FrogBlog c:\Sites\FrogBlog>bundle install Fetching source index from https://rails-assets.org/ Retrying fetcher due to error (2/4): Bundler::Fetcher::CertificateFailureError C ould not verify the SSL certificate for https://rails-assets.org/. There is a chance you are

Installing pg -v 0.17.1

陌路散爱 提交于 2019-12-18 05:22:03
问题 I'm using/I want to use Postgresql as database, but when I type "bundle install" or "bundle update", I get this error, what do I do to fix this? :) Installing pg (0.17.1) with native extensions Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. /usr/local/rvm/rubies/ruby-1.9.3-p392/bin/ruby extconf.rb checking for pg_config... no No pg_config... trying anyway. If building fails, please try again with --with-pg-config=/path/to/pg_config checking for libpq-fe.h...

Error installing bcyrpt-ruby gem bundle

最后都变了- 提交于 2019-12-12 10:07:40
问题 I'm trying to install the Devises gem, running bundle install and then getting this error with bcrypt-ruby which I haven't had before. What can I do? Installing bcrypt-ruby (3.0.1) with native extensions Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby extconf.rb creating Makefile make xcrun cc -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin11.0

How can I force a bundle install on OpenShift Online when my RAILS_ENV is set to development?

人走茶凉 提交于 2019-12-12 04:43:19
问题 I have a Rails app on OpenShift Online that I'm trying to setup with RAILS_ENV = development as opposed to the default env of production . The idea being later on I'll add test, staging and production domains. My problem is that because the env is set to development the OpenShift process that runs when I do a git push says it's skipping "bundle install": remote: NOTE: Skipping 'bundle install' because running in development mode. I got it to do the bundle install by setting RAILS_ENV to

Bundle install error json gem

你。 提交于 2019-12-11 18:29:15
问题 I've got the following problem with ruby on rails v 5.1.6 (Ruby version 2.5.0), the most of the time I try to run the command bundle install on a rails project downloaded from github, I get the following error. Fetching gem metadata from http://rubygems.org/.......... Using rake 0.8.7z Using abstract 1.0.0 Using activesupport 3.0.7 Using builder 2.1.2 Using i18n 0.5.0 Using activemodel 3.0.7 Using erubis 2.6.6 Using rack 1.2.8 Using rack-mount 0.6.14 Using rack-test 0.5.7 Using tzinfo 0.3.37