view · edit · sidebar · attach · print · history

20160710-bundle-gems-and-watir-feature-test-davaz-com

<< 20160711-migrate-davaz-com-dojo-widgets | Index | 20160709-bundle-gems-and-watir-feature-test-davaz-com >>


Summary

  • Create README.md for test and setup
  • Setup project with Bundler (Gemfile)

Commits / Patches / Pull Requests, Scripts

Index


Bundle install

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.

Find necessary gems

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

view · edit · sidebar · attach · print · history
Page last modified on July 11, 2016, at 09:03 AM