Displaying 2 results from an estimated 2 matches for "rvm_install_script".
2011 Aug 20
2
[Linux] Error installing rails "activemodel requires activesupport"?
Well, I''m trying to install Rails through gems in a Linux box `sudo gem
i rails --pre` I''m getting this:
ERROR: Error installing rails:
activemodel requires activesupport (= 3.1.0.rc6, runtime)
Which is funny, because when I check `gem list` I get
activesupport (3.1.0.rc6)
bcrypt-ruby (2.1.4)
builder (3.0.0)
i18n (0.6.0)
multi_json (1.0.3)
I don''t know what to
2011 Sep 11
3
bundle install question
Having a problem...
I am working on a project where I am using bundle & Gemfile and it''s
working OK. The gems are all installed and a few git based gems are in
my ~/.bundler/ruby/1.8 directory which is OK I guess.
When I did an svn commit and checked it out on another user''s account, I
then ran ''bundle install'' from his account and even though all of the