Questions tagged [gemset]

Gemset refers to the RVM (Ruby Version Manager) feature that gives a self-contained environment for gems, i.e. a container one can use to keep gems separate from each other. Use this tag for questions related to the RVM feature.

Gemset refers to the RVM (Ruby Version Manager) feature that gives a self-contained environment for gems, i.e. a container one can use to keep gems separate from each other. Use this tag for questions related to the RVM feature.

70 questions
0
votes
3 answers

RubyMine ignoring my Gemset

I am new to RubyMine and I have imported an existing project to the IDE. I have many gemsets and I have the .ruby-version and .ruby-gemset files setup correctly in the project so when I go to my project directory the right gemset is automatically…
0
votes
1 answer

can't install new Rails app; RVM 'global' gemset missing from main directory but visible in app sub-directories

When I try to create a new Rails app in the directory in which I keep all my Rails apps, I get the following error: Rails is not currently installed on this system. To get the latest version, simply type: $ sudo gem install rails You can then…
Richie Thomas
  • 3,073
  • 4
  • 32
  • 55
0
votes
1 answer

Make rvm gemset mirror/reference Capistrano's bundle install

I'm currently deploying from my local machine to a development server using Capistrano. The dev server has a gemset for my project called 'vcc', but as is clear across the internet, Capistrano does its bundle install into shared/bundle rather than…
0
votes
1 answer

How to identify ruby and gemset combination for rvm wrapper

I am trying to install seeing_is_believing in order to display results of every line of Ruby code for ST2. I am supposed to create a rvm wrapper to generate a ruby binary that can be used by ST2. I need to decide which ruby and gemset combination I…
sage
  • 15
  • 7
0
votes
2 answers

What gems are in the default gemset for Ruby 2.0.0-p247?

By accident I ran rvm gemset empty default. Can someone list all gems from gemset default for ruby-2.0.0-p247 so I can reinstall them manually? Thanks!
Alex Fedoseev
  • 1,135
  • 11
  • 18
0
votes
1 answer

Why am I seeing reference to a gemset of another project in my current project?

I recently created a new Rails project, and I believe I created a gemset for it before generating the app. But when I encounter an error I get a message like this: File…
marcamillion
  • 32,933
  • 55
  • 189
  • 380
0
votes
2 answers

rails server shows an error after creating a gemset

I have installed rvm. After creation of a gemset for a new project, when i give the command rails server, it shows this error report_activate_error': Could not find RubyGem railties (>= 0) (Gem::LoadError) from…
Ahmad hamza
  • 1,816
  • 1
  • 23
  • 46
0
votes
2 answers

ActiveRecord::RecordNotFound returned when searching for non-existent records

I' following the Ruby on Rails Tutorial. After I created an user, i destroyed it with destroy method, then i use find to check if it still exist, my console return exactly like the tutorial, but with some errors. This is error image: Here i created…
Thanh
  • 8,219
  • 5
  • 33
  • 56
-1
votes
2 answers

RVM not recognizing gemset?

After creating the gemset, cd out of and back into the folder throws the error that the gemset does not exist. Here is my shell session dewet-mac:~ dewet$ cd ruby/routerscript/ Gemset 'routerscript' does not exist, 'rvm gemset create routerscript'…
dewet
  • 376
  • 1
  • 3
  • 16
-1
votes
2 answers

Global gemset not visible after installing Ruby with RVM

I installed RVM the usual way: curl -L https://get.rvm.io | bash -s stable --ruby During installation these messages were displayed: ruby-1.9.3-p286 - #configure ruby-1.9.3-p286 - #download (...) ruby-1.9.3-p286 - #extract ruby-1.9.3-p286 -…
rmaruszewski
  • 2,407
  • 1
  • 21
  • 21
1 2 3 4
5