ruby on rails - How to handle gemset -


i new rails. each time open new terminal in linux, tells gem missing. have installed gem in same folder in different terminal. please advise how can fix problem.

rails gemsets can bit tricky. can global, rails-version specific or project specific. guess using global gemset. in project terminal can run

gem list 

to see gems available in project. if don't find 1 in list, make sure have in gemfile. , again run

bundle install 

Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -