Code Monkey home page Code Monkey logo

Comments (6)

professor avatar professor commented on July 21, 2024

I tried copying the goldberg/.rvmrc into ~/.goldberg which helped a little. Here's now my error:

_rvm_reset:14: no matches found: /Users/tsedano/.rvm/bin/default*
_rvm_reset:14: no matches found: /Users/tsedano/.rvm/bin/passenger*
_rvm_reset:14: no matches found: /Users/tsedano/.rvm/bin/editor*
�[31mCould not find activesupport-2.3.4 in any of the sources�[0m
�[31mCould not find activesupport-2.3.4 in any of the sources�[0m

Where is the project getting built? -- never mind, just found it under ~/.goldberg/projects/NAME/code

from goldberg.

aakashd avatar aakashd commented on July 21, 2024

As you can see in the Goldberg source code, it already contains an rvmrc. The first error you had posted tells that you don't have bundler gem installed in the gemset (assuming you are using one) being used for your project.

  1. Does your project have an rvmrc included?
  2. Does your project use bundler?

from goldberg.

professor avatar professor commented on July 21, 2024

On Sun, Apr 10, 2011 at 10:16 AM, aakashd reply+i-748628-4228c61358b79b2a9607d145fc9cab17f0bc6128@reply.github.com wrote:
As you can see in the Goldberg source code, it already contains an rvmrc. The first error you had posted tells that you don't have bundler gem installed in the gemset (assuming you are using one) being used for your project.

  1. Does your project have an rvmrc included?

It does not, but I'll create one.

  1. Does your project use bundler?

Yes, here is my Gemfile.

source 'http://rubygems.org'

gem 'rails', '2.3.4'
gem 'aws-s3'
gem 'mechanize', '1.0.0'
gem 'ruby-openid'
gem 'ruby-openid-apps-discovery'
gem 'rack-openid'

gem 'bundler'
gem 'delayed_job', '2.1.0.pre'

gem 'oauth'

gem 'heroku'
gem 'taps'

group :plugins do
gem 'authlogic'
gem 'calendar_date_select'
end

group :production do
gem 'rcov' #This should not be necessary, but it's used by the Rakefile and it needs to be removed
gem 'factory_girl' #This is necessary when we want to load factory seeds into a production database
gem 'vestal_versions', '1.0.2' #, :git => 'git://github.com/laserlemon/vestal_versions'
end

group :development, :test do
gem 'rake'
gem 'pg'
gem 'mongrel'
gem 'ruby-debug-base' #'0.10.3'
gem 'ruby-debug-ide' #'0.4.6'
gem 'shoulda'
gem 'rcov'
gem 'rdoc', '2.4.3' #rdoc_rails required RDoc of 2.4.3 - http://stackoverflow.com/questions/2993435/rake-uninitialized-constant-rdocrdoc
gem 'rspec-rails', '1.3.3'
gem 'mocha'
gem 'rspec', '1.3.1'
gem 'factory_girl'
gem 'capybara'

gem 'test-unit', '1.2.3' #Downgrading so that autotest, rspec will work

gem 'vestal_versions', '1.0.2' #, :git => 'git://github.com/laserlemon/vestal_versions'
end

from goldberg.

professor avatar professor commented on July 21, 2024

I added a .rvmrc file into my repository. I expected and received the following warning. I was able to resolve this by doing a "cd ~/.goldberg/projects/PROJECTNAME/code" -- I'm wondering if this is something everyone will need to do and if so if it should be part of the README.

RVM has encountered a not yet trusted .rvmrc file in the
current working directory which contains the following code:

rvm ruby-1.8.7@rails2

============================================================
Trusting an .rvmrc file means that whenever you cd into the
directory RVM will excecute this .rvmrc script in your shell

Do you wish to trust this .rvmrc from now on?

(y for yes, n for no) >

from goldberg.

aakashd avatar aakashd commented on July 21, 2024

Yes, as of now you need to cd into the directory and accept the rvmrc. We are working on doing this programmatically and should have it ready in next few days.

Did this solve your issue though?

from goldberg.

professor avatar professor commented on July 21, 2024

Yes this did. I'll close out this issue. I'll do a pull request for the documentation update.

from goldberg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.