<< 20160711-migrate-davaz-com-dojo-widgets | Index | 20160709-bundle-gems-and-watir-feature-test-davaz-com >>
davaz.com does not use Bundler, because it was ruby 1.8.6!
This was my setup script (for now).
Attach:gem-install-davaz.com.sh.txt
I would like to Gemfile and setup installation with Bundler, today.
First, I have to know, wich gems are needed in application.
% cd /path/to/davaz.com/ % grep -r 'require' . | grep -v 'resources' | grep 'rb' | grep 'htmlgrid' | wc -l
I've documented again in README.md about Bundler setup and Requirements etc.
See: https://github.com/grauwoelfchen/davaz.com/blob/1c89497035e59361935168ec9f228b764f3478b8/README.md