bundle-install

Rails Phusion Passenger error after updates

岁酱吖の 提交于 2019-12-08 02:38:18
问题 I updated to rails 3.2.17 from 3.2.1. When I run bundle update and bundle install, everything passes with no errors or warnings. Then I restart my server, and when I load my site, I get the PASSENGER: WEB APPLICATION COULD NOT BE STARTED page. Below is a copy of everything listed on that page. Any ideas what I might need to change or check to get things running? 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,

bundle install error

淺唱寂寞╮ 提交于 2019-12-07 12:01:27
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)' entry in Gemfile : gem "simple-private-messages",:git =>"git://github.com/professionalnerd/simple-private

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

你离开我真会死。 提交于 2019-12-06 09:57:32
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 path: C:\Ruby187\bin C:\DevKit-3.4.5-20100819-1535-sfx\bin C:\DevKit-3.4.5-20100819-1535-sfx\mingw\bin

Rails : gem install vs. gemfile & bundle install

爱⌒轻易说出口 提交于 2019-12-06 04:56:44
问题 What is the exact difference between using: 1- gem install [gemname] and 2- add gem name & version to GemFile and run bundle install ? 回答1: RubyGems is akin to a package manager for Ruby. It's a means by which you can install self-contained libraries to use in your applications. When you use gem install gemname you're installing that gem to the current machine that you're developing on. Bundler is a tool for managing the gems that your application depends on. When you create a Gemfile, you

Why is bundler not installing gems stored in get repo properly?

不问归期 提交于 2019-11-30 23:18:01
Bundler version 1.0.0.beta.2 Rvm Info system: uname: "Linux dane-r1f-ubuntu 2.6.32-22-generic #33-Ubuntu SMP Wed Apr 28 13:27:30 UTC 2010 i686 GNU/Linux" shell: "bash" version: "4.1.5(1)-release" rvm: type: "rvm is a function" version: "rvm 0.1.31 by Wayne E. Seguin (wayneeseguin@gmail.com) [http://rvm.beginrescueend.com/]" ruby: interpreter: "ruby" version: "1.9.2dev" date: "2010-05-31" platform: "i686-linux" patchlevel: "2010-05-31 revision 28117" full_version: "ruby 1.9.2dev (2010-05-31 revision 28117) [i686-linux]" homes: gem: "/home/dane/.rvm/gems/ruby-1.9.2-preview3@mmm" ruby: "/home

Why is bundler not installing gems stored in get repo properly?

混江龙づ霸主 提交于 2019-11-30 18:14:33
问题 Bundler version 1.0.0.beta.2 Rvm Info system: uname: "Linux dane-r1f-ubuntu 2.6.32-22-generic #33-Ubuntu SMP Wed Apr 28 13:27:30 UTC 2010 i686 GNU/Linux" shell: "bash" version: "4.1.5(1)-release" rvm: type: "rvm is a function" version: "rvm 0.1.31 by Wayne E. Seguin (wayneeseguin@gmail.com) [http://rvm.beginrescueend.com/]" ruby: interpreter: "ruby" version: "1.9.2dev" date: "2010-05-31" platform: "i686-linux" patchlevel: "2010-05-31 revision 28117" full_version: "ruby 1.9.2dev (2010-05-31

Installing pg -v 0.17.1

一笑奈何 提交于 2019-11-29 08:07:48
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... no Can't find the 'libpq-fe.h header *** extconf.rb failed *** Could not create Makefile due to some