bundler

curb gem installation: bundle install fails, but normal gem install works [closed]

ε祈祈猫儿з 提交于 2019-12-24 01:18:08
问题 This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 8 years ago . solved : the openvz container did not have enough memory assigned to it. I could need some help: I want to install the curb gem through bundler. My

env: ruby_noexec_wrapper: No such file or directory error

China☆狼群 提交于 2019-12-24 00:56:23
问题 I am getting this error pretty frequently after running this command once.... bundle clean --force in my rails project.. How can i fix this? 回答1: this same thing happened to me, i fixed it according to this comment: https://github.com/sstephenson/rbenv/issues/337#issuecomment-13235367 by running these commands gem install rubygems-bundler rubygems-bundler-uninstaller gem uninstall rubygems-bundler 回答2: Looks like you were using noexec, which is dead: https://github.com/joshbuddy/noexec Check

Requiring gem in Rails 3 Controller failing with “Constant Missing”

我只是一个虾纸丫 提交于 2019-12-24 00:49:37
问题 I've seen this asked a few times in other threads, but none of the answers seem to apply. Environment: Rails 3 amazon/ecs gem from jugend. The lone file is here: http://github.com/jugend/amazon-ecs/blob/master/lib/amazon/ecs.rb my gemfile has: gem 'amazon-ecs', :git => 'git://github.com/jugend/amazon-ecs.git' Everything works in irb. I can run: bundle console require 'amazon/ecs' and then go to town when I try to use it from the controller though, like so: require 'amazon/ecs' require 'amazon

RVM ruby on rails issue OpenSSL

无人久伴 提交于 2019-12-23 17:18:45
问题 When I create a Rails app I am getting some errors and I have no idea what they mean or how to fix them. Instead of explaining I am going to output what is happening, I think this might be the best approach to getting help with this: j3@j3:~/code/rails_projects$ rails new first_app create create README.rdoc create Rakefile create config.ru create .gitignore create Gemfile create app create app/assets/images/rails.png create app/assets/javascripts/application.js create app/assets/stylesheets

Exclude ts/js file from bundle using webpack

你说的曾经没有我的故事 提交于 2019-12-23 13:24:33
问题 I am new to webpack. Currently I am working on angular2 application with webpack. As part of requirement we want to have a settings file which should not be bundled so that one can change URL in settings.js file after bundle also. Below is the code for two files. settings.ts const foo = { url:'localhost' }; export { foo }; script.ts import { foo } from 'settings'; Both ts files will be compiled to js file before bundle. And now i want to exclude settings.ts file from bundle and want to copy

How to run bundle install as normal user

☆樱花仙子☆ 提交于 2019-12-23 12:34:53
问题 I am attempting to use bundle install . I am not a Ruby user - this is my first real foray into even running rake. I'm simply trying to user some packages from ThrowtheSwitch.org that use Rake and so on. I initially installed ruby several days ago using: sudo apt-get install ruby-full This allowed me to use rake with Unity testing framework. Now I'd like to use CMock. the instructions for using CMock say to cd into the directory then $ bundle install $ bundle exec rake So I install bundler

Stop asking for password when installing gems

倾然丶 夕夏残阳落幕 提交于 2019-12-23 12:23:55
问题 Whenever I bundle my rails 3.2 gems, it asks me for my password: Enter your password to install the bundled RubyGems to your system This gets really annoying, especially when bundling several times in one project. However, when I set the gem directory to world-readable, it always gives me a warning when executing any (!) rails command. This is even more annoying, of course. How can I turn this off? 回答1: Absolutely has to do with the system ruby, not RVM, unless you installed RVM using the

ROR 3.1: Bundle update fails (eventmachine gem)

为君一笑 提交于 2019-12-23 11:52:51
问题 Please, help me to tackle with bundle and gem dependencies. RoR on Windows 7. i'm trying to run bundle update, but while update process I get: Italling eventmachine (0.12.10) with native extensions Unfortunately, a fatal error has occurred. Please report this error to the Bundler issue tracker at https://github.com/carlhuda/bundler/issues so that we can fix it. Thanks! C:/RailsInstaller/Ruby1.9.2/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:529:in `rescue in block in build_extensions':

“uninitialized constant Encoding” using rvm, ruby 1.9.2, bundler and passenger

大城市里の小女人 提交于 2019-12-23 11:45:12
问题 I am at wit's end here and am turning to you all for some help on this f*#$^ encoding issue. I am running on a private server with root permissions on Dreamhost. Here is a bit about my environment and versions. $ `which ruby` -v ruby 1.9.2p180 (2011-02-18 revision 30909) [x86_64-linux] $ `which bundle` -v Bundler version 1.0.15 $ `which rails` -v Rails 3.0.9 Aside from this error, my rails app runs fine without issue. However, when I try to change the encoding a string by using the encode

“uninitialized constant Encoding” using rvm, ruby 1.9.2, bundler and passenger

蓝咒 提交于 2019-12-23 11:45:04
问题 I am at wit's end here and am turning to you all for some help on this f*#$^ encoding issue. I am running on a private server with root permissions on Dreamhost. Here is a bit about my environment and versions. $ `which ruby` -v ruby 1.9.2p180 (2011-02-18 revision 30909) [x86_64-linux] $ `which bundle` -v Bundler version 1.0.15 $ `which rails` -v Rails 3.0.9 Aside from this error, my rails app runs fine without issue. However, when I try to change the encoding a string by using the encode