2

I know that bundle install --deployment should be run only on production server.

Should I add "vendor/bundle" to .gitignore?

Paŭlo Ebermann
  • 73,284
  • 20
  • 146
  • 210
Sam Kong
  • 5,472
  • 8
  • 51
  • 87

1 Answers1

0

You don't need to as it should be symlinked on deployment to a shared directory. More details in the deployment sub-section of this blog post http://yehudakatz.com/2010/07/26/whats-new-in-bundler-1-0-0-rc-1/

robzolkos
  • 2,196
  • 3
  • 30
  • 47