similar to: Bundler Hangs

Displaying 20 results from an estimated 20000 matches similar to: "Bundler Hangs"

2011 Sep 10
1
rbenv and cap deploy
Hi, I have installed rbenv on my development machine and got it working. For now I run 1.8.7. But when I try to do cap deploy i get an error: /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/ 1.8/rubygems/custom_require.rb:31:in `gem_original_require'': no such file to load -- bundler/capistrano (LoadError) Doing rbenv rehash does not help in my deploy.rb: require
2011 May 19
2
unicorn doesn't restart properly after cap deploy (not using Bundler)
Hey guys, I''m sending USR2 to unicorn after cap deploy, and the old master is getting replaced by a new master that doesn''t work. Here are some similar threads I found ... http://rubyforge.org/pipermail/mongrel-unicorn/2010-October/000733.html http://rubyforge.org/pipermail/mongrel-unicorn/2010-October/000717.html I''m not using Bundler, and I have working_directory
2013 Mar 03
1
Deploy with Capistrano. Bundle install freezes indefinetly.
I am fighting with this for 5 days... i''m getting crazy! Here is my deploy.rb: require "bundler/capistrano" require "rvm/capistrano" # Load RVM''s capistrano plugin. set :rvm_ruby_string, :local # Or whatever env you want it to run in. ''1.9.3'' set :domain, ''www.xxx.com'' set :application,
2010 Sep 22
1
Bundler picking up wrong version of Ruby with Rails 3 ( possible bundler bug )
Hello All, I am developing a JRuby on Rails 3 application. Standard stuff. I am facing problems getting autotest to run. Here''s the trace: % autotest loading autotest/rails_rspec2 bundle exec /Users/manish/Foo/Foo-Server/jruby-1.5.2/lib/ruby/gems/1.8/gems/rspec-core-2.0.0.beta.22/bin/rspec
2010 Jan 18
2
Can't get gem bundler to work with either rvm 1.9.1 and 1.9.2
I installed the bundler, no problem - but it seems to have screwed up my gem repository in both cases!? What to do? kristian-mandrups-macbook-pro:~ kristianconsult$ sudo gem install thor /Users/kristianconsult/.rvm/gems/ruby/1.9.1/gems/bundler-0.8.1/lib/ rubygems_plugin.rb:2:in `require'': no such file to load -- bundler/ commands/bundle_command (LoadError) from
2010 Nov 22
3
Issue using bundler
I run bundle install, or bundle update, and it fails. I''m using RVM, so if I switch to Ruby 1.9.2, this works fine, but using Ruby 1.8.7 it fails. Any idea? jeremy-woertinks-imac:winovations jeremywoertink$ bundle update Fetching source index for http://rubygems.org/ Using rake (0.8.7) Using RedCloth (4.2.3) Using abstract (1.0.0) Installing activesupport (3.0.1)
2010 Aug 14
2
gem install bundler works, gem bundle doesn't?
This is probably a simple user error, but why doesn''t "gem bundle" work after "gem install bundler"? ===== bash$ gem install bundler Successfully installed bundler-0.9.26 1 gem installed Installing ri documentation for bundler-0.9.26... Installing RDoc documentation for bundler-0.9.26... bash$ gem bundle ERROR: While executing gem ... (RuntimeError) Unknown
2011 Oct 30
2
Could not find rails (>= 0) amongst [bundler-1.0.21]
Hello, I''m new to Ruby and unix/linux development (although been building .net apps for years). I''ve almost completed my trek to install Rails ... looks like I have one final hurdle. After installing rails I try the ''rails -v'' command and it fails. Any help here would be deeply appreciated. Here''s the output from my bash session: bash-3.2$ ruby
2012 Aug 08
5
Error Bundler
Any body can help me! i try create a new project, at the end i had message error bundler. root@xxx:/home/xxx# rails new depot_b 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
2010 Jul 12
0
Bundler problems
hi there, I have a few issues with bundler. 1) running "gem install bundler" in my project directory as a regular user is impossible due to permissions problem. I had to use sudo 2) running "bundle install" in my project directory as a regular user, I got the following permission problem. "Installing rspec (1.3.0) from .gem files at /home/ct9a/projects/myApp/
2010 Jul 27
0
Rails 3.0.0.rc1 update - issue w Bundler 1.0.0.rc.1 and ruby 1.9.2.rc1
I upgraded my rails 3 version (now using bundler-1.0.0.rc.1 but bundle install in my test_app raises an error : bundle install Fetching source index for http://rubygems.org/ Using rake (0.8.7) ... Using railties (3.0.0.rc) Using rails (3.0.0.rc) Updating .gem files in vendor/cache /Users/yves/.rvm/rubies/ruby-1.9.2-rc2/lib/ruby/1.9.1/rubygems/package/ tar_input.rb:111:in `initialize'': No
2012 Jan 24
7
Gem install bundler works, gem bundle doesn't?
Hi, I''m having some trouble with bundler: -bash-4.1$ gem install bundler Successfully installed bundler-1.0.21 1 gem installed Installing ri documentation for bundler-1.0.21... Installing RDoc documentation for bundler-1.0.21... -bash-4.1$ bundle install ERRRO: Gem bundler is not installed, run `gem install bundler` first. -- You received this message because you are subscribed to the
2010 Mar 05
0
Strange error on the first request - trying to setup Rails 2.3.5 with Bundler
I''m trying to use Bundler for existing Rails 2.3.5 app and got a very strange problem. The problem is that on the very first request only the contents of the action view file are rendered - i.e. when loading the home page (controller: home, action: index) I get only contents of the app/views/ home/index.html.haml file as the response with no layout at all. On the second and on subsequent
2012 Sep 04
0
Mongrel_service and bundler
Hi all, I have successfully installed mongrel, mongrel_service, win-32 service and have also successfully installed the service on my computer and is starting successfully. The major problem am having now is that, my application uses a bundle of gems so under normal circumstances mongrel_rails start will start with bundle exec. even though the service starts, mongrels does not start because am
2010 Aug 01
0
bundler 1.0.0.rc.2 not working with rails3 and jruby 1.5.1
I can''t get a multiplatform bundler Gemfile to work in JRuby with a simple raisl3 app. See: http://github.com/carlhuda/bundler/issues/issue/502/#comment_336670 for more details. The only way to start the rails app in jruby seems to be to comment out the platform-specific parts for other Ruby VMs. -- You received this message because you are subscribed to the Google Groups "Ruby
2011 Aug 09
5
Bundle Install failing on deployment
Hi, I have upgraded an app to 3.1.0.rc5 and everything is fine locally. When I try to deploy with capistrano, bundle install fails with the following output: ** [out :: westminster-agency.co.uk] Fetching source index for http://rubygems.org/ ** [out :: westminster-agency.co.uk] which: no sudo in (/usr/local/ sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin) ** [out ::
2013 Apr 16
1
An error occurred while installing jk-ferret (0.11.8.3), and Bundler cannot continue.
*Hi guys.. i got this type of error when i configured Gemfile then what to do?* gem "thinking-sphinx" gem ''ferret'' Updating git://github.com/mark-moseley/linecache Fetching gem metadata from https://rubygems.org/....... Fetching gem metadata from https://rubygems.org/.. Resolving dependencies... Using rake (10.0.3) Using ClothRed (0.4.1) Using RedCloth (4.2.9)
2011 Jan 11
1
deploying with capistrano and bundler
I''m deploying via capistrano but when I try and do a bundle install it asks for my password to install the gems. I give it a password but oddly enough the password appears on the console in plain text and when I press enter, nothing happens. I waited for a couple hours and still nothing happened, so how am I supposed to run bundler with capistrano? -- You received this message because
2011 Jun 29
1
Plugins from Vedor not loaded after bundler is installed
Hi, We are in a process of upgrading to rails 3 from rails 2.3.11. As a first step towards that, we are making the application to work with bundler. After doing bundle install,When I try to do script/console, I see none of my vendor plugin code is loaded, I get not defined error. can someone help me? Thanks -- You received this message because you are subscribed to the Google Groups
2010 Dec 21
1
Bundler behind a proxy
Can anyone help with this question? https://github.com/wycats/bundler/issues/issue/203/ thanks -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to