Just an easy question

how to use bundle install ? I need to complete my library files

                                                         thanks

Buncha D. wrote:

how to use bundle install ? I need to complete my library files

cd into the rails project directory, then do it.

So,

$ rails new /apps/myApp
$ cd /apps/myApp
$ bundle install

– gw