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

Issues changing the value of an element in an array in matlab -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

vb.net - Alternative to the T-SQL AS keyword -