bundler
NameError occurs after switching from vendored gems to Bundler in Rails 2.3.8
/Users/me/.rvm/gems/ree-1.8.7-2011.03@evokat25/gems/activesupport-2.3.8/lib/active_suppor开发者_C百科t/dependencies.rb:105:in `const_missing\':NameError: uninitialized constant Rails::Initializer::Pap[详细]
2023-04-09 22:56 分类:问答Could not find rake-0.9.2 in any of the sources
I have no idea why I am getting this? $ which rake /Users/kamilski81/.rvm/gems/ruby-1.9.2-p290@depot/bin/rake[详细]
2023-04-09 05:16 分类:问答Syntax error in compiling .CSS file w/SASS 3.1.7 and previous versions
sass .CSS compilation fails on one machine, but works on the other. Using Sass gem version 3.1.7 on both w/Bundler.[详细]
2023-04-08 00:29 分类:问答Why 'bundle install' fails in Rails generator?
I\'m trying to create custom generator for Rails 3.1. And I wrote this: module SomeGem module Generators[详细]
2023-04-07 21:00 分类:问答Deploying JRuby/Rails to Glassfish: undefined method `bundle_path' for Bundler:Module
The following error shows up in my Glassfish log when attempting to access my app: Caused by: org.jruby.exceptions.RaiseException: (NameError) method \'to_yaml\' not defi开发者_如何学编程ned in Objec[详细]
2023-04-07 14:52 分类:问答Bundler installs sqlite3 every time, but there's not sqlite in Gemfile
Bundler keeps install sqlite3 every time, but i\'m not using it in my project. I\'ve chosen Postgres, but can not deploy it to Heroku. Bundler is the reason for that. Why it is? And what should i do?[详细]
2023-04-07 12:30 分类:问答Capistrano error on bundling compass from git
When I try to deploy to my newly set up server, capistrano throws this at me. *** [err :: fupifarvandet.dk] fatal: Could not parse object \'22e2458b7751开发者_开发百科9e8eb8463170c1a1fe4bab105f3e\'.[详细]
2023-04-07 03:36 分类:问答Understanding the Gemfile.lock file
After running the bundle install command, \'Gemfile.lock\' is created in the working directory. What do the directives inside that file mean?[详细]
2023-04-06 23:08 分类:问答gem dependency version conflicts between a gem's spec, bundler, and gem install
I\'m trying to install a gem, meta_search-1.1.0.pre2. The gem\'s spec, bundler, and rubygems each report/install different dependency version requirements.[详细]
2023-04-06 10:08 分类:问答Bundler is not self-aware: claims to have version 0.0.1, but is really 1.0.18
EDIT: I\'m an idiot -- I figured out the problem. In a gem I had written a while back, I had VERSION=\'0.0.1\', and for some reason that overrode the version number of bundler.[详细]
2023-04-06 06:25 分类:问答